Skip to main content
txgal72
Participant
October 10, 2016
Answered

How to update PDF Title with value from Excel

  • October 10, 2016
  • 1 reply
  • 1543 views

I have searched and found information on importing excel data into a single PDF but that is not quite what I need.  I need to loop through a directory of PDF's and if the pdf document name matchs the field PDF in my excel file then update the PDF Title field with the Title from the spreadsheet. 

So basically loop through c:\pdfs and if PDF Name = Excel spreadsheet PDF column value then update the actual PDF Title with the value from the excel spreadsheet column Title.  I guess I would have to scan every row of the spreadsheet to see if that PDF existed or not.  Is this possible?

Thanks!

Excel:

PDFTITLE
CL01000399.pdfCOMMON POLICY CONDITIONS
This topic has been closed for replies.
Correct answer try67

Edit: Sorry, my original reply was wrong. I misunderstood your request.

Yes, this can be done in Acrobat, but it would require the development of a custom-made script and an Action.

1 reply

try67
Community Expert
try67Community ExpertCorrect answer
Community Expert
October 10, 2016

Edit: Sorry, my original reply was wrong. I misunderstood your request.

Yes, this can be done in Acrobat, but it would require the development of a custom-made script and an Action.

txgal72
txgal72Author
Participant
October 12, 2016

Ok thank you!