Pdf Creator Features
ExpertPDF Pdf Creator SDK is a .NET library built to enhance our existing HtmlToPdf Converter.
The Pdf Creator emerged as a premium product that has,
besides the html to pdf converter features, a large number of more general pdf related capabilities.
General features
- Add texts and image elements to the PDF documents and templates
- Render multipage images (TIFF) to PDF
- Add graphic elements like lines, rectangles, ellipses, circles, Bezier curves
- Create bookmarks for the PDF document
- Merge and split PDF files and streams with MergePdf and SplitPdf classes
- Create links to internal and external resources in the PDF document
- Create file attachments
- Create text notes
- Rotate PDF document pages
- Add viewer preferences
- Add document description
- Add fonts and color directly from .NET Font and Color structures
Pdf security
- Add ordinary digital signatures
- Set user and owner passwords
- Encrypt PDF document content
- 40 and 128 bit encryption keys
- Set PDF document permissions (print, edit, copy)
Html to pdf conversion
- Place the HTML to PDF conversion result in any position in PDF document
- Set the width and height in PDF of content rendered from HTML
- Add several html elements in the same document in any position
- Possibility to get the bounds of the rendered content in each rendered page
- Set the transparency for the rendered content
- Rotate the rendered PDF content
- Add HTML in templates that can repeated on each page of the PDF document
- Add HTML in header and footer of the PDF document
RTF to pdf conversion
- Place the RTF to PDF conversion result in any position in PDF document
- Set the width and height in PDF of content rendered from RTF
- Add several RTF elements in the same document in any position
- Possibility to get the bounds of the rendered content in each rendered page
- Set the transparency for the rendered content
- Rotate the rendered PDF content
- Add RTF in templates that can repeated on each page of the PDF document
- Add RTF in header and footer of the PDF document
NEW in v2.3.0:
(released Jun 18th, 2008)
- Added the possibility to specify the Internet Security Zone of the converted URL
NEW in v2.2.7:
(released Jun 5th, 2008)
- Improved the rendering of HTTP links in PDF
- Improved the height auto-detection for some web pages
NEW in v2.2.4:
(released May 15th, 2008)
- bug fixes
- Improved true type fonts embedding in the generated PDF
NEW in v2.2.2:
(released Apr 15th, 2008)
- bug fixes
NEW in v2.2.0:
(released Mar 4th, 2008)
- Automatically generated bookmarks for a specified list of HTML tags
- bug fixes
NEW in v2.1.2:
(released Feb 25th, 2008)
- Better support for large files
- Improved rendering of transparent PNG and GIF images
- bug fixes
NEW in v2.1.0:
(released Feb 7th, 2008)
- The HTTP links from the header and footer HTML are converted to PDF links
- bug fixes