Hi,
right now we have a pilot project running in our company to change our PDF software from Adobe to FoxIT PhantomPDF Business. Now one of the things I'm running into is that in Adobe we have a dynamic stamp that contains the document file name in the stamp.
This runs with the following custom calculation script in the text field form of the dynamic stamp:
firstWord = event.source.source.documentFileName.split(".");
event.value=firstWord[0];
Unfortunately this seems to be Adobe Javascript and is not transferable to PhantomPDF.
Is there a solution to this problem so we can maintain our stamp? This has quite a big impact on our archiving process if everything has to be done by hand.
Thank you for your support.
William Heuts
right now we have a pilot project running in our company to change our PDF software from Adobe to FoxIT PhantomPDF Business. Now one of the things I'm running into is that in Adobe we have a dynamic stamp that contains the document file name in the stamp.
This runs with the following custom calculation script in the text field form of the dynamic stamp:
firstWord = event.source.source.documentFileName.split(".");
event.value=firstWord[0];
Unfortunately this seems to be Adobe Javascript and is not transferable to PhantomPDF.
Is there a solution to this problem so we can maintain our stamp? This has quite a big impact on our archiving process if everything has to be done by hand.
Thank you for your support.
William Heuts
Comment