Board index » delphi » Delphi component for pdf files?

Delphi component for pdf files?

Is there a Delphi component available for viewing and printing pdf
files?
 

Re:Delphi component for pdf files?


Bob,

Why not use the Acrobat Reader? You can include it in your install,
and launch it using ShellExecute() (add ShellAPI to your uses clause):

ShellExecute(0, 'open', 'YourFile.PDF', nil, nil, SW_NORMAL);

HTH

Ken
--
Ken White

Clipper Functions for Delphi
http://members.aol.com/clipfunc

Quote
Buffalo Bob wrote:

> Is there a Delphi component available for viewing and printing pdf
> files?

Re:Delphi component for pdf files?


Buffalo Bob schrieb:

Quote

> Is there a Delphi component available for viewing and printing pdf
> files?

A rather new link to a PDF component is found in the Delphi
page of the TP-links, subchapter "components".
http://www.geocities.com/SiliconValley/2926/tpf.html

:-) Franz Glaser

Re:Delphi component for pdf files?


I think I saw this question before, and the answer was that there
is an OCX component. Try looking for it (did you search DejaNews
with the appropriate keywords?).

Good luck,

R E

Quote
Buffalo Bob wrote:

> Is there a Delphi component available for viewing and printing pdf
> files?

Re:Delphi component for pdf files?


On Thu, 07 Jan 1999 19:27:57 +0200, R E Shenhar

Quote
<shen...@tx.technion.ac.il> wrote:
>I think I saw this question before, and the answer was that there
>is an OCX component.

Adobe ships an ActiveX control that allows you to view PDF files. You
should have no trouble importing that ActiveX into a Delphi component.

Marc

--------------------------------------------------------------------------
Marc Scheuner                            Berner Versicherungen, Dept. ISV
May the Source be With You               Laupenstrasse 27
marc.scheu...@berner.ch                  CH-3001 BERNE, Switzerland
--------------------------------------------------------------------------

Other Threads