Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How can I stream a RTF document stored in an Oracle database in its native format using VView?

0
Posted

How can I stream a RTF document stored in an Oracle database in its native format using VView?

0

To open the RTF document in MS Office Word with no highlights, you will need to create or modify the VView servlet by making some code changes. You will need to pass the mime-type of the document so that the servlet can set the appropriate parameters. Set the VView document type to use “VVDocumentType.K2V_DocNative” instead of “VVDocumentType.K2V_DocHTML” and change the HttpServletResponse.setContentType() to be set to “application/rtf” instead of “text/html”.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123