-
Well i think the question was misunderstood :-)
I have an e107 ecommerce plugin called e107shop.
For the invoice i replaced FPDF with TCPDF.
So i have to include it into my shop plugin.
Btw, there are plans to include in the e107 core if we get it all worked out.
Now the question is, what is the minimal amount of files needed to make it work.
Cause i guess i do not need the doc dir or...
2009-07-27 07:19:07 UTC in TCPDF - PHP class for PDF
-
Hi Guys,
I was wondering what is minimal needed for a merge with a plugin that i have developt ?
i guess i do not have to include the whole project, with all docs and examples and fonts and such ?
Who knows more ?
Best Regards,
Bieleke.
2009-07-23 19:59:14 UTC in TCPDF - PHP class for PDF
-
Not sure, cause i never did that create font thing, i was expecting it would just work :-)
Well i used Helvetica which is delivered with the tcpdf class.
So how does one know if the font includes a greek character set ???
You can't see that on the font-name i suppose ? :-)
But i'm very pleased with your fast reply.
Best Regards,
Patrick.
2009-06-16 12:42:28 UTC in TCPDF - PHP class for PDF
-
Hi Guys,
In meanwhile i'm really getting insane....
$texte = "€àèéìòù" . $num;
outputs just fine in the pdf... but for Greek chars, something like this...
$texte = "Απόδειξη: " . $num;
it spills out ????????:
Can anybody tell me what the heck is going on ?
How can i solve this mess ?
Best Regards,
Patrick.
2009-06-16 12:25:37 UTC in TCPDF - PHP class for PDF