Hallo, ein Dokument als PDF zu speichern funktioniert in Visual Basic so einwandfrei:
LL.Core.LlSetOptionString(LlOptionString.Exports_Allowed, “PDF”)
Dim sc As New ExportConfiguration(LlExportTarget.Pdf, kompletter_Dateipfad, My.Application.Info.DirectoryPath + “” + “Rechnung.lst”)
sc.ShowResult = False
LL.Export(sc)
Was muss ich tun um im PDF/A Format abzulegen?
Viele Grüße