Dear Thorsten,
when i generate the pdf, each page has only one question and answer. How to disable auto page break so that i have in continuous order,
You mentioned it is dependent on table of contents, where do i change this..
please help since i am a newbie
continuous pdf generation
Moderator: Thorsten
Hi,
you have to hack the file admin/export.main.php and look for "$pdf->AliasNbPages();" and remove this line.
bye
Thorsten
you have to hack the file admin/export.main.php and look for "$pdf->AliasNbPages();" and remove this line.
bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
amazon.de Wishlist
-
- Posts: 15
- Joined: Sun Oct 31, 2004 12:04 pm
continuous pdf generation
removed $pdf->AliasNbPages(); from admin/export.main.php
This did not help
This did not help
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
amazon.de Wishlist
-
- Posts: 15
- Joined: Sun Oct 31, 2004 12:04 pm
continuous pdf generation
I removed the two lines, now what i get is
For answers that have taken up almost the complete page only appear in the generaetd pdf...
questions with 4 or 5 lines answes do not appear at all.
thanks
For answers that have taken up almost the complete page only appear in the generaetd pdf...
questions with 4 or 5 lines answes do not appear at all.
thanks
Hi,
I took a look at the code and I think, you should re-add and it should working better.
bye
Thorsten
I took a look at the code and I think, you should re-add
Code: Select all
$pdf->AliasNbPages();
bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
amazon.de Wishlist
-
- Posts: 15
- Joined: Sun Oct 31, 2004 12:04 pm
continuous pdf generation
no it still does not work..
will this not help SetAutoPageBreak(false, 0);
will this not help SetAutoPageBreak(false, 0);
Hi,
hm. I will check this by myself, okay?
bye
Thorsten
hm. I will check this by myself, okay?
bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
amazon.de Wishlist