this is my composer.json:
{
"require": {
"spipu/html2pdf": "dev-master"
}
}
now, spipu/html2pdf
depends on tecnickcom/TCPDF
, but i would like to use the patch-1
branch of divinity76/TCPDF
as a substitute for tecnickcom/TCPDF
, how can i do that?
(here's the problem: there's a unicode bug? limitation? in tecnickcom/TCPDF , making it impossible to generate PDF files with unicode filenames, like aæøå.pdf
. i have sent a fix pull request , but it's been over 2 months with no response from the upstream maintainer :( i tried emailing tecnickcom too, but no response )