I using BI publisher desktop API to create doc from RTF templates. I want to use templates so that any slight modifications in presentation can be made directly in templates. Currently I am able to create only doc file because creating docx is not supported in BIP. Is there any way in which i can create docx using rtf templates or maybe convert doc to docx (a workaround I am ready for)
Asked
Active
Viewed 1,199 times
1 Answers
0
I am not quite sure what "I using BI publisher desktop API to create doc from RTF templates." means. Assuming that you're invoking BI Publisher Java API to generate reports. Currently .docx format is not supported by BI Publisher, but Word can help you convert .doc to .docx. You can check this answer for detail. So basically you need to create a command string and call it with Runtime.exec method.