摘要: public static void partitionPdfFile(String pdfFile, String newFile, int from, int end) { Document document = null; PdfCopy copy = null; try { ... 阅读全文
posted @ 2017-09-05 15:53 令狐る侠 阅读(3938) 评论(2) 推荐(0) 编辑
摘要: /** * 按行分割文件 * @param rows 为多少行一个文件 * @param sourceFilePath 为源文件路径 * @param targetDirectoryPath 文件分割后存放的目标目录 */ public void splitDataToSaveFile(int rows, String ... 阅读全文
posted @ 2017-09-05 15:30 令狐る侠 阅读(1568) 评论(0) 推荐(0) 编辑