How to create a PDF file in Oracle Visual Builder (VBCS) | jsPDF | import external libraries in VBCS

แชร์
ฝัง
  • เผยแพร่เมื่อ 8 ต.ค. 2024

ความคิดเห็น • 2

  • @BEENUMLEARNING
    @BEENUMLEARNING  ปีที่แล้ว

    Please do like this video and subscribe our TH-cam channel.
    bit.ly/3WeJE6E
    Click above link for Tips & Tricks in Oracle Visual Builder (VBCS) application
    bit.ly/3Qx5fWH
    Click above link to learn Integration(OIC) in Oracle Integration from scratch
    bit.ly/3QDrESn
    Click above link to learn Visual Builder (VBCS) from scratch
    bit.ly/3GTqXkI
    Click above link to learn Processes in Oracle Integration (PCS)
    bit.ly/3XnNWto
    Click above link to learn real use cases for Integration (OIC)

  • @pawangosal8051
    @pawangosal8051 ปีที่แล้ว

    Hi ,
    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.
    can you explain how can we pass the ADP table to generate the pdf. In arg1 I'm passing the data of the variable. Please guide me or is there any approach so i can follow.
    PageModule.prototype.exportToPDF= function(arg1){
    var doc = new jsPDF();
    doc.text(10, 10, arg1);
    //console.log(doc.output('datauristring'));
    doc.save('parts.pdf');
    };
    Thanks in Advance