Error While use PDF Export in php

Stimulsoft Reports.PHP discussion
Post Reply
drshail23
Posts: 15
Joined: Wed Jan 02, 2019 5:50 am

Error While use PDF Export in php

Post by drshail23 »

Hi , my report work fine and load also perfect in PHP JS but when i use Export Option PDF instead of Show it Show me this error
Image
And i add this Code

Code: Select all

report.renderAsync(function () {
				var data = report.exportDocument(Stimulsoft.Report.StiExportFormat.Pdf);
				Object.saveAs(data, "PurchaseBill.pdf", "application/pdf");
			})
And it Export PDF Perfect but only probeem is Error Display
So what Can be Solution for it
Lech Kulikowski
Posts: 6243
Joined: Tue Mar 20, 2018 5:34 am

Re: Error While use PDF Export in php

Post by Lech Kulikowski »

Hello,

Please send us a sample report with test data which reproduces the issue for analysis.

Thank you.
Post Reply