Top "Pdfbox" questions

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

Adding fonts to Apache Pdfbox?

Is there a way to add additional font styles into Apache Pdfbox? We're currently trying to work around printing PDFs …

java pdf fonts pdfbox
Java pdfBox: Fill out pdf form, append it to pddocument, and repeat

I have a pdf form made and I'm trying to use pdfBox to fill in the form and print the …

java pdf pdfbox pdf-form
PDF Parsing with Text and Coordinates

I am currently using PDF Box to parse a pdf and I am trying to figure out how to retrieve …

parsing pdf pdfbox pdflib
How to draw a filled rectangle in PDFBox?

How to draw a filled rectangle using PDFBox? I just can't find the right function of the PDFBox API documentation. …

java pdfbox rectangles
Java close PDF error

I have this java code: try { PDFTextStripper pdfs = new PDFTextStripper(); String textOfPDF = pdfs.getText(PDDocument.load("doc")); doc.add(new …

java pdf pdfbox
How to add .png images to pdf using Apache PDFBox

When I try to draw png images using pdfBox, the pages remain blank. Is there any way to insert png …

java pdfbox
OpenHTMLToPDF: Embed a custom font into PDF created out of HTML

I create a PDF from HTML with Jsoup and OpenHTMLToPDF. I have to use a different font in my PDF …

java fonts jsoup pdfbox openhtmltopdf
Merge document with PDFMergerUtility in pdfbox 2.00

Pdfbox Merge Document with 1.8.xx as like mergePdf.mergeDocuments() it working fine .now pdfbox version 2.0.0 contain some argument like org.…

java merge pdfbox
pdfbox convert pdf to image byte[]

Using pdfbox, is it possible to convert a PDF (or a PDF byte[]) into an image byte[]? I've looked through …

java pdfbox
Adding page numbers using PDFBox

How can I add page number to a page in a document generated using PDFBox? Can anybody tell me how …

java pdf pdfbox