Overview
Version 1.0.0 - Accepts inline and internal styles and also adds images in the PDF if they are publicly hosted. Based on content, multiple pages will be created in the PDF. The Smart Service will accept HTML files with properly closed tags including <br> and <img> tags otherwise the node will be errored out.
Version 2.0.0 - Everything with Version 1.0.0 and ability to generate PDF from HTML with landscape orientation.
Key Features & Functionality
Inputs
Outputs
Hello,
I have a requirement where I want to build a html file out of a template which would have some special characters i.e Greek characters.
The html file is generated properly and even the alphabets are also displayed eg:
<td rowspan="1" colspan="1"><p>β</p></td>
But when the same file is converted to PDF using the HTML to PDF plugin the Greek alphabets are not displayed.
We are currently using:
Can any one suggest what we can do here ,any configuration we can use?
Regards,
Salil Raje
Hi, if the image size is > 100kb, the image is not added to the pdf. Is there a size limitation for included images?
Hi, is there a way to render Chinese characters in the PDF?
Health check shows - HTML To PDF Conversion (com.vuram.plugins.htmltopdfconversion) references deprecated Appian APIs[deprecated] com.appiancorp.exceptions.AppianException.getMessage(). Team any plan to release updated plugin using latest Appian APIs
Hi,
What are all types of page format text is supported by this plugin? & Could you also provide a sample input we need to pass for each format?
Hi, Facing an issue to render the image's in the PDF. Images are stored in the appian application folder. Seems like we may need to convert all those images into base 64 but unable to find an option to convert an image to base64 string from rule directly. Suggest me the best way to render the images in PDF that are stored in the appian folder.
Can you please provide the format in which we need to give the Appian image, such as document ID, document URL, or document base64?
Hi, this plugin started showing up in our appian health check report. It would be great, if this deprecated item is updated. Thank you!
HTML To PDF Conversion (com.vuram.plugins.htmltopdfconversion) references deprecated Appian APIs[deprecated] com.appiancorp.exceptions.AppianException.getMessage()
The plug in is compliant to the OpenHTML2PDF standard. So, your HTML code has to be also, otherwise it is not working.For examples you can look here: Appian rocksFor testing you can check here: OpenHTML2PDF