When converting HTML to PDF, an external component is used. This component may have limitations which are outside of the control of Intersoft Systems.
| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| 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. |
A Boolean value indicating success.