|
@@ -905,7 +905,7 @@ public class ArchiveAutoPdfServiceImpl implements IArchiveAutoPdfService {
|
|
|
outputStream.write(bytes);
|
|
|
|
|
|
//设置PDF每页大小为A4,内容等比缩放,方向同步
|
|
|
- PdfResizeTool.resizeToA4WithContentScaling(localPdf, localPdf);
|
|
|
+ //PdfResizeTool.resizeToA4WithContentScaling(localPdf, localPdf);
|
|
|
|
|
|
//上传到OSS
|
|
|
String absoluteFileName = FileUtils.getOssPath(OssConstant.ARCHIVE_DIRECTORY, fileName, projectId);
|