Skip to content
New issue

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

missing elements when converting ODT text file to PDF #672

Open
MaximStein opened this issue May 9, 2024 · 1 comment
Open

missing elements when converting ODT text file to PDF #672

MaximStein opened this issue May 9, 2024 · 1 comment

Comments

@MaximStein
Copy link

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();

image

@angelozerr
Copy link
Member

Implementing a pdf converter is a very hard issue

I suggest that you attach your ont.

Any contribution are welcome!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants