yan74 / afplib

JAVA Library for reading & writing AFP (Advanced Function Presentation) Files.
Apache License 2.0
37 stars 22 forks source link

AFP to PDF #73

Open pranaychadda opened 4 months ago

pranaychadda commented 4 months ago

I'm thinking of using AFPlib to convert AFP files to PDF. Is there an example that I can use for this?

moritzfl commented 3 months ago

Not a simple task and not the target of this library. If you do not care about formatting, it might be feasible to read some information through AFPlib and then write it to a PDF using PDFBox.