• Resolved podhikaru

    (@podhikaru)


    This plugin work as my expectation.
    but I has one problem. my post url are in “Thai” when I downloaded my post to pdf files.

    The files name are like “%e0%b8%9f%e0%b8%b5%e0%b9%80%e0%b8%88%e0.pdf” can this plugin support, must be setting or something ?

    Thanks.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Pdfcrowd Dev Team

    (@pdfcrowd)

    Hi,

    Thank you for reporting the issue. We will try to fix this, for the meantime a quick workaround is to pass a hard-coded output_name option to shortcode or to create_save_as_pdf_pdfcrowd_button() PHP function:

    Shortcode:
    [save_as_pdf_pdfcrowd output_name="document.pdf"]

    PHP function:
    echo create_save_as_pdf_pdfcrowd_button(array('output_name' => 'document.pdf'));

    Plugin Author Pdfcrowd Dev Team

    (@pdfcrowd)

    Hi,

    The new version 2.1.0 contains fix for non-english file names.
    Also you can specify the output filename in the plugin settings “Behavior” tab.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Non-English file name support ?’ is closed to new replies.