All Stories

PDF

Java

JPedal

BuildVu

JDeli

FormVu

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 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
1 min read

How to extract text from a PDF as JSON

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
1 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

What is inside a PDF file?

A PDF document structure consists of several components that determines how text, images and other elements are stored and displayed. It is a binary...
Jacob Collins
1 min read

Convert PDF to HTML/ SVG on Your Phone

Last November, my coworkers and I attended Devfest Istanbul, where I found inspiration in the insightful talks and the incredible people I met. Many...
xinyu zhang
55 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 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
1 min read

How to extract text from a PDF as JSON

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
1 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

What is inside a PDF file?

A PDF document structure consists of several components that determines how text, images and other elements are stored and displayed. It is a binary...
Jacob Collins
1 min read

PDF.js Alternative for PDF Documents

  Display Documents on Web Apps PDF.js is maintained by Mozilla for Firefox, but it works reasonably well with other browsers. It allows you...
Leon Atherton
1 min read
Read More

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
1 min read

How to extract text from a PDF as JSON

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
1 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

What is inside a PDF file?

A PDF document structure consists of several components that determines how text, images and other elements are stored and displayed. It is a binary...
Jacob Collins
1 min read

How to sign PDF files in Java (Tutorial)

PDF files are not natively supported in Java, so to digitally sign them, you will need some special software. This tutorial demonstrates how to...
Jacob Collins
27 sec read

iText Alternative (and when you should consider one)

When it comes to finding an iText alternative, a name that often pops up is JPedal. Both libraries offer robust features for handling PDFs,...
Jacob Collins
1 min read
Read More

What is inside a PDF file?

A PDF document structure consists of several components that determines how text, images and other elements are stored and displayed. It is a binary...
Jacob Collins
1 min read

How to sign PDF files in Java (Tutorial)

PDF files are not natively supported in Java, so to digitally sign them, you will need some special software. This tutorial demonstrates how to...
Jacob Collins
27 sec read

PDFBox alternative

Working with PDF documents in Java, developers often encounter the choice between open-source libraries like Apache PDFBox and commercial solutions like JPedal. While PDFBox...
Jacob Collins
1 min read

iText Alternative (and when you should consider one)

When it comes to finding an iText alternative, a name that often pops up is JPedal. Both libraries offer robust features for handling PDFs,...
Jacob Collins
1 min read

How to read PDF files in Java?

In this article I will show you how you can read PDF in Java, using JPedal (a Java library to Convert, Print, View PDF...
Promil
2 min read

How to extract Form data from PDF files in…

This tutorial shows you how to extract data from PDF AcroForms in simple steps using JPedal Java PDF library. JPedal includes extensive support for...
Mark Stephens
58 sec read
Read More

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

Convert PDF to HTML/ SVG on Your Phone

Last November, my coworkers and I attended Devfest Istanbul, where I found inspiration in the insightful talks and the incredible people I met. Many...
xinyu zhang
55 sec read

PDF.js Alternative for PDF Documents

  Display Documents on Web Apps PDF.js is maintained by Mozilla for Firefox, but it works reasonably well with other browsers. It allows you...
Leon Atherton
1 min read

PDF vs HTML for AI Web Apps

As AI integration in software products and services becomes more popular, the need for more dynamic and accessible documents has never been greater. For...
Leon Atherton
1 min read

How to convert PDF to HTML (Tutorial)

In this article I will show you how you can use our PDF files to HTML API to convert documents to HTML with our...
Mark Stephens
4 min read

Why convert PDF Documents to HTML

In this article I will be discussing the many reasons why you should convert your PDF documents into HTML. For instances HTML allows you...
Leon Atherton
1 min read
Read More

How to mass convert BMP to JPG (Tutorial)

BMP (Bitmap) is a raster graphics format known for its simplicity and compatibility. It stores image data in an uncompressed format, resulting in large...
Amy Pearson
1 min read

How to mass convert TIFF to JPG (Tutorial)

TIFF (Tagged Image File Format) is a versatile image format known for its high-quality and lossless compression. It is often widely used across various...
Amy Pearson
1 min read

How to mass convert PNG to JPG (Tutorial)

Handling a vast collection of PNG images? Converting them to JPG in bulk can be extremely beneficial, especially if you need JPGs for various...
Amy Pearson
1 min read

How to bulk convert WebP to JPG (Tutorial)

If you have a large collection of images in WebP format, converting them to JPG in bulk can be a game-changer. WebP, developed by...
Amy Pearson
1 min read

How to convert HEIC to JPG in bulk (Tutorial)

If you’re dealing with a large collection of images in HEIC format, converting HEIC files to JPG in bulk can be a lifesaver. HEIC...
Amy Pearson
1 min read

How to write TIFF images in Java (Tutorial)

In this article, we will walk you through how to write out images as TIFF images in Java. We also have a related article...
Amy Pearson
54 sec read
Read More

Convert PDF to HTML/ SVG on Your Phone

Last November, my coworkers and I attended Devfest Istanbul, where I found inspiration in the insightful talks and the incredible people I met. Many...
xinyu zhang
55 sec read

PDF.js Alternative for PDF Forms

What is PDF.js? PDF.js is an open-source (licensed under Apache 2.0) JavaScript library developed by Mozilla that enables the rendering of Portable Document Format...
Daniel Warren
1 min read

HTML Forms, features and benefits explained

What are HTML forms? HTML forms are like digital paper forms, allowing users to input and submit data on websites. They are customizable and...
Daniel Warren
1 min read

What is a PDF Form?

What exactly is a PDF form? A PDF form is an electronic document in Portable Document Format (PDF) which has interactive fields that let...
Mark Stephens
1 min read

How to convert fillable PDF forms to HTML forms…

How to convert fillable PDF forms to HTML forms using PHP These steps demonstrate how to convert PDF forms to HTML using the FormVu...
Daniel Warren
19 sec read

How to convert fillable PDF forms to HTML forms…

This guide will demonstrate how you can use the command line on your computer to convert fillable PDF forms to HTML forms. You can...
Daniel Warren
45 sec read
Read More