webgrabber - componentsource · standards-based language. webgrabber’s .net api provides ease of...

1
TRY IT FOR FREE C# Code Snippet: Basic Conversion www.ActivePDF.com Toll Free: 866-468-6733 HTML and URL Conversion Generate high-quality, compact PDF files from HTML or URLs using a familiar standards-based language. WebGrabber’s .NET API provides ease of navigation within the PDF, while creating a more natural web-style viewing experience to access targeted content. Conversion Engines In a single application, you can choose between a native engine or the Internet Explorer (IE) engine, depending on which browser you’re using. The engine type can be set system wide or on an individual project basis. Generate Links WebGrabber enables you to create internal and external links in the output PDF by converting HTML anchor tags to inline text links in the output PDF. Operating System • Windows Server ® 2008 R2, 2012 R2, 2016 • Microsoft ® .NET Framework 4.5 Highlights: Features: Requirements: WebGrabber is the .NET developer tool that you need to convert webpages or raw HTML files into PDF documents. Take the guess work out of deployment when you want to deliver consistent, reliable, and predictable HTML-to-PDF conversion. WebGrabber .NET/COM API Batch conversion XML-to-PDF conversion Web standards support PDF security – encryption and password protection Add header, footer, page number, and page break Concatenate to existing HTML5, CSS2/3, W3C, and JavaScript • Multithreaded File-naming options Digital signatures Multiengine option PDF, PDF/A, and PDF/X PDF metadata And more! // PDF output location and filename oWG.OutputDirectory = System.AppDomain.CurrentDomain.BaseDirectory; oWG.NewDocumentName = "basic.pdf"; // HTML to convert oWG.URL = "http://examples.activepdf.com/system/files/49/original/wg.html"; // Perform the HTML to PDF conversion results = oWG.ConvertToPDF(); CONTACT US TRY IT FOR FREE

Upload: others

Post on 15-Jul-2020

0 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: WebGrabber - ComponentSource · standards-based language. WebGrabber’s .NET API provides ease of navigation within the PDF, while creating a more natural web-style viewing experience

TRY IT FOR FREE

C# Code Snippet:Basic Conversion

www.ActivePDF.com Toll Free: 866-468-6733

HTML and URL ConversionGenerate high-quality, compact PDF files from HTML or URLs using a familiar standards-based language. WebGrabber’s .NET API provides ease of navigation within the PDF, while creating a more natural web-style viewing experience to access targeted content.

Conversion EnginesIn a single application, you can choose between a native engine or the Internet Explorer (IE) engine, depending on which browser you’re using. The engine type can be set system wide or on an individual project basis.

Generate LinksWebGrabber enables you to create internal and external links in the output PDF by converting HTML anchor tags to inline text links in the output PDF.

Operating System• Windows Server® 2008 R2, 2012 R2, 2016

• Microsoft® .NET Framework 4.5

Highlights: Features: Requirements:

WebGrabber is the .NET developer tool that you need to convert webpages or raw HTML files into PDF documents. Take the guess work out of deployment when you want to deliver consistent, reliable, and predictable HTML-to-PDF conversion.

WebGrabber

• .NET/COM API

• Batch conversion

• XML-to-PDF conversion

• Web standards support

• PDF security – encryption and

password protection

• Add header, footer, page number,

and page break

• Concatenate to existing

• HTML5, CSS2/3, W3C,

and JavaScript

• Multithreaded

• File-naming options

• Digital signatures

• Multiengine option

• PDF, PDF/A, and PDF/X

• PDF metadata

• And more!

// PDF output location and filename oWG.OutputDirectory = System.AppDomain.CurrentDomain.BaseDirectory; oWG.NewDocumentName = "basic.pdf";

// HTML to convert oWG.URL = "http://examples.activepdf.com/system/files/49/original/wg.html"; // Perform the HTML to PDF conversion results = oWG.ConvertToPDF();

CONTACT US

TRY IT FOR FREE