Click or drag to resize

PdfConverterGetPdfBytesFromUrl Method

Overload List
  NameDescription
Public methodGetPdfBytesFromUrl(String)
Converts the specified URL into a PDF document and returns the rendered PDF document as an array of bytes. This method can be used to perform HTML to PDF conversion in internal memory.
Public methodGetPdfBytesFromUrl(String, String)
Converts the specified URL into a PDF document and returns the rendered PDF document as an array of bytes. This method can be used to perform HTML to PDF conversion in internal memory.
Top
See Also