HtmlToPdfConvertUrlToPdfDocument Method
Converts a HTML document from a given URL and produces a
PdfDocument object that can be further modified and then saved
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 18.0.0
public PdfDocument ConvertUrlToPdfDocument(
string url
)
- url String
- The URL of the HTML document to convert
PdfDocumentThe
PdfDocument object containing the conversion result