Frequently Asked Question:
Is QuickPDF compatible for Powerbuilder 10.5?
Question
Whether quickpdf library is compatible for Powerbuilder 10.5? Please confirm. If yes then need code sample for the same.
Answer
Yes. PowerBuilder is supported.
Each Quick PDF release includes a QuickPDFDLLxxxx.inc file to include in to PowerBuilder project.
i.e. QuickPDF\DLL\Import\PowerBuilder\QuickPDFDLL0724.inc
This function contains declarations for all of the Quick PDF functions. Here is an example for the QuickPDFAddArcToPath function.
FUNCTION long QuickPDFAddArcToPath(long InstanceID, double CenterX, &
double CenterY, double TotalAngle) LIBRARY "QuickPDFDLL0724.dll" ALIAS FOR
"QuickPDFAddArcToPath;ansi"