pdfbox
Splitting a pdf with pdfbox, but losing the font
I wrote some code in Java using the pdfbox API that splits a pdf document into it\'s individual pages, looks through the pages for a specific string, and then makes a new pdf from the page with the st[详细]
2023-04-10 02:00 分类:问答Read Text and Image Locations (x.y coordinates) using PDFBox
I am doing a java program to read encrypted PDF files and extract the contents of the file page by page including the text, images and their positions(x,y coordinates) in the file. Now I\'m using PDFB[详细]
2023-04-09 04:06 分类:问答Internationalization with PDFBox
I have been using PDFBox in my project to create pdf files containing som data from my program. It has been working great up till now as starting to add new languages starting with japanese.[详细]
2023-04-08 16:04 分类:问答Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory
I am using pdfbox in java to convert pdf to images. But when I compile I got the message Exception in thread \"main\" java.lang.NoClassDefFoundError:[详细]
2023-04-07 08:35 分类:问答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 chat website yet no-one can seem to help me :(.[详细]
2023-04-04 23:40 分类:问答I want to add a Line into a PDF document using java
I am currently using PDFBox and reading from within a.pdfwhich is found in folder 1 I first list all the Pdf files found within the folder.[详细]
2023-04-01 17:33 分类:问答Editing PDF from Java Using PDFBox
I am currently getting a page from a PDF and then trying to edit that particular page. When i do the edit it is not saving within the PDF itself.[详细]
2023-04-01 15:15 分类:问答PDFBox not recognizing a link
I\'m using Apache PDFBox to scan throu开发者_开发问答gh a PDF in search of links to a certain file.[详细]
2023-03-30 03:11 分类:问答Build PDFBox FAILURE in jempbox
I found pdfbox-1.6.0.jar doesn\'t work on my system so, I tried to build it from Source and installed Maven.[详细]
2023-03-29 20:31 分类:问答Merged documents in PDFBox either have no blank pages or too many... but only when printed
The project I\'m currently working on requires big print runs of documents, which will be mailed out to clients. For instance, a single print run could include over 1000 letters, each of which will go[详细]
2023-03-29 17:37 分类:问答