WINSOFT components and applications

PDF Library

PDF Library

A versatile library designed for creating and manipulating PDF documents within Delphi and C++Builder applications.
Download PDF Library 2.0 trial version
Download demo example
Order PDF Library $160 USD (license for one developer)
Order PDF Library multi-license $480 USD (license for all developers in company)
Order PDF Library year upgrades $80 USD (registered users only)
Order PDF Library year upgrades multi-license $240 USD (registered multi-license users only)
Order Winsoft Component Package

FAQ

How do I access and extract fields from a PDF form?

var Fields: _PdfAcroFieldCollection;

Fields := Document.AcroForm.Fields;
for I := 0 to Fields.Count - 1 do
  ShowMessage(IntToStr(I) + ': ' + Fields[I].Name);

Useful Links

IconIndustry Supported PDF/A Validation
IconPDF association
IconPDFsharp & MigraDoc