The Apache PDFBox library is an open source Java tool for working with PDF documents. This project allows creation of new PDF documents, manipulation of existing documents and the ability to extract content from documents. Apache PDFBox also includes several command line utilities.

learn more… | top users | synonyms

0
votes
0answers
24 views

How to make watermark image unselectable through java

I am trying to make one image unselectable, actually I want to create one watermark, as to maintain a little security the image that we are going to make watermark of it should be unselectable. I ...
0
votes
0answers
17 views

transforming arabic pdf to image without losing data

I'm trying to transform a PDF with Arabic characters to an image to use as thumbnails on my webpage . PDFrenderer, PDFBox both couldn't keep Arabic characters after transformation , I only managed to ...
0
votes
0answers
19 views

setting ttf for PDF to Image on PDFbox

i'm trying to set an external ttf , to be able to render an image out of a pdf containing arabic caracters , the font i need to set is "Arial" , having done that the console keeps on informing that ...
0
votes
1answer
11 views

Java - apache PDFBox two A3 papers to one A2?

I've got a printer which doesn't support the feature I need. The printer prints A2 paper size. I would like to print two A3 size pages, that would fit on a single A2 paper, but my printer doesn't ...
0
votes
1answer
28 views

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 letter-sized PDF. If I change the CropBox size, then the cropmarks become visible. So ideally what I'd like to do ...
0
votes
1answer
25 views

PdfUtilities.convertPdf2Png Create automatic images in My directory

I've written some code to perform OCR on a PDF using Tesseract (Tess4J): public void DoOCRAnalyse(String From) throws FileNotFoundException { Tesseract instance = Tesseract.getInstance(); // JNA ...
0
votes
0answers
12 views

PDFBOX PDF->Text encoding working on a computer and not on the other one

I am extracting text from a swedish pdf and the swedish characters on my computer are displayed as a ? However when testing the same code on another machine it is working and parsing well. I ...
-2
votes
0answers
49 views

I'm Stuck here on PDF parsing (text and image) those are my methodes [closed]

I work with iText to retrieve the contents of a PDF file. there are two types of PDF files: * A text file. * A file with all the pages pictures (scaned images). the goal is to get a few words to ...
-2
votes
0answers
10 views

Forceclose error in pdfbox when used with android [closed]

i m trying to convert pdf document to text but my code is giving error "FORCE close" on my android device "HTC desire " when i run the code given in comment
1
vote
1answer
33 views

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 to add page numbers to a document after I merge different PDFs? I am using the PDFBox library in ...
0
votes
0answers
27 views

Getting images of PDF pages in C# using PDFBox

I try to get image of PDF page using the following code below. public Form1() { InitializeComponent(); PDF_FILE = "<type your PDF file here>"; pdf = PDDocument.load(PDF_FILE); ...
0
votes
1answer
24 views

PDFBox 1.8 PrintTextLocations wrong TextPosition height for a multi page pdf

I am running the example provided with PDFBox to get the width/height of each TextPosition. When I pass a one page pdf it gives me accurate results. But if I use a multi page pdf I am getting ...
4
votes
1answer
67 views

Determine whether a PDF page contains text or is purely picture

How to determine whether a PDF page contains text or is purely picture, using Java? I searched through many forums and websites, but I can not find an answer yet . Is it possible to extract text ...
0
votes
0answers
26 views

Creating a new PDF document using PDFBOX API

Actually Need to create a PDF which will hold the report of execution status ,where the status would be in table structure.. Is it possible to generate pdf table format with help PDFBOX api Can ...
0
votes
1answer
38 views

Program with PDFBox searching for words

I would like to make a program that search for words in a pdf using PDFBox. Here is my little program: List<String> words ;// List of words PDDocument document = ...
0
votes
1answer
55 views

Search for text in PDF files

I have a list of words about (86 words), and some PDF files. I would like to search for those words into PDF files and return values ​​tell me if exist. During research for solutions in tutorials I ...
0
votes
0answers
20 views

Invalid byte error when extracting XMP Metadata from pdf

I am trying to extract XMP metadata from pdf documents using the following code below. PDDocument document = PDDocument.load(pdfFile); PDDocumentCatalog catalog = document.getDocumentCatalog(); ...
1
vote
1answer
28 views

Access the page of a .pdf I load (using pdfbox) (and i'm using RPG)

I am trying to modify a .pdf that I load using PDFBOX. I am using RPG and I have found the Java code to access a page from a loaded .pdf PDPage page = ...
0
votes
0answers
19 views

Determing unsupported image formats for PDFBox

I have spent a few hours trolling through the mailing lists and bug tracker for PDFBox(http://pdfbox.apache.org/), and I am trying to determine what would decide a supported /unsupported image format, ...
0
votes
0answers
20 views

How to set Page Scaling option in Apache PDfBox

In my app, I am using Apache PDFBox to render PDF file and to silent print that fine. PDFBox works fine for rendering the PFD but I am facing issue scaling comes to the picture. Here I want to set ...
0
votes
1answer
48 views

getting null when call acroform.getFields() using pdfbox

I tried to get All the fields available in pdf form but I am getting null (NullPointerException) when calling acroform.getFields() using PDFBox. Sample: pdDoc = PDDocument.load(fileName); PDAcroForm ...
0
votes
1answer
38 views

PDFParser error message

Error 1 The best overloaded method match for 'org.pdfbox.pdfparser.PDFParser.PDFParser(java.io.InputStream)' has some invalid arguments H:\pdf_ver3.cs 129 51 PDF-to-Text Convertor Code: ...
-2
votes
2answers
74 views

how check if pdf file contain image only in C# [closed]

I want to check if a PDF file contains an image in C#. I searched for it and tried, but I did not find anything.
1
vote
1answer
38 views

Can I license GPLv2 or v3 for Oracle JDK as the java compiler?

I am using Java for developing an application and it is very important for me to make this application Open Source. I am stuck with two licenses Apachev2 and GPL(v2/v3). I am definitely not ...
0
votes
1answer
87 views

PDFBox 0.7.3 convert pdf to text

I want to convert pdf file to text file but some of pdf files do not work with pdfbox dll as the version of acrobat in newer than Acrobat 5.x Please tell me what i do? output.WriteLine("Begin ...
-6
votes
0answers
46 views

What are the new feature has been add in pdfbox 1.8.0.jar? [closed]

I Like to know what are the new feature has been add in pdfbox 1.8.0? I'm using 1.7.0 in my application. I found the release note for 1.8.0 to 1.8.1. I like know is there any advantage of going to ...
0
votes
1answer
86 views

PDFbox to iText coordinate conversions using AffineTransform

Question: I can't seem to get one coordinate format to work with another format. I think I'm just not using the right matrix, but I don't know enough about them to be certain. I was hoping to get ...
-3
votes
0answers
70 views

Convert utf-8 content in a pdf to a text file [closed]

I am using pdfBox. Is there any way of converting a tamil pdf into a text file using java ?. I browsed a lot but was just able to find ascii to text converter. The code is given below. The code takes ...
0
votes
1answer
74 views

Java PDFBox, extract data from a column of a table

I would like to find out how to extract from this pdf(ex. image) http://postimg.org/image/ypebht5dx/ For example, I want to extract only the values ​​in the column "TENSIONE[V]" and if it encounters ...
2
votes
1answer
61 views

Is it possible to retrieve font color for each character from a PDF using PDFBox

Is it possible to retrieve font color for each character from a PDF using PDFBox As per my previous question's solution : How to extract Font color using PDFBOX java? I have proceeded till ...
0
votes
1answer
23 views

Log4J2 and ApachePDFBox getting error Message “No appenders”

Im using PdfBox 1.7.0 and Log4j 2.0-beta4. The L4j2 configuration is saved als xml in "resources\Log4j2.xml" (Project in maven) Here is the conf: <?xml version="1.0" encoding="UTF-8"?> ...
0
votes
0answers
45 views

Applet not able to load a class from JAR file

In my application, I am using apache PDFBox to print the PDF directly to the printer. Here I want to print the PDF on client machine So I am using applet which will invoke the java class and push the ...
1
vote
2answers
90 views

How to set print setup properties on Existing Document with Apache PDFBox

I am new to apache PDFBox api and I want to set print setup properties with apache PDFBox. Here I want to set the page size to A4 and I also want to set Print Scaling option to NO SCALING. Make a ...
0
votes
1answer
80 views

How to extract Font color using PDFBOX java?

Actually I need to extract font color of each character , found this below piece of code from a forum but while executing it throws me the error Apr 19, 2013 6:23:45 PM ...
0
votes
0answers
91 views

PDF Text Extract (inside IFRAME) using Apache PDF API - Selenium Webdriver

we are using Apache PDFBox API to extract a Text from the PDf file, this is for my HTMl code <div id="divPreview" style="padding-left: 50px; vertical-align: top; display: block;"> <table ...
0
votes
1answer
87 views

Identify rgb and cmyk color from pdf

I have a PDF that consists of different color text and background color. How do I identify which colors are used in the PDF with CMYK or RGB format? StringBuilder sb_Sourcepdf = new StringBuilder(); ...
0
votes
0answers
172 views

PDFBox convert PDF to TIFF. Reduce image size in bytes

I'm trying to convert a pdf to a tiff image. I got it working by using pdfbox but the image is too big. Let's say my PDF size is 224kb => image size=1.4Mb How can I make the tiff file smaller ...
0
votes
1answer
26 views

issue with pdfbox 1.8.0

Actually I have updated my PDFBOX API Jar to 1.8.0 from 1.7.1 Now I'm facing some issues like , if I try to say the pdf form , saved form is been corrupted I couldnt able to open the saved pdf file ...
2
votes
2answers
209 views

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 updating COSString when needed): ...
-3
votes
1answer
65 views

extraction of specific data from PDF in Java [closed]

I am new to java and I got the assignment to extract some specific data from txt file which contain pdf markup with x and y positions. I need to extract all data from specific x position. I found out ...
1
vote
2answers
146 views

How to read the current page number of the pdf document using pdfbox

The page numbers in a PDF come in different variations, some PDFs have initial pages as roman numbers like I, ii, and later the page numbers are 1,2,... . I found a function in the pdfbox to get the ...
0
votes
0answers
34 views

Embedding new characters in a PDF

I am using PDFBox for modifying a PDF, and my code is based on this. That code does not directly work for me as I have mentioned in this problem. However, that is not my concern currently. I wrote my ...
1
vote
1answer
90 views

PDFBox: PDJpeg gets drawn in wrong colors when resized -> Adobe Reader -> Windows XP & 7

When creating a PDF using PDFBox and drawing PDJpegs to it, the images' colors are changed / inverted when resizing the PDJpeg(s) before drawing them to the PDF. This issue is only visible on Windows ...
0
votes
0answers
28 views

Resolving correct AWT Graphics coordinates in PDFBox

I am using PDFBox to extract the bookmarks from a document. The bookmarks are known to be local, and they do indeed point to a page in the document. For the first bookmark, I've resolved its GoTo ...
0
votes
1answer
30 views

PDFBOX : java.lang.NumberFormatException:

When I'm trying to execute the below code it throws me below error java.lang.NumberFormatException: For input string: "8#40" at java.lang.NumberFormatException.forInputString(Unknown Source) Code ...
1
vote
1answer
135 views

Parsing PDF file using Apache PDFBox

I am trying to modify the contents of a PDF document using PDFBox. I used this example as it is, but observed that the text it my PDF file is getting split at character level (or worse). For example, ...
0
votes
3answers
141 views

Issues Decoding Flate from PDF Embedded Font

Ok, before we start. I work for a company that has a license to redistribute PDF files from various publishers in any media form. So, that being said, the extraction of embedded fonts from the given ...
1
vote
0answers
39 views

How to prevent PDFBox from splitting words with hyphen

I'm using PDFBox version 1.7.0 to extract text from a PDF. The classes were compiled to .NET using IKVM.NET. I'm using the following code, where I pass in the name and path to the file: public ...
0
votes
2answers
64 views

Centering text, x coordonate not respected

I modified TextToPDF class to detect some tag in the content file. When tag center is found, text is centered. That don't work correctly, X coordonate don't seem respected when i display x: ...
0
votes
0answers
42 views

Pdf file becoming corrupt after reading writing with pdf box

I have a pdf file wich i want to read, fill in fields and the save. These are form pdf's being provided by external party. I simplefied the example back to: PDDocument pdf = ...

1 2 3 4 5 7