SaaSHub helps you find the best software and product alternatives Learn more →
Apache PDFBox Alternatives
Similar projects and alternatives to Apache PDFBox
-
iText
[DEPRECATED] Core Java Library + PDF/A, xtra and XML Worker. Only security fixes will be added — please use iText 7
-
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
-
OpenPDF
OpenPDF is a free Java library for creating and editing PDF files with a LGPL and MPL open source license. OpenPDF is based on a fork of iText. We welcome contributions from other developers. Please feel free to submit pull-requests and bugreports to this GitHub repository. ⛺
-
-
-
-
Open HTML to PDF
An HTML to PDF library for the JVM. Based on Flying Saucer and Apache PDF-BOX 2. With SVG image support. Now also with accessible PDF support (WCAG, Section 508, PDF/UA)!
-
Sonar
Write Clean Java Code. Always.. Sonar helps you commit clean code every time. With over 600 unique rules to find Java bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.
-
boxable
Boxable is a library that can be used to easily create tables in pdf documents.
-
pdfsam
PDFsam, a desktop application to split, merge, mix, rotate PDF files and extract pages
-
-
Konik
A library to create, read and validate ZUGFeRD compliant invoices. Available for Java and .NET
-
-
-
jsoup
jsoup: the Java HTML parser, built for HTML editing, cleaning, scraping, and XSS safety.
-
zotero
Zotero is a free, easy-to-use tool to help you collect, organize, annotate, cite, and share your research sources.
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
Apache PDFBox reviews and mentions
-
How to crop, split, remove pages from PDFs with Java and PDFBox
Then, open the pdf_utils/pom.xml file and add a dependency to PDFBox, in the dependencies section:
- Does no one use PDF files anymore?? In need of a PDF generator package...
- Thoughts on Birt Report for pdf reports
-
How I archived 100 million PDF documents... (Part 1)
So, when I started to view the documents, a lot of them simply failed to open. I had to look around for a library that could verify PDF documents. I had some experience with PDFBox in the past, so it seemed to be a good go-to solution. It had no way to verify documents by default, but it could open and parse them and that was enough to filter out the incorrect ones. It felt a little bit strange just to read the whole PDF into the memory to verify if it is correct or not, but hey I needed a simple fix for now and it worked really well.
- Best FOSS (ideally Docker) that can split PDF files ?
-
PDF processing and analysis with open-source tools
PDFBox can do this. It’s not part of the CLI but it wouldn’t be too hard to add:
https://github.com/apache/pdfbox/blob/5b00807463279f1002e245...
-
I am looking to automate a process at work...
You'll find libraries in most languages for parsing content out of PDF files, I did this most recently at work in Java using PDFBox.
-
Understanding PDF conversion
Something along these lines might be a better bet: https://pdfbox.apache.org/ - no idea if that's the best one, but you should be looking for modern, full-featured PDF manipulation libraries. GhostScript is definitely NOT that - it's an ancient PostScript interpreter that barely, barely supports PDFs.
-
Help Extracting Data from PDF Files
If you can program in Java then Apache PDFBox is an excellent very high quality library for reading (and writing) PDFs.
-
Wish there was a Java lib for…
Creating PDFs in an easy way. Currently using PDFBox and its kinda painful.
-
A note from our sponsor - #<SponsorshipServiceOld:0x00007f0921744178>
www.saashub.com | 7 Jun 2023
Stats
apache/pdfbox is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of Apache PDFBox is Java.