Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] SWT Control for displaying a .pdf

If you only want to show the PDF, and you have Acrobat Reader in your
clients, and you use Windows platform (wow, how much preconditions),
you can use Browser class ( Internet Explorer ActiveX ).

Bye


On Tue, 30 Nov 2004 15:56:26 +0100, Jan von Bargen
<jan.vonbargen@xxxxxxxxxxxxxxxxx> wrote:
> You might have to unpack this pdf-file into a temp. directory -
> ClassLoader.getResourceAsStream, convert InputStream into FileOutputStream
> etc.
> 
> Jan
> 
> 
> 
> ----- Original Message -----
> From: "Timar Laurentia" <laurentia.timar@xxxxxxxxxxx>
> To: <platform-swt-dev@xxxxxxxxxxx>
> Sent: Tuesday, November 30, 2004 12:47 PM
> Subject: [platform-swt-dev] SWT Control for displaying a .pdf
> 
> Hello all,
> 
> I need a SWT Control to launch a .pdf file as a stream.
> (The .pdf file is included in a .jar.)
> 
> Can you help me with any idea or link?
> 
> Thank you very much,
> Laurentia
> 
> _______________________________________________
> platform-swt-dev mailing list
> platform-swt-dev@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/platform-swt-dev
> 
> _______________________________________________
> platform-swt-dev mailing list
> platform-swt-dev@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/platform-swt-dev
>


Back to the top