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.

Thu Jun 21, 2018 6:45 pm

Hello,

We have an MVP.net app in which an report must be converted to a pdf file. We are using the free version actually, but we just bought the pro version yesterday (not yet installed in the project). When we convert report with big pictures some aren’t rendered. (see attachments)

BTW: I'm used to post under RobinLeblond (from the OIQ.com).

Thanks

Here is the code we use to do the conversion:

Code: Select all
string reportPath = "somefile.pdf";

string url = this.Url.Action("ClientReport", "Damage", new { forceRefresh = Guid.NewGuid().ToString() }, this.Request.Url.Scheme);
Int32 w = 600;
Int32 h = 988;

HtmlConverter.Convert(url, reportPath, true, 60 * 1000, new SizeF(w.Value, h.Value), new PdfMargins(0, 0));

RobinLeblond2
 
Posts: 3
Joined: Mon Apr 23, 2018 1:40 pm

Fri Jun 22, 2018 2:00 am

Dear RobinLeblond2.

Thanks for your inquiry.
I didn't find the attachment here, could you please upload it again, or send it to us(support@e-iceblue.com) via email ?
Besides, sorry we didn't find your purchase information according to your register email. Could you please provide your order information ?
As for your issue, first I suggest using the latest Spire.PDF Pack(Hot Fix) Version:4.6.4. If your issue still happens, please share your URL to help us do a further investigation.

Sincerely,
Betsy
E-iceblue support team
User avatar

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

Tue Jun 26, 2018 2:39 am

Dear RobinLeblond2,

Greetings from E-iceblue.
How is your issue going now ? Could you please give us some feedback at your convenience ?

Thanks,
Betsy
E-iceblue support team
User avatar

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

Return to Spire.PDF