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

asp.net - Procedure or function "Procedure name" expects a parameter "Param name" which was not supplied occurs rarely -

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

sql server ce - Is there some way to make sqlce3.5 and 4.0 co-exist in the C# project -