Search found 6 matches

by yishen
Thu Aug 04, 2011 8:19 pm
Forum: PDF-XChange Drivers API SDK
Topic: how to suppress "Page n of document" prompt
Replies: 5
Views: 3271

Re: how to suppress "Page n of document" prompt

Here is the screenshot. Thanks,
by yishen
Thu Aug 04, 2011 6:56 pm
Forum: PDF-XChange Drivers API SDK
Topic: how to suppress "Page n of document" prompt
Replies: 5
Views: 3271

Re: how to suppress "Page n of document" prompt

Hi, Thank you for your reply. Here are the settings I have applied. PDFPrinter.Option["General.HideUI"] = true; PDFPrinter.Option["Save.ShowSaveDialog"] = false; PDFPrinter.Option["Save.SaveType"] = 2; PDFPrinter.Option["Save.WhenExists"] = 1; PDFPrinter.Optio...
by yishen
Thu Aug 04, 2011 5:06 pm
Forum: PDF-XChange Drivers API SDK
Topic: how to suppress "Page n of document" prompt
Replies: 5
Views: 3271

how to suppress "Page n of document" prompt

When I try to create a multi-page PDF, it displays a "Page n of document" prompt. Since the code will be running on a web server, is there a way to suppress this prompt?
by yishen
Thu Aug 04, 2011 5:03 pm
Forum: PDF-XChange Print Drivers
Topic: how to suppress "Page n of document" prompt
Replies: 3
Views: 1665

Re: how to suppress "Page n of document" prompt

Yes.I am using PDF-XChange Drivers API SDK. I will move the topic to the developer forum. Thanks.
by yishen
Wed Aug 03, 2011 10:35 pm
Forum: PDF-XChange Print Drivers
Topic: how to suppress "Page n of document" prompt
Replies: 3
Views: 1665

how to suppress "Page n of document" prompt

When I try to create a multi-page PDF, it displays a "Page n of document" prompt. Since the code will be running on a web server, is there a way to suppress this prompt?
by yishen
Mon Aug 01, 2011 9:10 pm
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: Which SDK package should I use?
Replies: 1
Views: 1383

Which SDK package should I use?

Hi, I am currently evaluating various PDF tools. What I try to accomplish is: 1. Create a PDF with multiple pages on a web server 2. Each page includes an image and 3 line text 3. The web user can view the PDF and send the PDF to a local label printer. Each page will be printed correctly on a 2inch ...