Extact Data from ODT to PDF in java -


Hi, I want to get the data of the ODT file in Java. I have two approaches for that purpose.

1). I get data to remove from the ODT file and create a new document

2). Get a print preview of the ODT document and add it as an image in a PDF document

Can you please tell which approach is better and how should I do it? Finally I used the third approach, while looking for my answer, I used the Java Library for my purpose. Stuck on XdocReport . I used to convert ODT and DOCX converters to PDT format of ODT / DOCX.

Comments

Popular posts from this blog

python - Writing Greek in matplotlib labels, titles -

c# - LINQ to Entities does not recognize the method 'Int32 IndexOf(System.String, System.StringComparison)' method -

Pygame memory leak with transform.flip -