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
Nice, thanks a lot raghulvishnud
Hi Andrzej Hejchman,
The HTML will be automatically broken down into pages based on the layout and HTML contents
Hello there,We're trying to use this plug in to convert html to PDF with multiple pages.Anyone is able to help how to setup multiple pages in the source html?
Should it just break pages automatically based on content?
Many thanks in advance!
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?