PdfConverterGetPdfDocumentObjectFromUrl Method
Converts an URL to PDF document object.
This method is still present in the API to maintain the backward compatibility and it will be replaced
by
ConvertUrlToPdfDocumentObject(String) method in the future versions
Namespace: WinnovativeAssembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 18.0.0
public Document GetPdfDocumentObjectFromUrl(
string url
)
Public Function GetPdfDocumentObjectFromUrl (
url As String
) As Document
- url String
- The URL to convert
DocumentThe PDF document object