[Flashcoders] (From a PDF?) Getting bitmap data

2010-12-04 Thread lists-09
You’re right Peter, thank you. I will try these out! Bill From: Peter Ginneberge p.ginnebe...@telenet.be Not sure what you mean with swc only. All sources can be found here: http://code.google.com/p/purepdf/source/browse/ http://code.google.com/p/fxpdf/source/browse/

[Flashcoders] (From a PDF?) Getting bitmap data

2010-12-03 Thread lists-09
Thank you everyone, for the thoughts on how to pull images from PDFs. I did find some other tools (just to mention them) but they are .swc-only; no source, and the customer needs to at least have the source available. They are: fxpdf http://code.google.com/p/fxpdf/downloads/list .swc-only

Re: [Flashcoders] (From a PDF?) Getting bitmap data

2010-12-03 Thread Peter Ginneberge
@chattyfig.figleaf.com Sent: Friday, December 03, 2010 7:07 PM Subject: [Flashcoders] (From a PDF?) Getting bitmap data Thank you everyone, for the thoughts on how to pull images from PDFs. I did find some other tools (just to mention them) but they are .swc-only; no source, and the customer needs to at least

[Flashcoders] (From a PDF?) Getting bitmap data successfully

2010-12-02 Thread lists-09
I need to pull in a PDF and be able to show thumbnails of the larger graphics to the user. They check off a couple and those are then saved as PNG or JPG files. I am ok on saving graphics as PNG/JPG (given a bitmap) and doing the UI piece, but can’t seem to find anything on how to manipulate

Re: [Flashcoders] (From a PDF?) Getting bitmap data successfully

2010-12-02 Thread Glen Pike
We used xpdf to generate jpgs / text of all our pdf files - that's opensource. Unfortunately this is command line too, so might not be any good to you, but it might be easier to generate thumbs for your PDF statically if you are re-using the same PDF's each time?

Re: [Flashcoders] (From a PDF?) Getting bitmap data successfully

2010-12-02 Thread Gregory Boland
best way to do it is to convert the PDF to a SWF and then work with it as a SWF. Something like this will do it http://www.swftools.org/ You can load the swf and each page of the pdf will be a frame of the swf On Thu, Dec 2, 2010 at 11:59 AM, lists...@fo.com wrote: I need to pull in a PDF

Re: [Flashcoders] (From a PDF?) Getting bitmap data successfully

2010-12-02 Thread wdb
You should be able to use ImageMagick to get the image. See: http://bytes.com/topic/php/answers/867585-convert-pdf-image-imagemagick-ghostscript ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com