PDF Export Dialog
I am using PDFExport and setting the file name programatically. I do not want to display the export dialog, so I have set it to false in PDFExport. It suppresses the dialog, but then it doesn't actually save the pdf. I just want to export with no prompt, but it doesn't work.
Comments
The code is work for me.
Besides, I want to extract text from PDF and split PDF file, do you have any good ideas on it? I'm lacking of experience on it.