Re: [iText-questions] How to identify an Adobe Package from a PDF with an attachment?

2009-11-23 Thread 1T3XT info
Fake Name wrote: > Well yes I am replying to my own message. This is my first question, I > am wondering if I need more information? Did I miss a page about how to > outline a message? Maybe no one is getting my email? Or maybe this > question doesn't fit into peoples knowledge base? It's a qu

Re: [iText-questions] How to identify an Adobe Package from a PDF with an attachment?

2009-11-23 Thread Fake Name
Well yes I am replying to my own message. This is my first question, I am wondering if I need more information? Did I miss a page about how to outline a message? Maybe no one is getting my email? Or maybe this question doesn't fit into peoples knowledge base? Let me know thanks! On Thu, Nov 19,

[iText-questions] How to identify an Adobe Package from a PDF with an attachment?

2009-11-19 Thread Fake Name
Hi, I currently have code that checks whether a given PDF has embedded files: ... PdfReader reader = new PdfReader(byteOutStream.toByteArray()); PdfDictionary names = (PdfDictionary) PdfReader.getPdfObject(reader.getCatalog().get(PdfName.NAMES)); if (names != null) {