Re: processing pdfs to images

2013-10-24 Thread Michael Hast
Hi Ted: Recently we used PDF Box (http://pdfbox.apache.org/) to convert PDF's to images within the Java application. But command line works as well. Michael On 10/24/2013 7:56 AM, Kieran Kelleher wrote: Hi ted, Here is a script that shows how using two terminal commands that should be avai

Re: processing pdfs to images

2013-10-24 Thread Kieran Kelleher
Hi ted, Here is a script that shows how using two terminal commands that should be available via macports. This should give you enough hints to achieve what you need hopefully :) Regards, kieran #!/bin/bash

processing pdfs to images

2013-10-24 Thread Theodore Petrosky
I was hoping to find a 'How to' on this. I need to add attachments to my app. Just adding the pdfs is pretty straight forward. Since they are only uploaded pdfs, I wanted to process them to some form of tiff to have a thumbnail available in various sizes and resolutions. Is there a 'best practi