Top "Pdfbox" questions

The Apache PDFBox library is an open source Java tool for working with PDF documents.

Java: Create PDF pages from images using PDFBox library

I need to convert images (mainly JPEG) directly to PDF pages for a PDF document. It may be that the …

java pdf java-7 pdfbox
PDF table extraction

I have (same) data saved as a GIF image file and as a PDF file and I want to parse …

pdf pdfbox extraction
How to generate a downloadable PDF with pdfbox (Corrupted PDF)?

How do I make a PDF file downloadable in a link? I'm building a web application using JSF, when the …

java web pdfbox
How to exactly position an Image inside an existing PDF page using PDFBox?

I am able to insert an Image inside an existing pdf document, but the problem is, The image is placed …

pdfbox
Create mutli-page document dynamically using PDFBox

I am attempting to create a PDF report from a Java ResultSet. If the report was only one page, I …

java pdf pdfbox
Using PDFBox to write UTF-8 encoded strings to a PDF

I am having trouble writing unicode characters out to a PDF using PDFBox. Here is some sample code that generates …

java pdf unicode utf-8 pdfbox
Edit pdf page using pdfbox

How can i edit a pdf page with java and pdfbox by writing in a specific position that i know …

java edit pdfbox
How to Insert a Linefeed with PDFBox drawString

I have to make a PDF with a Table. So far it work fine, but now I want to add …

java pdf pdf-generation pdfbox
How to add PDFBox to an Android project or suggest alternative

I'm attempting to open an existing pdf file and then add another page to the pdf document from within an …

android pdf pdfbox
PDFBox setting A5 page size

Started playing with PDFBox PDDocument document = new PDDocument(); PDPage page = new PDPage(); document.addPage( page ); PDFont font = PDType1Font.HELVETICA_…

java pdf apache-fop pdfbox