Hello @All,

The solution for PDF Exporter (using mPDF).

Regards,
GenXCoders

genxcoders wrote: Hello @Tomarnst, @luxlogica, @kimheggen, @KK Sir,

I am trying to generate pdf using the mpdf (https://github.com/mpdf/mpdf.github.io).

I have a list of students (clonable student.php), I need to generate Bonafide Certificate of the students. I took to AJAX to do so. But the issue is that in the XHR Response Payload I get a random string, which when manually appended to "data:application/pdf;base64,<string>" displays the pdf.

...

There are 13000+ records to be processed for generating Bonafide Certificates, Transfer Certificates, Other Documents.

I know this is not exactly a CouchCMS issue, but those who have worked on it, if they could shed some light, I would be really grateful.

Regards,
GenXCoders