You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I loaded a .odt Text file which contains a table and several text frames. When saving it as .odt, everything looks fine, but when saving it as PDF, all elements except the table are missing.
File outFile = new File("C:\\Users\\maxim\\Downloads\\test.pdf"); OutputStream out = new FileOutputStream( outFile ); PdfConverter.getInstance().convert(odt, out, PdfOptions.create()); out.close();
The text was updated successfully, but these errors were encountered:
I loaded a .odt Text file which contains a table and several text frames. When saving it as .odt, everything looks fine, but when saving it as PDF, all elements except the table are missing.
File outFile = new File("C:\\Users\\maxim\\Downloads\\test.pdf"); OutputStream out = new FileOutputStream( outFile ); PdfConverter.getInstance().convert(odt, out, PdfOptions.create()); out.close();
The text was updated successfully, but these errors were encountered: