Spire.Doc is a professional Word .NET library specifically designed for developers to create, read, write, convert and print Word document files. Get free and professional technical support for Spire.Doc for .NET, Java, Android, C++, Python.

Mon May 30, 2016 8:00 am

Hi Amy,

Thanks for your support.
I will try to use it and let you know the result.

Thanks,
Lee K

Leehk
 
Posts: 39
Joined: Tue May 10, 2016 1:29 am

Tue May 31, 2016 7:25 am

Hi Amy,

New plugins has been working for SharePoint.
Code: Select all
 string inputFile = "C:\\input.html";
            string outputFile = "C:\\output.pdf";
            Spire.Pdf.HtmlConverter.Qt.HtmlConverter.PluginPath = Context.Server.MapPath("/_layouts/15/Wiki/plugins");
            HtmlConverter.Convert(inputFile, outputFile,
                //enable javascript
                true,
                //load timeout
                100 * 1000,
                //page size
                new SizeF(612, 792),
                //page margins
                new PdfMargins(0, 0));

            byte[] data = File.ReadAllBytes(outputFile);
            Page.Response.ContentType = "application/pdf";
            Page.Response.OutputStream.Write(data, 0, data.Length);
            Page.Response.Flush();
            Page.Response.Close();


Could you please show me how to call the SaveToHttpResponse as when we use the Spire.PDF as usual?
Code: Select all
Pdfdocument.SaveToHttpResponse(pdfFilename, HttpContext.Current.Response, HttpReadType.Save);


Thanks,
Lee K

Leehk
 
Posts: 39
Joined: Tue May 10, 2016 1:29 am

Tue May 31, 2016 7:58 am

Dear Lee K,

The plugins solution doesn't call SaveToHttpResponse method, sorry.

Best Regards,
Amy
E-iceblue support team
User avatar

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

Wed Jun 01, 2016 4:21 am

Hi Amy,

Thanks for your feedback.

After testing for Html to PDF conversion function using the plugins solution I saw that some of issues can be resolved, but I met another issue: All the border of tables in HTML were lost. Are there any solutions to fix this issue?

Thanks in advance.
Lee K

Leehk
 
Posts: 39
Joined: Tue May 10, 2016 1:29 am

Wed Jun 01, 2016 6:00 am

Dear Lee K,

Sorry for the inconvenience caused. I have forwarded the border issue to our dev team. We will inform you when there is any update.

Best Regards,
Amy
E-iceblue support team
User avatar

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

Wed Jun 08, 2016 3:09 am

Hi Amy,

Plugins is a good solution but due to some private reasons we cannot use it. Is there any update for the Spire.Doc issues on my previous posts. Currently we cannot release our product because these issues still persist. We have already purchased your product.

Thank you so much for your kindly support.
Lee K

Leehk
 
Posts: 39
Joined: Tue May 10, 2016 1:29 am

Wed Jun 08, 2016 5:46 am

Dear Lee K,

Our dev team is fixing your Spire.Doc issues and has gotten some progress now. We will tell you and give you new version when all issues are fixed. Could you please tell us your purchased Order No.? Thank you.

Best Regards,
Amy
E-iceblue support team
User avatar

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

Thu Jun 09, 2016 1:17 am

Hi Amy,

Thanks for your support.

Here is the purchased Order No: 2539, date: April 6th, 2016

Thanks,
Lee K

Leehk
 
Posts: 39
Joined: Tue May 10, 2016 1:29 am

Thu Jun 09, 2016 1:42 am

Dear Lee K,

Thanks for your notification.

Best Regards,
Amy
E-iceblue support team
User avatar

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

Wed Jun 15, 2016 10:06 am

Hi Amy,

To make a convenience for tracking all issues are happening, I have created a summary file (AllIssues.rar). Could you please download and replicate it. We hope that it should be fixed soon.
https://docs.google.com/uc?id=0B_aPHSTx ... t=download

Thanks for your kindly support,
Lee K

Leehk
 
Posts: 39
Joined: Tue May 10, 2016 1:29 am

Thu Jun 16, 2016 8:14 am

Hi Lee K,

Thank you for your providing.
I have tested all files and noticed that some issues (from I216, I227, I233, I237) have been resolved in the latest version Spire.Doc Pack(hot fix) Version:5.7.36. Please try to test the version. And I have repoduced your issues in the rest of files and forwarded them to our dev team. We will inform you once they are fixed. Sorry that the issues brought the inconvenience to you.

Sincerely,
Caroline
E-iceblue support team
User avatar

caroline.zhang
 
Posts: 291
Joined: Mon Mar 07, 2016 9:22 am

Thu Jun 16, 2016 9:32 am

Hi Caroline,

Thanks for your speedy response,
Could you please give me an estimate time when these issues are fixed so that we can tell our customers?. Currently, some customers are waiting for our product release.

Thanks for your help,
Lee K

Leehk
 
Posts: 39
Joined: Tue May 10, 2016 1:29 am

Fri Jun 17, 2016 2:36 am

Hi Lee K,

Thank you for your inquiry.
I got information from our dev team that these issues need some time to fix. Sorry that we don't have an exact timeline to give you now.
We will inform you and provide you a new hotfix once they are resolved. Thanks for your understanding. In addation, we recommend you to use Spire.PDF to convert HTML into PDF better.

Sincerely,
Caroline
E-iceblue support team
User avatar

caroline.zhang
 
Posts: 291
Joined: Mon Mar 07, 2016 9:22 am

Fri Jun 17, 2016 4:53 am

Hi Caroline,

Thank you for your response,
After trying to test the version 5.7.36, I saw that these issues: I216, I237 haven't been fixed yet. I think you are misunderstanding between I216 and I217_249 (see I216_217_149.rar). Issue I227: losing pages can be showed now but its content is uncorrect format (see I227.rar). I233 is still persists (see I233.rar)

Here is the download link:
https://docs.google.com/uc?id=0B_aPHSTx ... t=download

Thanks,
Lee K

Leehk
 
Posts: 39
Joined: Tue May 10, 2016 1:29 am

Fri Jun 17, 2016 6:59 am

Hi Lee K,

Thank you for your further feedback.
Apologies, for the inconvenience caused by me.
The issues and files have been posted to our dev team. Sorry that the issues broght inconvenience to you again.

Sincerely,
Caroline
E-iceblue support team
User avatar

caroline.zhang
 
Posts: 291
Joined: Mon Mar 07, 2016 9:22 am

Return to Spire.Doc