ExpertPdf Html to Pdf Converter Library
Converts the specified URL into a PDF document and saves the rendered PDF document to the specified stream.

Declaration Syntax
public void SavePdfFromUrlToStream(
string url,
Stream outPdfStream
)
Public Sub SavePdfFromUrlToStream ( _
url As String, _
outPdfStream As Stream _
)
public:
void SavePdfFromUrlToStream(
String^ url,
Stream^ outPdfStream
)

Parameters
- url (String)
- The URL of the web page to be converted to PDF. The URL can be also the full path
of a HTML file from the local file system.
- outPdfStream (Stream)
- The output stream where to save the generated PDF document.
Assembly:
ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf) Version: 8.0.0.0 (8.0.0.0)