Overview
Contains multiple Smart Services and Functions for interacting with PDF Documents.
Key Features & Functionality
Smart Services:
Functions:
Find Pages with Text - Retrieves an array of page numbers that contain a specified search string within the PDF
I've tried to use the Create PDF smart service to convert a DocX file to a PDF, but this results in the following error when I provide a source document in the contents field:
[An error occured while trying to verify the Contents input: class java.lang.Long cannot be cast to class [Ljava.lang.Object; (java.lang.Long and [Ljava.lang.Object; are in module java.base of loader 'bootstrap')]
The Contents fields accepts "Any type", but there's nothing that I can provide that will enable this to work. I know there's a Source Document field, but this is optional, where as Contents is not.
Is anyone else having this error, or were you able to get this to work without problems?
Any solution or workaround found for this?