Inserimento di un campo (acrofield) in un file PDF
‘ Il seguente frammento di codice mostra come si può inserire un acrofield in un file PDF ‘ vedere https://help.syncfusion.com/file-formats/pdf/working-with-forms ‘Load the existing PDF document. Dim filename As String=”<mettere qui il percorso del file da modificare>” Dim loadedDocument As New Syncfusion.Pdf.Parsing.PdfLoadedDocument(fileName) ‘Create the form if the form does not exist in the loaded document…