Spire.PDF is a professional PDF library applied to creating, writing, editing, handling and reading PDF files without any external dependencies. Get free and professional technical support for Spire.PDF for .NET, Java, Android, C++, Python.

Tue Sep 02, 2014 2:39 pm

I want to print a pdf. I like to know if it it possible to "Shrink large page"? I know the option "fit to page" is there, but this is not what I am looking for.

jd653687
 
Posts: 4
Joined: Sun Aug 17, 2014 2:16 pm

Wed Sep 03, 2014 3:09 am

Hello,

Thanks for your inquiry.
Did you mean the option when print as below?
print.PNG

Thanks,
Gary
E-iceblue support team
User avatar

Gary.zhang
 
Posts: 1380
Joined: Thu Apr 04, 2013 1:30 am

Tue Sep 09, 2014 7:36 pm

Hi Gary,
Sorry was out of the office.
Yes that is what I want to achief.

jd653687
 
Posts: 4
Joined: Sun Aug 17, 2014 2:16 pm

Wed Sep 10, 2014 5:59 am

Hello,

Thanks for your response.
Sorry that at present Spire.Pdf doesn't support the feature, we have added it to our schedule, once it is supported, we will let you know immediately.
Sincerely,
Gary
E-iceblue support team
User avatar

Gary.zhang
 
Posts: 1380
Joined: Thu Apr 04, 2013 1:30 am

Mon Sep 29, 2014 7:35 am

Hello,

Thanks for waiting.
The feature has been added. Please download a new version from http://www.e-iceblue.com/downloads/hot_ ... 3.1.39.zip.
Share sample code:
Code: Select all
            PdfDocument pdf = new PdfDocument();
            pdf.LoadFromFile(inputFile);
            pdf.PageScaling = PdfPrintPageScaling.ShrinkOversized;
            pdf.PrintDocument.Print();


Best wishes,
Amy
E-iceblue support team
User avatar

amy.zhao
 
Posts: 2766
Joined: Wed Jun 27, 2012 8:50 am

Wed Oct 08, 2014 3:48 am

Hello,

Has your problem been resolved?
If not, please send more information to help us resolve it.

Best regards,
Burning
E-iceblue Support Team
Best Regards,
Burning
E-iceblue Support Team
User avatar

burning.liu
 
Posts: 406
Joined: Mon Aug 04, 2014 6:47 am

Return to Spire.PDF

cron