
Automate PDF creation and manipulation.
Features
- easyPDF SDK
- Automate PDF creation and manipulation.
- Use the Printer and Processor Explorer tools to build your .NET executables with no programming skills required! It takes minutes to build a whole program, no Visual Studio necessary.
- Already a skilled programmer, write code rapidly and visually, without wasting any time learning easyPDF SDK's sophisticated syntax.
- Visualize all Printer and Processor features in an easy-to-use UI, without having to study the SDK documentation.
- Pure native C#/.NET and Java APIs for almost the whole easyPDF SDK, completely eliminating the need for COM objects.
- New .NET/Java native APIs are fully sandboxed (isolated with the help of worker processes).
- Loader for server-side printing is now automatic and transparent for native .NET and Java users.
- Impersonation, an alternative solution to the Loader Service.
- PDF Printer API
- Convert HTML to PDF with hyperlinks (IEPrintJob.ConvertHyperlinks).
- Shrink HTML to available paper width (IEPrintJob.IESetting.ShrinkToFit).
- Convert Word links/attachments into PDF links/attachments (WordPrintJobEx.PreserveAttachments).
- Convert Outlook attachments into PDF attachments (OutlookPrintJob.AttachAttachments).
- Use a host application to print anything into PDF (GenericPrintJob.HostApplication).
- PDF Processor API
- Add print-only watermarks to PDF (Processor.AddWatermarkOnLayer).
- Securely remove (redact) words from PDF (Processor.RedactWords).
- Zoom, text rotation, font size, opacity are no longer integers, but floating-point values. You can now scale and rotate with near-unlimited precision. See Changes in PDFProcessor.
- PDF Document API
- When a PDF form is filled and saved, everything XFA related is removed from the PDF. XFA is no longer part of the PDF standard.