Would it be possible to add functionality that overwrites the line / fill color of a loaded eps or ai file? I'm aware that this would probably apply to all lines and fills inside the loaded eps / ai file and that no discrimination is possible. I experimented with a hack that wrote an extra 'color' line inside the ImageEps function but it doesn't seem to work any more with the new version. I did notice the following lines:
case 'x': {// custom fill color
case 'X': { // custom stroke color
but i don't know how to use these.
I don't think that overriding the EPS files is a good idea.
I suggest to edit the EPS file with InkScape or similar application before importing it to TCPDF.
Please check also the new SVG support for TCPDF that is much powerful than EPS.