Page 1 of 1

Error While use PDF Export in php

Posted: Sun Jan 13, 2019 4:41 pm
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

Re: Error While use PDF Export in php

Posted: Mon Jan 14, 2019 7:52 am
by Lech Kulikowski
Hello,

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

Thank you.