Manuals

 

SetaPDF_LinkReplacer::replaceLinks()

Description

class SetaPDF_LinkReplacer extends SetaPDF {
mixed replaceLinks ( string $target ) }

This method replace all modified links and send the resulting PDF file to the client or saves it to the local filesystem.

Parameters

$target

The resulting filename or path to the local filesystem where the resulting document will be saved.

Return value

True - if everything works as expected - an SetaPDF_Error object if an error occurs.