Skip to content

Latest commit

 

History

History

HtmlToPdfWpf

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

HTML to PDF conversion in C# or VB.NET WPF app

This sample shows how to convert a URL to PDF in C# or VB.NET WPF application.

The HTML to PDF C# Conversion section contains additional information.

Description

The HTML to PDF API is an asynchronous-only one. You can use the API from an async event handler or another async method.

This sample code uses free Docotic.Pdf.HtmlToPdf add-on for Docotic.Pdf library.

See also