Top "Pdfbox" questions

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

Comparison of two pdf files

I need to compare the contents of two almost similar files and highlight the dissimilar portions in the corresponding pdf …

pdf comparison pdfbox
Java PDFBox - Reading and modifying a pdf with special characters (diacritics)

i'm trying to modify a pdf using this method (first code block - using PDFStreamParser and iterating through PDFOperator, then …

java pdf utf-8 diacritics pdfbox
In PDFBox, how to change the origin (0,0) point of a PDRectangle object?

The Situation: In PDFBox, PDRectangle objects' default origin (0,0) seems to be the lower-left corner of a page. For example, the …

java pdf pdfbox
Right-alignment text in PDFBOX?

I need to draw text in right alignment using PDFBOX (java). I am currently using ContentStream.drawString to draw text …

java apache pdf-generation pdfbox
How to check a check box in PDF-form using Java PDFBOX api

How to check a check box in PDF-form using Java PDFBOX api Initially I tried with the below piece of …

java pdfbox pdf-form
how to add unicode in truetype0font on pdfbox 2.0.0?

I've been using the PDFBOX version 2.0.0 in a Java project to convert pdfs to text. several of my pdfs are …

java unicode pdfbox glyph
Cannot figure out how to use PDFBox

I am trying to create a PDF file with a lot of text boxes in the document and textfields from …

java pdfbox
How to extract bold text from pdf using pdfbox?

I am using a Apache pdfbox for extracting text. I can extract the text from pdf but I dont know …

java pdf pdfbox
Java - pdfbox cannot import jar?

Hi there Please can someone help me with this simple problem I believe... I've already asked over 8 experts on a …

java pdf netbeans pdfbox bluej
Form field values set with PDFBOX not visible in Adobe Reader

I am having an issue with trying to set some from fields using Apache PDFBOX(1.8.5). I have a few different …

java pdfbox adobe-reader