Yes, please look at the example examples\src\main\java\org\apache\pdfbox\examples\pdmodel\EmbeddedFiles.java or https://svn.apache.org/repos/asf/pdfbox/branches/1.8/examples/src/main/java/org/apache/pdfbox/examples/pdmodel/EmbeddedFiles.java to see how to embed a file. There is no restriction on the type AFAIK.
Tilman Am 16.11.2014 um 19:46 schrieb [email protected]:
I am working on an application that will be using PDFBox, I was wondering if it is possible to embed a pdf within a pdf?

