Portable Document Format (PDF) is a file format used to present documents in a manner independent of application software, hardware, and operating systems.

PDF

Java PDF to JPEG conversion (Tutorial)

Why convert PDF files to JPEG images? A PDF is a vector image (so it is rendered when you display it at whatever size...
Jacob Collins
1 min read

PDF Merge in Java (Tutorial)

Introduction Java developers working with PDF documents are always looking to enhance functionality in their document workflows. There is a large selection of Java...
Jacob Collins
59 sec read

Testing PDF Merging: Performance and Content Integrity

We’ve been making progress on improving our PDF merge tool JPedal (JPedal is the best Java PDF library for developers), and I was curious...
Jacob Collins
2 min read

How to extract text from PDF files as YAML…

This blog post shows you how to convert a PDF to YAML, by extracting marked content with structure tags. What is structured PDF? Some...
Jacob Collins
47 sec read

Choosing the Best Document Viewer for Your Web App

Choosing the right document viewer for display is a crucial step in your journey to developing a web application. The document viewer should be...
Leon Atherton
2 min read

How to process PDFs for use with AI (Tutorial)

As Artificial Intelligence becomes more popular for processing large bodies of text, it becomes apparent that PDF files pose a challenge. PDF is a...
Jacob Collins
1 min read