Create a PDF document as a Base 64 Encoded String from the supplied HTML.

When converting HTML to PDF, an external component is used. This component may have limitations which are outside of the control of Intersoft Systems.

Syntax

ISPdfUtilities.CreatePdfBase64StringFromHtml(html, base64String)

Parameters

NameTypeOptionalByRefDescription
html String The HTML.
base64String String ByRef The Base 64 Encoded String representing PDF data. This can then be decoded to a Byte array and written to a file (or stream) to produce a PDF document.

Return Value

Boolean

A Boolean value indicating success.

Member of:
ISPdfUtilities
Namespace:
Intersoft.ISSupport6
Assembly:
ISSupport6, Version=6.0.3
Target Framework:
.NET 9.0