Am 29.10.2021 um 08:13 schrieb A Z:
To Who it May Concern,

I have some basic use questions about pdfBox.


-Can the Java PDFBox library create .pdf files?
Yes

-Can it edit, format and save text in a .pdf file?
Not really. PDF isn't like your IDE where you click a key combination and all gets nicely formatted.

-Can it insert, copy out, edit or delete images files in a .pdf file?
Yes but it's tricky. You need to know a lot about the PDF format. PDF isn't meant to be edited. This isn't a WORD file.

-Can it at automatic page numbers and page counts at the lower right
hand corner of a .pdf file?

No you'd have to implement this yourself, i.e. count and place at the appropriate position.



-Can it disable pagination inside a .pdf file, so that all content in one
such file is on one giant, not paged ream?

No, you'd have to generate one huge page. Doesn't make much sense.

Tilman


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: users-h...@pdfbox.apache.org

Reply via email to