import->append -- Add a pre-existing PDF file to the PDF currently under creation.
int import->append ( binary stream PDF )
This function takes the PDF file provided as its only parameter, and adds the pages and other data to the end of the current PDF.
Actually, as of 2.7, all it does is the first stage of dissecting the PDF, and prints out copius debugging information.
See example-import.php
in the examples directory.
Added in 2.7
The import extension does not do anything useful as of 2.7, and is only included for those who may be interested in the code.