Hi,
Here is what I have managed untill now:
1. There are some functions/parameters used by FPDI and not included in
3.0.003 version of TCPDF - footerlen parameter and pushaders function. For
now I have just commented them out (don't know what it means for footer
:-)
2. I have set class PDF to
Those are bad news unfortunatelly. But I suppose the newest FPDI version
can work with TCPDF 3.x, they didn't say it doesn't. So maybe I could try.
But since my object programming knowledge is not so good, I have been
struggling with this for hours.
Here is what I have found untill now:
FPDI
I tried to use TCPDF 4 instead of the 3.x I placed under p.mapper dev.
It worked in most cases but for a layer with lots of classes the PDF
print created an unvalid PDF, without any chance to know where it
failed. With TCPDF 3 it worked fine however.
armin
On Fri, Nov 14, 2008 at 9:58 AM, <[EMA
Thanks Armin, you made me happy for the end of the week :-)
I have successfully used your newest printpdf.php with the newest TCPDF
version 4.2.009. Now I have to try using FPDI with all this ... I hope
I'll be able to do it alone
regards, dejan
Armin Burger <[EMAIL PROTECTED]> wrote on 13.11
As a quick patch, I put a modified pdfprint.php on the SVN, so it should
work better now with newer TCPDF
http://svn.pmapper.net/trac/browser/pmapper/trunk/incphp/print/pdfprint.php?format=txt
armin
On 13/11/2008 21:58, Armin Burger wrote:
> For the actual dev version I replaced the odler TCP
For the actual dev version I replaced the odler TCPDF with a newer
version (something 3.x). It worked, I just noticed some offset of the
text towards the legend icons in the printed legend. I haven't tried to
identify why. Maybe it's just a small adjustment necessary. So you could
use a newer v
I have tried using the newest TCPDF version instead of p.mapper one and it
works!
Now, do I have to include this new TCPDF version in p.mapper? Can I do it
at all? Will p.mapper support this and which changes have to be done?
regards, dejan
[EMAIL PROTECTED] wrote on 13.11.2008 11:02:14:
> Hi
Hi,
The recent version of FPDI supports TCPDF. So I have tried the following,
just for the test:
- downloaded FPDI-1.2.1 and FPDF TPL-1.1.2
- put everything to an example web accessible folder, together with all
the content from pmapper/incphp/print folder
- made a test php file like this:
Add