Hello, I am converting visio to pdf, my code like this,
Diagram dgrm = new Diagram(oriFilePath);
dgrm.save(pdfPath, SaveFileFormat.PDF);
source file as below, it is 41MB, but the outcome pdf is 288MB, I just want to get a smaller pdf, are there any parameters I can use?