Overview
Contains multiple Smart Services and Functions for interacting with PDF Documents.
Key Features & Functionality
Smart Services:
Functions:
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:
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?