Path
1 | //sourceFolder 源目录 |
ConvertWordToPdf
1 | Document wordDoc = new Document(inputFileFullPath); |
ConvertExcelToPdf
1 | Workbook excel = new Workbook(inputFileFullPath); |
PowerPointToPdf
1 | Presentation ppt = new Presentation(inputFileFullPath); |
1 | //sourceFolder 源目录 |
1 | Document wordDoc = new Document(inputFileFullPath); |
1 | Workbook excel = new Workbook(inputFileFullPath); |
1 | Presentation ppt = new Presentation(inputFileFullPath); |