Hi All,
I have a requirement to populate hyperlinks in PDF which generate using "pdf_output’ plugin and controller.print, like showing below,
var fileName = "test.pdf";
var pdfFile = plugins.file.showFileSaveDialog(fileName); // open file save dialog.
controller.print(false , false , plugins.pdf_output.getPDFPrinter(pdfFile.getAbsolutePath())); // Pushed data to the file.
Thanks in advance for your help.