litePDF is a Windows library (DLL), which allows creating new and editing of existing PDF documents with simple API. Page content is drawn with standard GDI functions through a device context (HDC or TCanvas, in case of Delphi or C++ Builder).
Features
- create new PDF documents in memory only, or with direct write to a disk
- load of existing PDF documents
- modify or delete of existing pages
- copy pages from other documents
- incremental update of PDF documents
- encryption of PDF documents
- digitally sign PDF documents (new or existing)
- draw with GDI functions both directly to a page, and to a resource/template (XObject)
- draw of created resources into a page
- font embedding, complete or subset
- font substitution
- attach files into PDF documents
- low-level PDF operations
Categories
PDFFollow litePDF
nel_h2
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
-
Excellent library for signing pdfs. Congratulations on the project.
-
This library can save you tons of time if you have an old code base that needs to support printing to pdf files.
-
It is an awesome library to manipulate PDF in the back-end.