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

c# - The item with identity 'Id' already exists in the metadata collection. Parameter name: item -

sql - PostgreSQL automatically update row at specific date -

jsp - No mapping found for HTTP request with URI with annotation config Spring MVC and Jetty -