HTML to PDF

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

  • Source Document (Document) - The html file to be converted into PDF.
  • New Document Name (Text) - Name for the newly created PDF Document.
  • New Document Desc (Text) - Description of the output PDF Document.
  • Save In Folder (Folder) - Folder to which the output PDF Document to be saved in.

Outputs

  • New Document Created (Document) - The output PDF file.
  • Error Message (Text) - Error message received.
  • Error Occurred (Boolean) - Set to true on the occurrence of error.
Anonymous
Parents
  • .Hello. 

    Our company has encountered an issue with this plugin. It works well in most cases, but we have a few cases of HTML documents not converting to PDF correctly. 

    We are currently using the latest version of the plug-in 3.0.1. 

    The error message we receive is not very descriptive of the issue. We have tried various changes to our documents, but have not found any consistent solution that resolves the problem. 

    This is the message we receive: java.util.concurrent.ExecutionException: java.lang.IndexOutOfBoundsException: Index 1 out of bounds for length 1

    Can anyone provide insight into this error message? Would it be helpful to include the HTML that we are attempting to convert?

    Thank you 

Comment
  • .Hello. 

    Our company has encountered an issue with this plugin. It works well in most cases, but we have a few cases of HTML documents not converting to PDF correctly. 

    We are currently using the latest version of the plug-in 3.0.1. 

    The error message we receive is not very descriptive of the issue. We have tried various changes to our documents, but have not found any consistent solution that resolves the problem. 

    This is the message we receive: java.util.concurrent.ExecutionException: java.lang.IndexOutOfBoundsException: Index 1 out of bounds for length 1

    Can anyone provide insight into this error message? Would it be helpful to include the HTML that we are attempting to convert?

    Thank you 

Children