Hi, Is there a way to extract text from a PDF that is embedded as a file within another PDF using PDFBox? I see a way to create a PDF with an embedded document using PDFBox (EmbeddedFiles<http://pdfbox.apache.org/apidocs/org/apache/pdfbox/examples/pdmodel/EmbeddedFiles.html>) but don't see a way to extract text from an embedded PDF document.
Thanks, Deepak

