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
hi azharb
Currently, we do not handle hidden tags when generating pdf. We will analyze this feature in the next versions. From Appian functions, we can filter out the HTML Elements hidden when generating the input HTML for the smart service as a workaround
Hello there, My HTML doc has some hidden tags which after converting to pdf doc gets displayed on the converted pdf.
<This is my DIV element> is hidden in my HTML doc as you see in the screenshot, but the converted pdf doc renders it.
Can you please let me know how can I get it fixed? Thanks in advance
Image types PNG,Jpeg,bmp are currenlty supported.Currently Svg support is not implemented in the plugin.We will add this to the backlog analyse the feasibility and add this is in the future release
Which image file types are supported? tried PNG with works, SVG doesn't
Uses the library openhtmltopdf. Documentation is here: github.com/.../openhtmltopdf
May I know Is it possible to display image in the pdf from html. If so how to render the image?
Hi ashishk373,
I believe your HTML will be missing the dependency file for the google chart library. So it can't produce the component at the place.
I have a html file with google chart component and when converting to pfd using the plugin ,the component is missing .Any leads on this ?