Sorry, the post was a bit unclear. I am programming in REALBasic (to allow for multiple OS) and am trying to find a way to work with PDF files. Basically I want the end user to be able to select a PDF file (or even batch process a folder full of PDFs, but that isn't as important), somehow extract a thumbnail (jpg, png, gif, etc) of the first page, save the thumbnail to the filesystem, and read any "meta data" (ie, Author, Title, etc) for the PDF that is available.
When searching on my own there seems to be ways to do this kind of thing with VB/VB.net, but I am struggling as to how to accomplish it in REALBasic (if it is even possible). I am not currently using any type of PDF toolkit or framework as I haven't been able to find one for REALBasic. If this is even possible within REALBasic and requires I use some type of toolkit I would appreciate as in-depth directions as possible as I have never written any application that interacted with a PDF file before.
Hope this makes sense, please let me know if additional clarification is needed. Thanks in advance!!
Main Topics
Browse All Topics





by: khkremerPosted on 2008-01-08 at 10:48:06ID: 20611371
So what is your question? Do you have a PDF toolkit or framework that you are using?