Spire.PDFViewer is a powerful PDF Viewer component for .NET. It allows developers to load PDF document from stream, file and byte array.

Thu Sep 14, 2017 7:33 am

Hi Supporter.
my project is Visual Studio 2013 and language is C# WinForm
already pay on to day but can not receive install file and license files something......
so my question is here please help.
thank you.

1. how to get license file
2. how to apply license file
3. who to download install files or some files...

ps. order number: 00004028

sprinter
 
Posts: 4
Joined: Thu Sep 14, 2017 5:40 am

Thu Sep 14, 2017 7:56 am

Dear sprinter,

Thanks for your inquiry.
We have sent the license file(license.elic.xml) to you via email on attachment, please check if you have received it. If not, please contact our sales team(sales@e-iceblue.com).
And you could download license file from attachment and here is a guide to apply it.
https://www.e-iceblue.com/Tutorials/Lic ... nsing.html
If there is any question, please let us know.

Sincerely,
Betsy
E-iceblue support team
User avatar

Betsy.jiang
 
Posts: 3099
Joined: Tue Sep 06, 2016 8:30 am

Wed Sep 20, 2017 8:12 am

Dear sprinter,

Has your issue been resolved ?
Could you please give us some feedback at your convenience ?

Sincerely,
Betsy
E-iceblue support team
User avatar

Betsy.jiang
 
Posts: 3099
Joined: Tue Sep 06, 2016 8:30 am

Fri Sep 29, 2017 4:11 am

yes solved ...^;^ thank you.
but same problem print...-..-
viewer is ok but still show message for print....
show left top "Evaluation Warnning : The version can be....."
please help again thank you.

sprinter
 
Posts: 4
Joined: Thu Sep 14, 2017 5:40 am

Fri Sep 29, 2017 6:10 am

Dear sprinter,

Thanks for your inquiry.
I have checked your license on my side, and it worked fine. Please try to apply license by key.
https://www.e-iceblue.com/Tutorials/Lic ... ply_by_Key
If the issue still exist, please send a sample project to us(support@e-iceblue.com) via email for further investigation.

Thanks,
Betsy
E-iceblue support team
User avatar

Betsy.jiang
 
Posts: 3099
Joined: Tue Sep 06, 2016 8:30 am

Fri Sep 29, 2017 7:03 am

thank again.
but not working -..-
let me know another solution.... or please check ....
same problem view is ok print is not ok
my code is here

Spire.License.LicenseProvider.SetLicenseFileName("libraries\\license.elic.xml");
Spire.License.LicenseProvider.SetLicenseKey("xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx");

sprinter
 
Posts: 4
Joined: Thu Sep 14, 2017 5:40 am

Fri Sep 29, 2017 7:47 am

Dear sprinter,

Thanks for your prompt response.
I sent a demo to you via email, please check.
The folder DllFiles includes the dlls used in project.
The folder SampleFiles includes the input and output documents.
Could you please run the demo on your side ? Did it work when printing ?
If not, please provide us with the OS information, Region settings, and the printer you were using, e.g. Win7 64bit, China/Chinese, Microsoft XPS Document Writer.

Sincerely,
Betsy
E-iceblue support team
User avatar

Betsy.jiang
 
Posts: 3099
Joined: Tue Sep 06, 2016 8:30 am

Fri Sep 29, 2017 8:14 am

i'll check email....thank you again.
now i'll test demo source in install folder....
it's fine -..- view and print is ok .....

my question.
i want to print define print range and rotate document....
please let me know idea...
my code is here....it's not working...always print all pages.

this.pdfDocumentViewer1.PrintDocument.PrinterSettings.Copies = 2;
this.pdfDocumentViewer1.PrintDocument.PrinterSettings.PrinterName = "Microsoft XPS Document Writer";
this.pdfDocumentViewer1.PrintDocument.DefaultPageSettings.Landscape = true;
this.pdfDocumentViewer1.PrintDocument.DefaultPageSettings.PrinterSettings.FromPage = 1;
this.pdfDocumentViewer1.PrintDocument.DefaultPageSettings.PrinterSettings.ToPage = 2;

sprinter
 
Posts: 4
Joined: Thu Sep 14, 2017 5:40 am

Fri Sep 29, 2017 9:56 am

Dear sprinter,

Thanks for your response.
1)Print specific pages, please use following code.
Code: Select all
            this.pdfDocumentViewer2.Print(1, 2);

2)Set landscape, I have noticed the code didn't work, and posted it to our Dev team. If there is any progress, we will let you know.
Sorry for the inconvenience caused.

Sincerely,
Betsy
E-iceblue support team
User avatar

Betsy.jiang
 
Posts: 3099
Joined: Tue Sep 06, 2016 8:30 am

Thu Nov 09, 2017 9:32 am

Dear sprinter,

Sorry for long silence.
We have done adjustments about the print function in Spire.PDFViewer Pack(Hotfix) Version:2.12.38, and now your issue has been fixed in it.
Here is sample code for your reference.
Code: Select all
            //set print page, here from the first page to the second page
            this.pdfDocumentViewer2.PrintSettings.SelectSomePages(new int[]{1,2});
            //set landscape when printing, first set bool autoPortraitOrLandscape as false
            this.pdfDocumentViewer2.PrintSettings.SelectSinglePageLayout(PdfSinglePageScalingMode.FitSize, false);
            //then set the Landscape as true
            this.pdfDocumentViewer2.PrintSettings.Landscape = true;
            //print document
            this.pdfDocumentViewer2.PrintDoc();

If there is any question, welcome to get back to us.

Sincerely,
Betsy
E-iceblue support team
User avatar

Betsy.jiang
 
Posts: 3099
Joined: Tue Sep 06, 2016 8:30 am

Mon Nov 13, 2017 8:47 am

Dear sprinter,

Greetings from E-iceblue.
Has your issue been resolved ? Could you please give us some feedback ?

Sincerely,
Betsy
E-iceblue support team
User avatar

Betsy.jiang
 
Posts: 3099
Joined: Tue Sep 06, 2016 8:30 am

Fri Nov 22, 2019 9:44 am

How can maintain list item number as sequence as original doc file, after split a doc file by page break?

softcoder
 
Posts: 2
Joined: Thu Nov 21, 2019 4:31 pm

Fri Nov 22, 2019 9:58 am

Hi,

Thanks for your inquiry.
To help us investigate your issue accurately, please offer us the following information.
1. Your input Word file.
2. Your desired result file.

You could upload them here or send us(support@e-iceblue.com) via email.

Best wishes,
Amber
E-iceblue support team
User avatar

Amber.Gu
 
Posts: 525
Joined: Tue Jun 04, 2019 3:16 am

Return to Spire.PDFViewer