A guide which shows or indicates the way to do something.

Guide

Easily Convert PDF to HTML in PHP (Tutorial)

Converting a PDF to HTML in PHP lets you display PDF content directly in the browser; no plugins, no iframes or no viewer dependencies....
Leon Atherton
2 min read

PDF to HTML in Java: Step-by-step Tutorial

Converting PDF to HTML in Java means parsing the binary PDF format and producing browser-renderable HTML5, CSS, and font files. This tutorial covers a...
Leon Atherton
8 min read

Improvements to Our PDF Inspector

In the last two(1)(2) releases of JPedal, we added some exciting new features to our PDF Inspector tool which can help you debug those...
Jacob Collins
2 min read

How to Sanitize PDF Files: Removing Hidden Risks

Use the JPedal PDF library to sanitize PDF files. PDF is one of the most common formats for sharing documents. PDF files are portable...
Jacob Collins
2 min read

How to Duplicate Pages in a PDF in Java…

The Java PDF toolkit, JPedal makes duplicating pages in PDF documents an easy task. You might want to duplicate pages when filling in multiple...
Jacob Collins
1 min read

How to N-Up Pages in PDF Files in Java…

If you have ever printed slides for a presentation and wanted to save paper when sharing handouts, you might have encountered N-up formatting. N-up...
Jacob Collins
2 min read