Fix merge issue
This commit is contained in:
parent
834a95c503
commit
cf808cb3fc
|
|
@ -50,20 +50,6 @@ class TCPDF extends AbstractRenderer implements WriterInterface
|
||||||
return new \TCPDF($orientation, $unit, $paperSize);
|
return new \TCPDF($orientation, $unit, $paperSize);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Gets the implementation of external PDF library that should be used.
|
|
||||||
*
|
|
||||||
* @param string $orientation Page orientation
|
|
||||||
* @param string $unit Unit measure
|
|
||||||
* @param string $paperSize Paper size
|
|
||||||
*
|
|
||||||
* @return \TCPDF implementation
|
|
||||||
*/
|
|
||||||
protected function createExternalWriterInstance($orientation, $unit, $paperSize)
|
|
||||||
{
|
|
||||||
return new \TCPDF($orientation, $unit, $paperSize);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Save PhpWord to file.
|
* Save PhpWord to file.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue