At 12:04 -0800 30/1/07, "Ivan Ooi" <email@hidden> wrote:
QuickTime for Java ? that I didn't know it able to display PDF as
well... hmm....
will it work in SWT ?
Thanks anyway.
I don't know anything about SWT I'm afraid but even if QT for Java
won't display a PDF directly in your app you could still use it to
render a PDF to an offscreen image buffer and then display that
yourself.
I don't know offhand if you can open a PDF with a GraphicsImporter,
if so look at GraphicsImporterDrawer. Otherwise, you could open it
as a Movie and draw the image to a QDGraphics and get the pixels
out of that.
Yes, you can open a PDF with a GraphicsImporter. There's no
corresponding exporter, but it's easy to write one.
Jerry
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Java-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/java-dev/email@hidden