Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

PDF generated a blank page.

Summary:

My table is based on ADP and I'm getting the data from ORDS and on button click i want to generate pdf but I'm getting the blank page of pdf. Please guide me.

Code Snippet (add any code snippets that support your topic, if applicable):

PageModule.prototype.exportToPDF= function(arg1){

      var doc = new jsPDF();

      doc.text(10, 10, arg1);

      //console.log(doc.output('datauristring'));

      doc.save('parts.pdf');

};


PDF BUTTON ACTION CHAIN: -


Thanks in Advance

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!