|
|
How print pdf file without Acrobat Reader ?
Hello
I've created a pdf file with ItextSharp.
How can I print this file without Acrobat Reader ?
Is it possible ?
Thanks
Olivier
|
|
0
|
|
|
|
Reply
|
Olivier
|
11/15/2004 4:17:15 PM |
|
"Olivier" <aa@aa.aa> wrote:
>I've created a pdf file ...
>How can I print this file without Acrobat Reader ?
By using a different tool that reads PDF and can print it to your
printer (e.g. GhostScript); or by sending it to one of the (very few)
printers that understand PDF.
----------------------------------------
Aandi Inston quite@dial.pipex.com http://www.quite.com
Please support usenet! Post replies and follow-ups, don't e-mail them.
|
|
0
|
|
|
|
Reply
|
quite
|
11/15/2004 4:27:55 PM
|
|
Aandi Inston schrieb:
> "Olivier" <aa@aa.aa> wrote:
>
>
>
>>I've created a pdf file ...
>>How can I print this file without Acrobat Reader ?
>
>
> By using a different tool that reads PDF and can print it to your
> printer (e.g. GhostScript); or by sending it to one of the (very few)
> printers that understand PDF.
Ghostscript is the general approach, because it should work with most
printers.
Alternatively, if you can restrict output to Postscript printers,
convert the PDF file to Postscript. pdftops (from xpdf) is a nice
utility for this job.
Or you could generate PS directly from your content.
Ralf
--
Ralf Koenig
Wissenschaftlicher Mitarbeiter an der
Professur Rechnernetze und verteilte Systeme
TU Chemnitz, Zi. 1/B320, Tel. 0371-531-1532
|
|
0
|
|
|
|
Reply
|
Ralf
|
11/16/2004 9:25:03 AM
|
|
On Mon, 15 Nov 2004 17:17:15 +0100, "Olivier" <aa@aa.aa> wrote:
>Hello
>
>I've created a pdf file with ItextSharp.
>
>How can I print this file without Acrobat Reader ?
>Is it possible ?
>
>
>Thanks
>
>Olivier
>
(Windows only)
Try googling for "print driver " "pdf"
many are listed, an example of one;
http://www.pdfmachine.com/
|
|
0
|
|
|
|
Reply
|
jbl
|
11/16/2004 11:54:49 AM
|
|
jbl <j.b.l.0.2.@.hotmail.com> wrote:
>On Mon, 15 Nov 2004 17:17:15 +0100, "Olivier" <aa@aa.aa> wrote:
>
>>Hello
>>
>>I've created a pdf file with ItextSharp.
>>
>>How can I print this file without Acrobat Reader ?
>>Is it possible ?
>>
>>
>>Thanks
>>
>>Olivier
>>
>(Windows only)
>Try googling for "print driver " "pdf"
>
>many are listed, an example of one ...;
This doesn't seem to print a PDF file at all. Rather it seems to help
you make a PDF file, but the original poster already did that...
----------------------------------------
Aandi Inston quite@dial.pipex.com http://www.quite.com
Please support usenet! Post replies and follow-ups, don't e-mail them.
|
|
0
|
|
|
|
Reply
|
quite
|
11/16/2004 12:18:57 PM
|
|
|
4 Replies
931 Views
(page loaded in 0.129 seconds)
|
|
|
|
|
|
|
|
|