Name

import->append -- Add a pre-existing PDF file to the PDF currently under creation.

Synopsis

int import->append ( binary stream PDF )

Description

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.

Examples

See example-import.php in the examples directory.

See Also

History

Added in 2.7

Bugs

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.