Controlling the print options of a pdf
Posted
by
John Nolan
on Stack Overflow
See other posts from Stack Overflow
or by John Nolan
Published on 2012-11-06T16:58:04Z
Indexed on
2012/11/06
16:59 UTC
Read the original article
Hit count: 220
I am producing a number of PDFs using either SSRS or using an HTML to PDF component. What I want to do for each document is to set the first page to print to tray 1 and subsequent pages.
Is there anyway to do this? System.Drawing.Printing and System.Printing seem like good candidates but they don't seem to be useful for PDFs (i may be wrong). The Adobe sdk doesn't at first glance seem to have that level of granularity either.
© Stack Overflow or respective owner