Converts a HTML document from a given URL and produces a PdfDocument object that can be further modified and then saved
Namespace: HiQPdfAssembly: HiQPdf (in HiQPdf.dll) Version: 6.0.0.0
Syntax
| C# |
|---|
public PdfDocument ConvertUrlToPdfDocument( string url ) |
| Visual Basic |
|---|
Public Function ConvertUrlToPdfDocument ( url As String ) As PdfDocument |
| Visual C++ |
|---|
public: PdfDocument^ ConvertUrlToPdfDocument( String^ url ) |
Parameters
- url
- Type: System..::..String
The URL of the HTML document to convert
Return Value
Type: PdfDocumentThe PdfDocument object containing the conversion result