PDF::API2::Page - Methods to interact with individual pages |
PDF::API2::Page - Methods to interact with individual pages
(This allows you to auto-rotate to landscape without changing the mediabox!)
Example:
$co->resource('Font',$fontkey,$fontobj); $co->resource('XObject',$imagekey,$imageobj); $co->resource('Shading',$shadekey,$shadeobj); $co->resource('ColorSpace',$spacekey,$speceobj);
Note: You only have to add the required resources, if they are NOT handled by the *font*, *image*, *shade* or *space* methods.
PDF::API2::Page - Methods to interact with individual pages |