Jiangang Song, Jiangang Song-2 wrote: > I attached a pdf (generated by non-iText software) which was received > through email after SMTP transfer using "quoted-printable".
The PDF you attached is a very rare animal indeed... neither does it compress its streams nor does it contain any other binary contents (like included fonts or images). Therefore, it is one of the rare cases I mentioned in my last mail, a PDF file which essentially can be handled both as a text file and as a binary file. So that document is very bad test data when testing whether some mailing routine properly handles PDF files. Regards, Michael. PS: You might create comparably forgiving documents with iText by switching off any compression and abstaining from including any binary contents. But fixing the mail servlet (or the transfer from the PDF generator to the mail servlet) would be a more reliable way to go, wouldn't it? -- View this message in context: http://itext-general.2136553.n4.nabble.com/Blank-PDF-after-it-is-transfered-through-SMTP-tp2228773p2233149.html Sent from the iText - General mailing list archive at Nabble.com. ------------------------------------------------------------------------------ _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://www.itextpdf.com/book/ Check the site with examples before you ask questions: http://www.1t3xt.info/examples/ You can also search the keywords list: http://1t3xt.info/tutorials/keywords/
