How can I stream a RTF document stored in an Oracle database in its native format using VView?
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”.