Converts the specified URL into a PDF document and saves the rendered PDF document to the specified stream.

C# | Visual Basic | Visual C++ |
public void SavePdfFromUrlToStream( string url, Stream outPdfStream )
Public Sub SavePdfFromUrlToStream ( url As String, outPdfStream As Stream )
public: void SavePdfFromUrlToStream( String^ url, Stream^ outPdfStream )
Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)