To reproduce 1) Create a simple pdf file, say pdffile.pdf 2) Create a simple text file, say textfile.txt 3) Use pdftk to attach the text file to the pdf file pdftk pdffile.pdf attach_files textfile.txt output pdffilewithattachment.pdf 4) open the resulting file with okular 5) note that okular correctly and with some emphasis warns that the pdf file has an attachment with a banner saying "This document has embedded files, click here to see them" 6) Click the link, a table appears. The name field is a couple of weird characters, rather than textfile.txt With the same test, acrobat reader shows the name of the attachment correctly. Reproducible: Always Steps to Reproduce: See description
Please attach such a file
No answer from the reporter in a long time, closing down the bug. If you can provide what we asked for please reopen it.
Created attachment 79483 [details] Bad embedded file name example I've run into this issue myself. The pdf I'm uploading should have an attachment called foo.txt. File show up with correct name when using Adobe Reader. Is was embedded using pdftk.
Ok, it's a poppler bug, will be fixed in next poppler release. Thanks for attaching the file