Skip to content

Instantly share code, notes, and snippets.

@XinyuIDR
XinyuIDR / pdf-to-html.java
Created November 27, 2024 11:56
Convert PDF to HTML in Java | PDF to HTML Java | PDF to HTML
/*
Download the BuildVu trial jar (https://www.idrsolutions.com/buildvu/trial-download)
Add the BuildVu Jar to your project libraries
Choose conversion options (https://files.idrsolutions.com/maven/site/buildvu/apidocs/org/jpedal/render/output/ConversionOptions.html)
Choose viewer options (https://files.idrsolutions.com/maven/site/buildvu/apidocs/org/jpedal/render/output/IDRViewerOptions.html)
Set PDF file path and output directory
*/
HTMLConversionOptions conversionOptions = new HTMLConversionOptions();
// Set conversion options here e.g. conversionOptions.setCompressImages(true);
@XinyuIDR
XinyuIDR / pdf-to-html-java.md
Last active November 27, 2024 11:50
Convert PDF to HTML in Java | PDF to HTML Java | PDF to HTML
@XinyuIDR
XinyuIDR / pdf-to-html-command.md
Last active November 27, 2024 11:47
Convert PDF to HTML in command line | PDF to HTML cmd | PDF to HTML

Convert PDF to HTML from the command line 

You can run BuildVu to convert PDF to HTML directly from the command line which is useful for running the converter from another language or script.

Prerequisites: 

@XinyuIDR
XinyuIDR / Understanding-PDF-Format.md
Last active February 26, 2025 00:55
PDF Format

Understanding PDF Format

We have been working with PDF files since 1999 and developed complex software to display PDF files. We have learnt a lot about the PDF file format in that time and share our knowledge in the articles below.

There are also a large number of technical terms used with PDF so we have created a Glossary of Terms with all the keywords.

If you are interested in using our software to display your PDF documents (we can rasterize them, convert them to HTML5 or SVG, or provide a complete Java PDF Viewer) pdf why not setup a call with us and see if we can help?

Here is an overview of the topics covered in this article: