Have an amazing solution built in RAD Studio? Let us know. Looking for discounts? Visit our Special Offers page!
C++DelphiTech Partner

PDFium – PDF Engine for your Delphi/C++ Builder FireMonkey Applications

Intro

PDFium Component Suite for FireMonkey has so many capabilities to handle PDF documents. It uses PDFium open-source PDF rendering engine and supports Windows, macOS, iOS, and Android.

PDFium itself is used by the Chromium project. So, you can understand that “ium” comes from Chromium! This is a fully open-source project and you can contribute to that here.

Installation

Since this is a component suite and supports different operating systems, it has its installation file. But, if you are in doubt, you can follow a short video on how to install the PDFium Component Suite for FireMonkey.

Overview

When you successfully install you will get two components on your Palette.

TFPdf handles PDF documents. With that component, you can create and process PDF documents.

TFPdfView is the component that shows the PDF documents in your FireMonkey applications.

What you can do with the PDFium Suite?

  • Create PDF documents
  • Extract Images from PDF documents
  • Extract Text
  • Extract Text Pages
  • Merge PDF documents
  • Convert Pdf To Jpg

Development

Let’s investigate how the PDFium Suite converting PDF documents to Jpg image files.

On Form Create this will get the pixels per inch by using the GetDisplayMetrics function.

The Convertor button starts the operation. It starts from page number 0, from the beginning. And with the RenderPage procedure, you can render the pages. And finally, you can save them to the TBitmap based data to files.

Extracting Images from PDF document

Taking file name and path and setting the initial point of the process is similar, but when you want to get images from PDF document. You can just iterate over the TFPdf using the BitmapCount and you can receive the images by its index.

Extracting Text

By calling Text function you can fetch the text from PDF documents and save the content to a text file:

Be sure to check out the demo action video that shows all the demo projects in action.

Head over and check out the full WINSOFT PDFium for FireMonkey Library

Like what you see? You can get PDFium for FireMonkey and over 100 other fantastic WinSoft components with our Enterprise Component Pack. For a limited time, when you purchase RAD Studio Enterprise or Architect Edition at special Upgrade Pricing, you will also get this package of third-party software worth over $13,000, including the full WinSoft Component Library, at NO EXTRA COST! Step up to RAD Studio 10.4.1 today!


Reduce development time and get to market faster with RAD Studio, Delphi, or C++Builder.
Design. Code. Compile. Deploy.
Start Free Trial   Upgrade Today

   Free Delphi Community Edition   Free C++Builder Community Edition

About author

Software Developer | CS(CyberSec) Undergrad at APU Malaysia | Delphi/C++ Builder Enthusiast | Microsoft Learn Student Ambassador | Microsoft Azure Certified

6 Comments

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

IN THE ARTICLES