Converts a HTML document from a given URL to a PDF document and writes the resulted PDF document to an output stream
Namespace: HiQPdf
Assembly: HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
Syntax
Parameters
- url
- Type: SystemString
The URL of the HTML document to convert - outputStream
- Type: System.IOStream
The output stream where to write the resulted PDF document
See Also