Previous | Next | (P-PDF) Developers
Topic: Re: Best printing library (Via Email)
Conf: (P-PDF) Developers, Msg: 31988
From: LeonardR
Date: 12/24/2001 02:44 AM
At 07:01 PM 12/23/2001 +1100, p-pdf-developer Listmanager wrote:
>We need to be able to print PDF documents to named printers. We also need
>to be able to specify papertray for each page (first page to one
>papertray, remaining pages to another papertray).
I am not aware of any existing library for such a task - at least
not preconfigured.
What you COULD do, however, is find a library such as Appligent's
SPDF (http://www.appligent.com) or Adobe's PDFLibrary
(http://www.adobe.com) that include tools for parsing, splitting and
printing PDF's and then build your own.
>We need to be able to do this on a NT server from a .Net application.
There aren't any that run as COM objects, so you'll be working
with C or C++.
Leonard