1. 首页
  2. 编程语言
  3. Java
  4. icepdf 6.3.zip

icepdf 6.3.zip

上传者: 2020-08-13 09:56:47上传 ZIP文件 2.36MB 热度 5次
icepdf转图片,解决中文乱码和图片无法转换的错误。附上源码 public class PDFViewer { public JFrame frame; public String pdf; public PDFViewer(String pdf) { this.pdf = pdf; initialize(); } private void initialize() { frame = new JFrame(); frame.setSize(1100, 1000); frame.setLocationRelativeTo(null);
用户评论