0

Poi XWPF を使用して docx ファイルを pdf に変換しています。結果は良好ですが、DrawText がありません。これを修正するにはどうすればよいですか?

XWPFDocument document = new XWPFDocument(inputStream);
PdfOptions options = PdfOptions.create().fontEncoding("windows-1250");
OutputStream out = new FileOutputStream(new File(outputTemplate));
org.apache.poi.xwpf.converter.pdf.PdfConverter.getInstance().convert(document, out, options);

PDFでテキストが消える

4

0 に答える 0