Shopping Cart Cart
Home > Support > FAQ > How can I create customized dynamic stamps?
How can I create customized dynamic stamps?

Our PDF Plus does not provide a ready tool to carry out this function now. There is a special way to create dynamic stamps, but you need to master Java Script beforehand.

Please follow the instructions below:

  1. Prepare the picture for stamp and convert it to PDF. And open the PDF file in PDF Plus.
  2. Select menu "Tools > Forms > Text File Tool", and drag a proper area in which you want to put dynamic content.
  3. In the "Text Field Properties" dialog, select "General" tab, then change the "Outline Color" from "Black" to "No Color".
  4. Select "Calculate " tab, choose "using custom calculation script" from the list, click "Edit" button to enter your javascript.
  5. For example, we can add the current date and time to the stamp. Just add the javascript below:
    event.value = (new Date()).toString();
    AFDate_FormatEx("h:MM tt, dd/mm/yy");
  6. Click "OK" to save the modification and save the PDF file.
  7. Select "Tools > Comment > Stamp" to open the Stamp Panel, click "Create.." button.
  8. Click "Browse..." and choose the PDF file we just modified, specify its Group and Name, click "OK" to add it.

You may apply this dynamic stamp to PDF files in the future.


More Topics