Has anybody of you been successful implementing Zugferd-compatible PDF documents using the Amyuni ActiveX in combination with PowerBuilder?
We can create the PDFCreactiveX control without any problems, but then run into runtime errors where we cannot find the reasons for.
Our sourcecode:
Long l_handle
TRY
ole_pdf.Object.SetLicenseKey("AESCUDATA GmbH", "verylongkey")
l_handle = ole_pdf.object.Open("d:\temp\pdf\amyuni.pdf", "")
// l_handle yields 1
ole_pdf.object.CreateObject(43, "invoice.xml")
// -> leads to error event
Any help appreciated.
Roland