Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

I have a dynamic stamp which allows me to enter a date for a given document. The date in the form field is formatted as a date. can I create an action to rearrange these based on date?

New Here ,
Feb 11, 2016 Feb 11, 2016

I have created several actions and form fields to use to help me sort through large pdfs. I need to be able to extract certain pages from large pdfs and then sort them chronologically. I have made custom stamps to extract the pages I want from a large document. The stamps I am using also have a form field which allows me to enter a date on the stamp. I have formatted the box as a date. What kind of coding can I use to rearrange the pages once I do the extraction, or during the extraction.

Thank You

TOPICS
Acrobat SDK and JavaScript , Windows
373
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Feb 11, 2016 Feb 11, 2016

Have you been able to extract the pages you have stamped?

Once the dynamic stamp has been applied there are no more form fields within the stamp, only a string of characters which is the value of the stamp's content. Do you understand how to read this data?

Will there be more than one stamp or annotation on a page?

This may be a very complex script an you might not get a free answer here.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Mar 04, 2016 Mar 04, 2016

Yes I can extract the pages that I stamp. It extracts by searching for a specific string. There is one stamp per page.

The stamp I wish to sort prompts for a date input when it is placed.

I am very new to this so I do not understand how it stores this data in the field or how to sort a string.

Thank You

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Mar 04, 2016 Mar 04, 2016
LATEST

Once the stamp has been placed there no longer is any form fields in the stamp. You can read the contents of the stamp and with some advanced scripting locate the date string,

JavaScript does not sort fields but only variable arrays that can provide how the forms could be rearranged.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines