Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Automation in Acrobat - Marking words in a lot of documents (Javascrip

Status
Not open for further replies.

acrouser001

Technical User
May 16, 2008
1
ES
Hi

My problem is I work with around (20,000 PDF documents per folder / twenty thousand documents per folder - no joke) and I need to review them.

Amazingly... you'd think I will never end, but reading 50 documents per day (which is not a huge quantity of work, then I'll finish my job in 1 year 3 months approximately. That is reading 50 documents from monday to saturday in a full time basis of 8 hours.

Okay. I wished to do more pleasant my job with that HUGE quantity of information, marking in yellow a list of important words, for example:

urgent
delayed
granted


Then, my work is easier, because I open the PDF, I browse fast with the mice thru the document, and bingo I see all the important words in yellow.

I've learned Acrobat allows the Batch Processing, so using a Javascript code I can automate a sequence of tasks.

What I need is a simple Javascript code for Adobe Acrobat that automate tasks (Batch Processing), and can do the following:

1. Accomplish a search in the documents stored in a certain folder, let's say c:\documents

2. Then mark in yellow a list of important words, for example: urgent, delayed, granted

3. Then save the document in a different folder, let's say c:\accomplished

4. Finally, continue again with the next document until finish the folder c:\documents, marking all the documents inside and saving them marked in the c:\accomplished folder.

A simple script doing this, could be really helpful for many people which are working with thousands of documents daily.

People which would use this script are: Doctors in hospitals which need to review thousands of medical histories from patients in PDF files looking for treatments of patients which are taking certain drugs... Legal professionals to look important words in legal documents, Researchers to look up for important content inside documents, students allowing them to concentrate in the important information before the exams)

Please, could someone post a simple script doing this?

I'd be really grateful.

Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top