Skip to content

Latest commit

 

History

History

ConvertPasswordProtected

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Convert password-protected URL to PDF in C# or VB.NET

This sample shows how to convert a password-protected web page to PDF in C# or VB.NET application.

The Provide password for protected pages section contains additional information.

Description

You can use the authentication options inside the HtmlConversionOptions to specify the user name and password for the URL. Then pass the options to the CreatePdfAsync method.

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

See also