Conversation
supportHello dear developer ! You made really nice and great Quiz plugin ! Thank you. But I found that exist problem with PDF file generation. I setup your plugin on my own hosting and work very well, but when issued Certificate, I got 5-6 pdf pages with 3 lines of text on every page. Ok. I tried create Quiz with Certificate in PDF on your demo site and also get my 1 page Certificate on issued 5-6 pages with same 3 lines of text on every page. Please look on generated PDF file: https://www.wpcues.com/wpcuesbasicquiz/wpcuecertificate/1578/ —————— Certificate “LV certificate” code is really simple: —————— <div> <div style=”text-align: center; width: 600px; color: #8c8b8b;”> This is to certify that %%USERNAME%% has completed the Multiple Choice Questions and educational loop on %%DATE%% in <b>LV Certificate</b> “%%QUIZNAME%%” assessment with %%GRADE%%. Participant is entitled to 1 CPD credit or 0.3 IBMS credits if the score is over 70% This certificate may be used as evidence of your participation for CPD by the following Organisations: <b>The Royal College of Best Masters</b> Institute of Latvian Science (ILS) </div> </div> —————— Why my simple Text divided on 5-6 pdf pages with only 3 lines per page ? Maybe necessary make some addition adjustments with MPDF settings/options ??? Thank you in advance. Eddy https://wordpress.org/plugins/wpcues-basic-quiz/
I already found where need edit for make one page, but not 5-6 with 3 lines per page. Recommend you write in your plugin description option where need make some adjustments. wpcue_quiz_public.php $mpdf=new mPDF(‘utf-8’,array(100,50)); Suppose that need also make other adjustments in mPDF settings for see custom certificate, because mPDF script ignored wordpress tags and styles.
I already found where need edit for make one page, but not 5-6 with 3 lines per page. Recommend you write in your plugin description option where need make some adjustments. wpcue_quiz_public.php $mpdf=new mPDF(‘utf-8’,array(100,50)); Suppose that need also make other adjustments in mPDF settings for see custom certificate, because mPDF script ignored wordpress tags and styles.