HTML to PDF / DOCX / RTF Java converter library Forums PD4ML v3 Archived Forums (Read Only) Troubleshooting Internet Explorer 6 + Acrobat Reader 6.01 fail to open PDF

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #26172

    First of all it is not a problem of PD4ML software. It seems Adobe Acrobat Reader plug-ins starting from version 6.01 does not process correctly content type supplied with HTTP response header and it rejects all PDF documents if their URL strings end not with .pdf extension.

    The only workaround we know, is to add to your web.xml file the following directives:

    [language=xml:2fdc3vxl]
    converter
    /test.jsp


    converter
    /pd4ml.pdf
    [/language:2fdc3vxl]

    Replace “test.jsp” with the actual name of your JSP. Now you can access the generated page with the url:
    http://yourserver/yourapp/pd4ml.pdf

Viewing 1 post (of 1 total)

The forum ‘Troubleshooting’ is closed to new topics and replies.