These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

Combine logo with pdf

Tosapol
Registered: Mar 7 2007
Posts: 4

Can I use Acrobat 8 to do these following? - create a PDF with an assigned place on the document reserved for the insertion of logos
 
- have a folder (probably Excel, not sure) with all the logos (right size, format, etc.)
 
- then have Adobe Acrobat take those logos, insert them in the designated spot on the document, and generate a single edition of the document for each logo

My Product Information:
Acrobat Pro 8, Windows
tedpadova
ExpertTeam
Registered: Dec 31 2005
Posts: 848
You'd have to create a button field on each page in the document with unique names located in the position you want on each page. You could script it if you have many pages to add the buttons using the addField object.

You would need to export your Excel worksheets to PDF files and write a script (on say a button and have the script delete the button after executing the script) to import the PDFs as button faces.

It would be complicated but you could accomplish the task.

Consult the JavaScript Specification Manual for more help on writing scripts.

ted

The author of numerous books on Acrobat, Photoshop, Illustrator and the Adobe Creative Suite, and an international speaker on Adobe Acrobat, Ted Padova is a well-known PDF guru.

Tosapol
Registered: Mar 7 2007
Posts: 4
Can this task be done automatically or I have to complete it manually.

Let say I have to create PDF using 20 different logos for 20 customized PDF. Do I have to do it 20 times or I can write script to do the work for me?