We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
there is a error when use fr.opensagres.poi.xwpf.converter.pdf-gae convert word to pdf; the program code is :
try (ByteArrayOutputStream out = new ByteArrayOutputStream(); ByteArrayInputStream in = new ByteArrayInputStream(FileUtil.readBytes(new File("C:1.docx")))){ XWPFDocument xwpfDocument = new XWPFDocument(in); PdfOptions pdfOptions = PdfOptions.create(); PdfConverter.getInstance().convert(xwpfDocument,out,pdfOptions); FileUtil.writeBytes(out.toByteArray(),"c://1/pdf"); }catch (Exception e){ e.printStackTrace(); }
the error is:
The text was updated successfully, but these errors were encountered:
Encountering the same problem,遇到同样的问题。
Sorry, something went wrong.
我暂时的解决方案是:重写PngImage类然后注释该类中读取iccp部分的代码:
你这个问题解决了吗;Have you solved this problem?
No branches or pull requests
there is a error when use fr.opensagres.poi.xwpf.converter.pdf-gae convert word to pdf;
the program code is :
the error is:
The text was updated successfully, but these errors were encountered: