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
Currently, this plugin doesn't support the Arabic language, will update the plugin in future versions.Thank you for reaching out.Thanks,Vignesh E
this plug-in support Arabic language?
if yes what's font document should I use?
it was a css class issue . Please try to remove unnecessary class from the the head part of the html and try.
Hi, I am having exactly the same case. At the beginning I am getting a blank page! Manish_Kumar did you find a solution to this? Please let me know!
Thanks
Bujar
Hi Manish,
Please share the HTML file you are using for generating the pdf with us. We will check and get back to you.
Hello Team,
While generating the pdf using this plugin , I am getting a blank page in the start of the pdf. Can you please let us know why it is coming ? or what html tags are causing this blank page ?. The pdf contains only 1 page but after the generation a blank page comes as page one and the content in the next page.
Please suggest.
Manish
Hi
I have an html with images embedded in the body itself. But for such scenario the HTML to PDF converter is not working. I get error as follows:
"java.lang.Exception: Error while generating the PDF file. The PDF file will not be available."
If i check the html code; the html code has the image source mentioned in <img src> tag.
How can i get it resolved, kindly help!!
For those asking how to page break we are able to do so by adding the following css and code to the markup. Add the css to the style tag of the page, and then everywhere you want to page break, add the <p> tag below.
.pageBreak { page-break-before: always; }
<p class="pageBreak"></p>
Is there a option to generate pdf with multiple pages. every time i am generating pdf its showing only one page with all content please guide me how to break the page also break page is not working even i put it in html.