With EVO PDF Toolkit you can easily create PDF documents, render HTML pages and RTF documents directly into a PDF document, extract the text and images from an existing PDF document,
merge and split existing PDF documents and display PDF documents in web pages or in desktop applications.
EVO HTML to PDF Converter library for .NET can be easily integrated into any type of .NET application, either ASP.NET web sites, Windows Forms and WPF applications or
Windows Azure Cloud services to convert URLs, HTML strings and streams, SVG vector graphics to a PDF document or to an image.
You can use the converter as a general purpose tool for converting web pages and HTML code to PDF documents and images or you can use it as a
powerful tool to instantly create nicely formatted and easily maintainable PDF reports directly from existing HTML reports.
- Easy integration, no installation or setup is necessary on the server
- Delivered as a single strong named .NET assembly (can be installed in GAC)
- Can be deployed on the server by simple copy (xcopy deployment support)
- Can be used from ASP.NET, Windows Forms, WPF, Web Service or Console applications
- The same assembly can be used both on 32-bit and 64-bit Windows servers
- Convert HTML pages to PDF documents
- Convert HTML strings to PDF documents
EVO HTML to Image Converter can be used in any type of .NET application to convert HTML pages to raster images
and to create thumbnails of the HTML pages.
The HTML to Image Converter is not a standalone product, it is part of the HTML to PDF Converter Library
and is represented by the HtmlToImageConverter class of that library. Using this class you can convert HTML pages to any type
of raster image supported by the .NET framework like BMP, JPEG, PNG or GIF. When converting to PNG you can also choose to produce
an image with transparent background.
- Convert HTML pages to raster images
- Create thumbnails of the HTML pages
- Create transparent PNG images
- Convert PDF pages to images in memory or to image files in a folder
- Convert HTML pages to images in memory or to image files in a folder
- Support for password protected PDF documents
- Save the HTML pages images in various image formats
- Does not depend on any third party tools
- Support for .NET 2.0, .NET 4.0 frameworks and later
- Documentation and C# samples for all the features
EVO HTML to SVG Converter can be used in any type of .NET application to convert HTML pages to SVG vector images.
The HTML to SVG Converter is not a standalone product, it is part of the HTML to PDF Converter Library
and is represented by the HtmlToSvgConverter class of that library. Using this class you can convert HTML pages to SVG images.
SVG is the de facto standard for vector images and the trend is to use more and more vector images instead of raster images because the vector images preserve
the same quality at different zoom levels.
- Convert HTML pages to SVG vector images
- Convert HTML pages to SVG images in memory or to SVG image files in a folder
- Does not depend on any third party tools
- Support for .NET 2.0, .NET 4.0 frameworks and later
- Documentation and C# samples for all the features
EVO SVG to PDF Converter can be used in any type of .NET application to convert SVG vector images to PDF documents.
The SVG to PDF Converter is not a standalone product, it is part of the HTML to PDF Converter Library
and is represented by the HtmlToPdfConverter class of that library. Using this class you can convert SVG images to PDF documents.
The SVG images can be standalone documents or they can be embedded in HTML documents.
- Convert SVG vector images to PDF documents
- Convert SVG images to PDF documents in memory or to PDF files in a folder
- Does not depend on any third party tools
- Support for .NET 2.0, .NET 4.0 frameworks and later
- Documentation and C# samples for all the features
EVO Word to PDF Converter can be used in any type of .NET application to convert Word DOC and DOCX documents to PDF documents.
The Word to PDF Converter does not use Microsoft Office or other third party tools. The Word document to convert can be in a memory buffer
or in a file and the resulted PDF can be produced in a memory buffer, in a file on disk or in a stream.
- Convert Word DOC and DOCX documents to PDF
- Does not require Microsoft Word or other third party tools
- Convert to memory buffer, file, stream or to a PDF object for further processing
- Convert all the pages or select the pages in document to convert
- Add headers and footers with page numbering to PDF pagest
- Append or prepend external PDF files to conversion result
- Password protect and set permissions of the PDF document
- Add a digital signature to generated PDF document
- Add graphic elements to generated PDF document
- Generate PDF/A and PDF/X compliant documents
- Edit existing PDF documents
- Merge multiple PDF documents in a single PDF document
- Split a PDF document in multiple PDF documents
- Support for .NET 4.0 framework and later
- Documentation and C# samples for all the features
EVO Excel to PDF Converter can be used in any type of .NET application to convert Excel XLS and XLSX documents to PDF documents.
The Excel to PDF Converter does not use Microsoft Office or other third party tools. The Excel document to convert can be in a memory buffer
or in a file and the resulted PDF can be produced in a memory buffer, in a file on disk or in a stream.
- Convert Excel XLS and XLSX documents to PDF
- Does not require Microsoft Excel or other third party tools
- Convert to memory buffer, file, stream or to a PDF object for further processing
- Convert all the worksheets or select the worksheets in workbook to convert
- Set PDF page size to a standard (A4, etc.) or a custom size
- Set PDF page orientation and PDF document margins
- Add headers and footers with page numbering to PDF pagest
- Append or prepend external PDF files to conversion result
- Password protect and set permissions of the PDF document
- Add a digital signature to generated PDF document
- Add graphic elements to generated PDF document
- Generate PDF/A and PDF/X compliant documents
- Edit existing PDF documents
- Merge multiple PDF documents in a single PDF document
- Split a PDF document in multiple PDF documents
- Support for .NET 4.0 framework and later
- Documentation and C# samples for all the features
With the RTF to PDF Converter library for .NET you can easily convert RTF strings and RTF files to PDF documents. You can convert the RTF document to a PDF document
in a memory buffer or to a PDF file. The integration is extremely easy and no other third party tools are necessary to be installed.
The library is distributed as a simple .NET assembly that you reference in your applications. Samples and documentation are available in the downloadable software package.
- Easy integration, no installation or setup is necessary on the server
- Delivered as a single strong named .NET assembly (can be installed in GAC)
- Can be deployed on the server by simple copy (xcopy deployment support)
- Can be used from ASP.NET, Windows Forms, WPF, Web Service or Console applications
- The same assembly can be used both on 32-bit and 64-bit Windows servers
- Convert RTF strings to PDF documents
- Convert RTF files to PDF documents
EVO PDF to Text Converter allows you to extract the text from a PDF document and to search text in PDF documents.
The integration with existing .NET applications is extremely easy and no installation is necessary in order to run the converter.
The downloaded archive contains the assembly for .NET and a ready to use samples for text extraction and text search.
The full C# source code for the sample application is available in the Samples folder. The result of conversion is a .NET String object
that you can further manipulate.
- Extract text from PDF documents
- Search text in PDF documents
- Save the extracted text using various text encodings
- Case sensitive and whole word options for text search
- Support for password protected PDF documents
- Extract the text or search only a range of PDF pages
- Extract text preserving the original PDF layout
- Extract text in PDF reading order or PDF internal order
- Get the number of pages in a PDF document
- Get the PDF document title, keywords, author and description
- Does not require Adobe Reader or other third party tools
- Support for .NET 4.0 framework and later
- Documentation and C# samples for all the features
EVO PDF to Image Converter can be used in any type of .NET application to convert PDF pages to images.
The integration with existing .NET applications is extremely easy and no installation is necessary.
The downloaded archive contains the assembly for .NET and a ready to use sample console application.
The full C# source code for the sample application is available in the Samples folder.
The converter produces .NET Image objects during conversion that you can save to image files or use for further processing.
You can also customize the color space and resolution used during rasterization operation.
- Convert PDF pages to images
- Create thumbnails of the PDF pages
- Customize the color space and resolution of generated images
- Convert PDF pages to images in memory or to image files in a folder
- Save the PDF pages images in various image formats
- Support for password protected PDF documents
- Convert to images only a range of PDF pages
- Get the number of pages in a PDF document
- Get the PDF document title, keywords, author and description
- Does not require Adobe Reader or other third party tools
- Support for .NET 4.0 framework and later
- Documentation and C# samples for all the features
EVO PDF to HTML Converter can be used in any type of .NET application to convert PDF pages to HTML documents.
The integration with existing .NET applications is extremely easy and no installation is necessary.
The downloaded archive contains the assembly for .NET and a ready to use sample console application.
The full C# source code for the sample application is available in the Samples folder.
The converter produces HTML string objects during conversion that you can save to HTML files or use for further processing.
You can also customize the resulted HTML content zoom level and HTML images resolution.
- Convert PDF pages to HTML documents
- Customize the generated HTML content zoom level
- Customize the HTML images resolution in generated HTML document
- Convert PDF pages to HTML documents in memory or to HTML files in a folder
- Support for password protected PDF documents
- Convert to HTML only a range of PDF pages
- Get the number of pages in a PDF document
- Get the PDF document title, keywords, author and description
- Does not require Adobe Reader or other third party tools
- Support for .NET 4.0 framework and later
- Documentation and C# samples for all the features
EVO PDF Images Extractor can be used in any type of .NET application to extract images from a PDF document.
The integration with existing .NET applications is extremely easy and no installation is necessary.
The downloaded archive contains the assembly for .NET and a ready to use sample console application.
The full C# source code for the sample application is available in the Samples folder.
The extractor produces .NET Image objects during conversion that you can save to image files or use for further processing.
The transparency information from PDF is preserved in the extracted images.
- Extract images from PDF documents
- Preserve transparency information from PDF
- Extract images in memory or to image files in a folder
- Save the extracted images in various image formats
- Support for password protected PDF documents
- Extract the images only from a range of PDF pages
- Get the number of pages in a PDF document
- Get the PDF document title, keywords, author and description
- Does not require Adobe Reader or other third party tools
- Support for .NET 4.0 framework and later
- Documentation and C# samples for all the features
EVO PDF Print can be used in any type of .NET application to silently print PDF documents
without diplaying any print dialog.
The integration with existing .NET applications is extremely easy and no installation is necessary.
The downloaded archive contains the assembly for .NET and a demo application.
The full C# source code for the demo application is available in the Samples folder.
You can select the printer, set the paper size, orientation and margins, print in color
or in gray scale, select the range of PDF pages to print.
EVO PDF Print does not depend on Adobe Reader or other third party tools.
- Print PDF documents from files, streams or memory buffers
- Silently print without displaying any print dialog
- Does not depend on Adobe Reader or other third party tools
- Allows you to select the printer to be used for printing
- Allows you to select the paper size, orientation and margins
- Print password protected PDF documents
- Add watermarks and stamps during printing
- Print only a range of PDF pages
- Get the number of pages in a PDF document
- Support for .NET 4.0 framework and later
- Documentation and C# samples for all the features
With EVO PDF Merge library for .NET you can you can combine existing PDF documents and images in a single PDF document. The integration is extremely easy and no
additional installation is necessary in order to get it working.If you need a simple ready to use tool for combining your PDF documents and images we offer you a
command line utility. It allows you to specify the merge elements in any order with a simple syntax.
- Easy integration, no installation or setup is necessary on the server
- Delivered as a single strong named .NET assembly (can be installed in GAC)
- Can be deployed on the server by simple copy (xcopy deployment support)
- Can be used from ASP.NET, Windows Forms, WPF, Web Service or Console applications
- The same assembly can be used both on 32-bit and 64-bit Windows servers
- Command line and Windows Forms samples with full C# source code
- Merge PDF documents from files and streams
- Get number of pages of a PDF document
- Specify the range of PDF pages to be merged from each PDF document
- Save merged document in memory or in file
- Merge PDF bookmarks
- Set compression level of the resulted PDF document
- Set merged document info (title, author, creation date)
- Password protect the merged document
- Set merged document rights for print, copy, assembling
With EVO PDF Split for .NET you can extract a range of pages from a PDF document or you can split the PDF document in a number of chunks,
each chunk containing a specified number of pages. The integration is extremely easy and no additional installation is necessary in order to get started.
It's just a .NET assembly that you have to reference in your application. If you need a ready to use tool for splitting and extracting your PDF documents
you can use our simple command line utility.
- Easy integration, no installation or setup is necessary on the server
- Delivered as a single strong named .NET assembly (can be installed in GAC)
- Can be deployed on the server by simple copy (xcopy deployment support)
- Can be used from ASP.NET, Windows Forms, WPF, Web Service or Console applications
- The same assembly can be used both on 32-bit and 64-bit Windows servers
- Split PDF documents from files and streams
- Merge PDF documents from files and streams
- Save extracted documents in memory or in files
- Command line sample with full C# source code
- Extract a range of pages from a PDF document
- Merge PDF bookmarks
- Get number of pages of a PDF document
- Split in sections of the specified length
The EVO PDF security for .NET can be used in any type of application to manage the security settings of the PDF documents. You can encrypt the PDF content,
add user and owner passwords, control the PDF document permissions for printing, copying, assembling, filling forms, editing content, editing annotations,
etc or you can specify the length of the encryption key to 40 or 128 bits, remove all the security settings by providing the user or owner password.
If you need a simple ready to use tool for combining your PDF documents and images we offer you a command line utility. The integration is extremely
easy and no additional installation is necessary in order to get started. It's just a .NET assembly that you have to reference in your application.
Samples are available in the downloaded archive.
- Easy integration, no installation or setup is necessary on the server
- Delivered as a single strong named .NET assembly (can be installed in GAC)
- Can be deployed on the server by simple copy (xcopy deployment support)
- Can be used from ASP.NET, Windows Forms, WPF, Web Service or Console applications
- The same assembly can be used both on 32-bit and 64-bit Windows servers
- Secure PDF documents from files and streams
- Save secured document in memory or in file
- Command line sample with full C# source code
- Set user and owner passwords
- Encrypt PDF document content
- 40 and 128 bit encryption keys
- Set PDF document permissions (print, edit, copy)
- Remove PDF document security settings based on user or owner password
EVO PDF Viewer control for ASP.NET can be linked into any ASP.NET application to add PDF visualization and manipulation capabilities to your ASP.NET application.
With EVO PDF Viewer for ASP.NET you can display a PDF from a specified URL or from stream of bytes into the client browser.
The integration is extremely easy. Adobe Acrobat Reader is required on the client computer.
- ASP.NET server control and C# samples
- Display a PDF document given as a stream of bytes
- Display PDF documents from a specified URL
- Allow clients to navigate and print the document from browser
- Allow to set PDF security options to disable printing or copying
- Royalty free development libraries and samples
EVO PDF Viewer Control for Windows Forms and WPF can be linked into any Windows Forms application to add PDF visualization and manipulation capabilities to your application.
With EVO PDF Viewer for Windows Forms and WPF you can display a PDF from a specified file, navigate the document, print the documents, etc. The integration is extremely easy.
Adobe Acrobat Reader is required.
- .NET user control and C# samples
- Display PDF documents from files
- Display PDF documents from streams
- Navigate and print documents
- Allow to set PDF security options to disable printing or copying
- Royalty free development libraries and samples