jpedal

How to convert PDF files to ePUB

Not all PDFs are created equally. Some go beyond simple visual layouts and include internal tags that describe the document’s structure. These are known...
Jacob Collins
2 min read

Java PDF to AVIF conversion (Tutorial)

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

PDF processing with Spring Boot (Tutorial)

What is Spring Boot? Spring Boot is a framework for efficiently building production level Java apps. It builds on top of the Spring framework...
Jacob Collins
3 min read

How to extract text from a PDF as Markdown

Some PDF files can be “tagged” which means they contain information about the structure of the file. This structure is embedded as metadata within...
Jacob Collins
2 min read

How to translate PDF files in Java (Tutorial)

Today I will demonstrate a worked example to show how you can create a PDF translator using our PDF toolkit JPedal and Translator. This...
Jacob Collins
3 min read

Java PDF to WebP conversion (Tutorial)

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