mirror of
https://github.com/kekingcn/kkFileView.git
synced 2026-04-20 21:38:38 +00:00
优化:重构代码
This commit is contained in:
@@ -18,9 +18,9 @@ import java.io.OutputStream;
|
||||
* @since 2019/11/21 14:34
|
||||
*/
|
||||
@Component
|
||||
public class CadToPdf {
|
||||
public class CadUtils {
|
||||
|
||||
private final Logger logger = LoggerFactory.getLogger(CadToPdf.class);
|
||||
private final Logger logger = LoggerFactory.getLogger(CadUtils.class);
|
||||
|
||||
public boolean cadToPdf(String inputFilePath, String outputFilePath) {
|
||||
com.aspose.cad.Image cadImage = com.aspose.cad.Image.load(inputFilePath);
|
||||
Reference in New Issue
Block a user