Hi,
I downloaded the PDFCreator package from the shareware section and tried to create a test pfd. Because there’s no documentation on the package i tried creating the pdf using the logical approach. Meaning i created a flow service with the following steps:
→ pdf.generate:beginPDF
→ pdf.generate:newPage
→ pdf.generate:setHeader
→ pdf.generate:setFooter
→ pdf.generate:endPDF
→ pdf.file:convertToFile
when running this test flow service i get a “com.wm.app.b2b.server.ServiceException: The document has no pages.” error on the pdf.generate:endPDF step.
Has anyone any experience with this package or any ideas on how to solve this?
Thanks,
Bogdan