PDF File Download not possible because of Filename problem Home › Forums › Bugs and Troubleshooting › PDF File Download not possible because of Filename problemThis topic has 3 replies, 1 voice, and was last updated 9 years, 1 month ago by Phil. Viewing 4 posts - 1 through 4 (of 4 total) AuthorPosts October 16, 2015 at 12:24 am #2763 Reply DanielGuest Some of the users get a PDF File with a very small size and with a name with ‘ in the begin and the end of the filename like this: ‘MappingWGB (1).pdf’ I can´t open this with Adobe PDF and get an error. What could be the problem? October 29, 2015 at 8:36 am #3127 Reply DanielGuest No solution or idea for that problem? November 11, 2015 at 1:00 am #3588 Reply MarvGuest I have the same problem. Is there a solution now? November 22, 2015 at 11:42 am #3832 Reply PhilGuest I solved this problem by modifying the plugin file “generate-pdf.php”: Replace lines 128 and 131 by the following: 128 fpropdf_header(“Content-Disposition: attachment; filename=”.$generated_filename.””); 131 fpropdf_header(“Content-Disposition: inline; filename=”.$generated_filename.””); Works for me 🙂 AuthorPosts Viewing 4 posts - 1 through 4 (of 4 total) Reply To: PDF File Download not possible because of Filename problem Your information: Name (required): Mail (will not be published) (required): Website: Submit