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
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
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.