Skip to content

Instantly share code, notes, and snippets.

@jakubnavratil
jakubnavratil / TcpdfFpdiCustom.php
Created September 1, 2020 12:39
Tcpdf Fpdi With Links
<?php
use setasign\Fpdi\Tcpdf\Fpdi;
use setasign\Fpdi\PdfReader\PageBoundaries;
use setasign\Fpdi\PdfParser\Type\PdfType;
use setasign\Fpdi\PdfParser\Type\PdfDictionary;
use setasign\Fpdi\PdfParser\Type\PdfArray;
class TcpdfFpdiCustom extends Fpdi {

Changed files in specific commit

git diff-tree --no-commit-id --name-only -r f237

Tar changes in last 3 commits

tar zcvf changed.tar.gz git diff --name-only HEAD~3