PDF Tools

Overview

Contains multiple Smart Services and Functions for interacting with PDF Documents.

Key Features & Functionality

Smart Services:

  • Merge PDF - Merges multiple PDF documents into a single document.
  • Extract PDF Pages - Extracts a range of pages from an existing PDF into a new PDF.
  • Fill PDF - Populates the fields of a PDF Form and optionally flattens it disallow further changes.
  • Create PDF Content - Allows text to be added to a PDF with control over the style, position, and angle. An existing PDF can be updated or a new one created from scratch.
  • Convert PDF to Image - Creates an array of images or a multi-page tiff from a PDF.
  • Compress PDF - Compresses the images in the PDF to make it smaller.
  • Un-protect and Copy PDF - Using the document password, create an un-protected copy of a protected PDF.
  • Convert Image to PDF - Creates a PDF starting from one or many images. It also supports multi-page tiff images.
  • Encrypt PDF - Encrypts an existing PDF with a password.

Functions:

  • Get PDF Metadata - Retrieves metadata on the PDF: page count, title, author, security, encryption, etc.
  • Get PDF Text - Retrieves the text content from a PDF.
  • Get PDF Form Fields - Retrieves the populated form field values of an unflattened PDF.
  • Get PDF Signature Fields - Retrieves the populated signature field values of an unflattened PDF.
  • Get PDF Bookmarks - Retrieves the raw list of bookmarks in the PDF.

Anonymous
Parents
  • Hi,   I am using the merge PDF smart service node with  PDF pages which have fillable PDF fields where in the resulting PDF document the field names are getting altered in the result fillable PDF.   

    The  screen captures below show the  field names before the merge and after the merge.  After the merge the field names are dummyFieldName1...dummyFieldName##.     

    What would cause the PDF field name changes and is there anything I can do to stop this behavior?

    Before:

     PDF Fields Before Merge

    After:

    Regards,

    Bob

  • Hi,   Did a bit more digging into my issue.     I feel what might be occurring is in my use case the master PDF, pages 1&2, have the same PDF fields defined as those in the pages Im trying to merge with.     Ideally I would like to behavior of merge to merge the PDF fields as well as opposed to renaming them.    

    Not sure if this is feasible or not.   Before digging into the source can anyone provide insights to my challenge?   Is what Im desiring even achievable with the Java libraries used? 

    Regards,

    Bob

Comment
  • Hi,   Did a bit more digging into my issue.     I feel what might be occurring is in my use case the master PDF, pages 1&2, have the same PDF fields defined as those in the pages Im trying to merge with.     Ideally I would like to behavior of merge to merge the PDF fields as well as opposed to renaming them.    

    Not sure if this is feasible or not.   Before digging into the source can anyone provide insights to my challenge?   Is what Im desiring even achievable with the Java libraries used? 

    Regards,

    Bob

Children
No Data