Top "Pdfbox" questions

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

How to add hyperlink in pdf using pdfbox

I want to add a hyperlink in PDF created using PDFBOX, such that i click on some text example 'Click …

java pdf pdf-generation pdfbox
Scaled image blurry in PDFBox

I'm trying to scaling an image with size = 2496 x 3512 into a PDF document. I'm using PDFBox to generate it but …

java image-processing pdfbox
How to access all the PDF metadata using pdfbox

I have a simple JAVA code that uses TIKA library to get the metadata of a PDF file and it …

java pdfbox apache-tika
Crop PDF & add margins

I have a PDF with a CropBox size of 6" wide x 9" high. I need to add it to a standard …

pdf pdfbox pdf-manipulation
I want to add a Line into a PDF document using java

I am currently using PDFBox and reading from within a.pdf which is found in folder 1 I first list all …

java pdf pdfbox pdftotext
how to globally replace font in a PDF

Is it possible, using Adobe Acrobat or another tool, to globally replace a font in a PDF? How can I …

pdf pdf-generation acrobat pdfbox
Unable to verify digital signature using Apache PDFBOX

I am a newbie in using Digital Signatures. In one of the projects we are using Apache PdfBox for processing …

pdf digital-signature bouncycastle pdfbox verification