🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

ExpertPdf.PdfCreator

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ExpertPdf.PdfCreator

ExpertPDF Pdf Creator SDK is a full featured .NET pdf library. It offers enhanced HTML to PDF conversion capabilities, RTF to PDF conversion, PDF merge and split, PDF encryption and digital signatures, bookmarks, and many more. 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

20.1.0
NuGet
Version published
Maintainers
1
Created
Source

ExpertPDF Pdf Creator

Thanks for trying ExpertPDF Pdf Creator. At least .NET Framework 2.0 is required to be able to use it. The component also works with .NET 3.0, .NET 3.5 (Visual Studio 2008), .NET 4.0 (Visual Studio 2010 and 2012), .NET 4.5.x (Visual Studio 2013), .NET 4.6.x (Visual Studio 2015), .NET 4.7.x, .NET 4.8.

In the archive you have downloaded you will find:

Bin/epdfcreator.dll - this is the dll you will use in your applications and reference in Visual Studio Bin/epengine.dll - this is a helper dll needed by your applications, but not referenced in Visual Studio

Bin/.NET_4.0 - .NET4 assemblies

Doc/ExpertPdfCreatorAPI.chm - API reference Samples/AspNet - samples for web applications Samples/WindowsForms/ - samples for WindowsForms applications Samples_NET_4.0/ - folder containing samples for ASP.NET, WinForms in C# or VB.NET for Visual Studio 2010, 2012 and above (.NET 4.0 and above)

For additional support and documentation: https://www.html-to-pdf.net/Support.aspx https://www.html-to-pdf.net/pdf-creator.aspx

Getting started

  • Add epdfcreator.dll and epengine.dll to the bin folder of your application
  • Add a reference in the project to epdfcreator.dll.
  • Write your code (see the samples and the API reference for help).

Licensing

A serial number will be emailed to you upon purchasing. To unlock the product, you need to set in your code the serial number, like this:

ExpertPdf.PdfCreator.LicensingManager.LicenseKey = "put your serial number here";

Support

For any problems, contact us: office@html-to-pdf.net

https://www.html-to-pdf.net

Keywords

pdf-library

FAQs

Package last updated on 08 Apr 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts