Re: [CODE4LIB] Preserving hyperlinks in conversion from Excel/googledocs/anything to PDF (was Any ideas for free pdf to excel conversion?)

2012-03-06 Thread Joseph Montibello
Hi, Could you use perl's PDF::Create? (http://search.cpan.org/~markusb/PDF-Create-1.06/lib/PDF/Create.pm) Alternatively, on a bash command line I've used a couple of commands to print a given file to a pdf: enscript -q --margins=::10: -L 60 -B -p outputfile.ps inputfile.txt ps2pdfwr

Re: [CODE4LIB] Preserving hyperlinks in conversion from Excel/googledocs/anything to PDF (was Any ideas for free pdf to excel conversion?)

2012-03-06 Thread Bill Dueber
What exactly are you trying to do? Take a list of links and turn them into...a list of hot links in a PDF file? On Mon, Mar 5, 2012 at 8:46 AM, Matt Amory matt.am...@gmail.com wrote: Does anyone know of any script library that can convert a set of (~200) hyperlinks into Acrobat's goofy

Re: [CODE4LIB] Preserving hyperlinks in conversion from Excel/googledocs/anything to PDF (was Any ideas for free pdf to excel conversion?)

2012-03-06 Thread stuart yeates
Sounds like a job for LaTeX and a short bash script to me. cheers stuart On 07/03/12 07:55, Bill Dueber wrote: What exactly are you trying to do? Take a list of links and turn them into...a list of hot links in a PDF file? On Mon, Mar 5, 2012 at 8:46 AM, Matt Amorymatt.am...@gmail.com wrote: