PDF Forum - doPDF » Troubleshooting

Filename of printed web page defaults to script name

(3 posts)
  1. anon

    senior member
    Joined: Jun '08
    Posts: 52

    I think this is a bug (but it also might be a feature :)

    If you try to print a web page located at

    t

    which generates

    n

    doPDF defaults the name to "pagename.php?var1=value1&var2=value2" instead of "data.pdf"

    Posted 4 months ago #
  2. anon

    senior member
    Joined: Jun '08
    Posts: 52

    t = http://www.example.com/pagename.php?var1=value1&var2=value2
    n = content-type: application/octet-stream; content-disposition: attachment; filename: "data.pdf"

    Posted 4 months ago #
  3. Softland

    senior admin
    Joined: May '08
    Posts: 161

    Hi,
    This is a browser thing, not something we can control via doPDF.

    For example, Internet Explorer will send as filename for doPDF to use the url of the printed page. So in your example the name of the pdf would be something like www_example_com_pagename.php_var1=value1.pdf (it replaces some characters that might not be allowed by Windows when creating the file).

    On the other hand, FireFox sends as filename for doPDF to use the title of the page.
    So there's not much we can do.

    Posted 4 months ago #

RSS feed for this topic

Reply

You must log in to post.