|
PDF Print Automation
Message-ID:<d3ee320c-2c6d-4d48-a9fd-ca9d65871746@40g2000prx.googlegroups.com>
Subject:PDF Print Automation
Date:Mon, 3 Nov 2008 18:09:56 +0100
I am hoping to find some guidance on finding a solution for PDF print
automation. I need to print 2 different types of documents, low
volume high quantity (1000+ copies of 10-15 different PDFs), and high
volume low quantity (1-2 copies of 500+ different PDFs). I don't need
to do any processing other than send them to different printers.
I need to do this as part of a server application, so I would need an
SDK of some sort (preferably C# compatible, but I am flexible).
I haven't seen anything that looks like it can do this without
resorting to LiveCycle, which is complete and total overkill (and
probably costs the same as the space shuttle).
Thanks,
Brian
Message-ID:<814c1887-f7f9-4fc5-9913-1d9e16256c37@c22g2000prc.googlegroups.com>
Subject:Re: PDF Print Automation
Date:Tue, 4 Nov 2008 03:00:13 +0100
On Nov 3, 12:09=A0pm, brian.gabr...@gmail.com wrote:
> I am hoping to find some guidance on finding a solution for PDF print
> automation. =A0I need to print 2 different types of documents, low
> volume high quantity (1000+ copies of 10-15 different PDFs), and high
> volume low quantity (1-2 copies of 500+ different PDFs). =A0I don't need
> to do any processing other than send them to different printers.
gsprint
http://pages.cs.wisc.edu/~ghost/gsview/gsprint.htm
will allow you to send a PDF to a Windows installed printer from the
commandline.
If you really want direct integration into your program,
ghostscript.dll functions as a COM object.
Message-ID:<d3ee320c-2c6d-4d48-a9fd-ca9d65871746@40g2000prx.googlegroups.com>
Subject:PDF Print Automation
Date:Mon, 3 Nov 2008 18:09:56 +0100
I am hoping to find some guidance on finding a solution for PDF print
automation. I need to print 2 different types of documents, low
volume high quantity (1000+ copies of 10-15 different PDFs), and high
volume low quantity (1-2 copies of 500+ different PDFs). I don't need
to do any processing other than send them to different printers.
I need to do this as part of a server application, so I would need an
SDK of some sort (preferably C# compatible, but I am flexible).
I haven't seen anything that looks like it can do this without
resorting to LiveCycle, which is complete and total overkill (and
probably costs the same as the space shuttle).
Thanks,
Brian
Message-ID:<814c1887-f7f9-4fc5-9913-1d9e16256c37@c22g2000prc.googlegroups.com>
Subject:Re: PDF Print Automation
Date:Tue, 4 Nov 2008 03:00:13 +0100
On Nov 3, 12:09=A0pm, brian.gabr...@gmail.com wrote:
> I am hoping to find some guidance on finding a solution for PDF print
> automation. =A0I need to print 2 different types of documents, low
> volume high quantity (1000+ copies of 10-15 different PDFs), and high
> volume low quantity (1-2 copies of 500+ different PDFs). =A0I don't need
> to do any processing other than send them to different printers.
gsprint
http://pages.cs.wisc.edu/~ghost/gsview/gsprint.htm
will allow you to send a PDF to a Windows installed printer from the
commandline.
If you really want direct integration into your program,
ghostscript.dll functions as a COM object.
|