Pictures not appearing in PDF report

Stimulsoft Reports.WEB discussion
Post Reply
dmt
Posts: 6
Joined: Thu Jan 13, 2011 6:37 pm
Location: Brisbane

Pictures not appearing in PDF report

Post by dmt »

Hi

When we embed pictures in the report, and then run .ResponseAsPdf we seem to lose the pictures in the pdf file.

Any ideas why this might happen?

Below is the code we use.

Thanks

// Standard export settings for a unicode based reports of any language
var settings = new StiPdfExportSettings()
{
UseUnicode = true,
StandardPdfFonts = false,
EmbeddedFonts = true

};

// sets the correct layout
SetLayoutForPrint(rep, rvRequest.ReportParameters);

// if errors are raised on rendering it may be necessary to add a try/catch
rep.Render(false);

// Respond with generated PDF
StiReportResponse.ResponseAsPdf(this, rep, false, settings);
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Pictures not appearing in PDF report

Post by HighAley »

Hello.

Please, send us a sample project which reproduces the issue for analysis.

Thank you.
dmt
Posts: 6
Joined: Thu Jan 13, 2011 6:37 pm
Location: Brisbane

Re: Pictures not appearing in PDF report

Post by dmt »

Please see attached.

Thanks
Attachments
HLDCN-DOC-0043.mrt
(55.87 KiB) Downloaded 211 times
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Pictures not appearing in PDF report

Post by Alex K. »

Hello,

Can you please send us a test data for your report.

Thank you.
dmt
Posts: 6
Joined: Thu Jan 13, 2011 6:37 pm
Location: Brisbane

Re: Pictures not appearing in PDF report

Post by dmt »

No, that's something we cannot do I'm afraid. we would be breaking client confidentiality agreements.

Are you able to see if you can a report to produce in PDF with the images?

Thanks
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Pictures not appearing in PDF report

Post by Alex K. »

Hello,

Please check the last prerelease build and let us know about the result.

Thank you.
Post Reply