Hi,

Please make two additions below this code

            fs.setFile(attachment.getTitleWithExtension());
            fs.setEmbeddedFile(ef);

add this:

fs.setFileUnicode(attachment.getTitleWithExtension());
            fs.setEmbeddedFileUnicode(ef);

Please give feedback whether that helped. If it does, I'll update the example. According to the PDF specification the two /UF entries are optional but strongly recommended.

Tilman

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: users-h...@pdfbox.apache.org

Reply via email to