Skip to content

Commit

Permalink
Merge pull request #176 from Setasign/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
JanSlabon authored Jul 26, 2023
2 parents 984c0a6 + d252118 commit c9cadc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/FpdiTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ public function setSourceFileWithParserParams($file, array $parserParams = [])
* @param int $pageNumber The page number.
* @param string $box The page boundary to import. Default set to PageBoundaries::CROP_BOX.
* @param bool $groupXObject Define the form XObject as a group XObject to support transparency (if used).
* @param bool $importExternalLinks Define whether external links are imported or not.
* @return string A unique string identifying the imported page.
* @throws CrossReferenceException
* @throws FilterException
Expand Down
2 changes: 1 addition & 1 deletion src/Tcpdf/Fpdi.php
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ protected function writePdfType(PdfType $value)
* @param float|int $yPt
* @param float|int $newHeightPt
* @param float|int $scaleY
* @param $importedPage
* @param array $importedPage
* @return void
*/
protected function adjustLastLink($externalLink, $xPt, $scaleX, $yPt, $newHeightPt, $scaleY, $importedPage)
Expand Down

0 comments on commit c9cadc8

Please sign in to comment.