Acrobat User Community Forums

You are not logged in.     Log in to your AUC account.     Don't have an account? Sign up today

#1 2007-12-13 10:48:03

ELBYOWL
Member
Registered: 2007-12-13
Posts: 0

Create a PDF from a list of links in a csv file

I have a csv file that are links to web site addresses.  These web site addresses are actually pdf files.  I'd like this csv file to be fed into Adobe and create one large pdf file that includes the content of the web links.  This is not a one-time run need.  I would need this done thousands of times each year.  It would be good if this could be done in the Standard edition, because we really don't want to be able to change the contents of the huge PDF because of SOX. Any help would be greatly appreciated.  Purchase of a new version of the software that can do this is acceptable.
thanks!


My Product Information:
Acrobat Standard 8 / Windows

Offline

 

#2 2007-12-13 16:21:27

thomp
Member

Registered: 2007-04-23
Posts: 1027

Re: Create a PDF from a list of links in a csv file

You can in fact do this in a couple of ways.  But basically the idea is the same. 

1.  Open and parse the csv file to get the urls
2.  Open and append each URL to the collection.

Method#1:  Create a JavaScript Automation Script.  Check out AcroButtons.  It's a tool for creating JavaScript toolbar buttons in Acrobat.   To load and parse the csv file, embed the csv file into a PDF and then access it's byte level content.  Use regular JS string operations ,like split(), to parse. For the business logic you'll find all the functions you need in the Acrobat JavaScript Reference and a Core JavaScript Reference like O'Reilly's "The Definitive JavaScript Guide".

Method#2:  Use the Acrobat IAC (Interapplication Communication) interface to create a VB or AppleScript app.  If you are a VB or AppleScript programmer there are some big advantages to this approach, like you aren't restricted to Acrobats limited IO for JavaScript.

Offline

 

Board footer

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson

AcrobatUsers.com  >>  User Groups • News • Events • Articles • Blogs • How To • Resources • Member Log in