PDF not showing all news posts

Asked by ILT

I've run into another issue. My rss feed has 20 posts all published on the same day. However, when I generate the pdf only 8 posts are shown, 4 pages in total with the last post (8 out of 20) taking up a third of one column.

I have another rss feed with 11 posts. All 11 posts are shown across 4 pages. I dont know if the 4 pages thing is a coincidence or unrelated to the problem?

I have the latest version of tcpdf.

Question information

Language:
English Edit question
Status:
Solved
For:
Five Filters Edit question
Assignee:
No assignee Edit question
Solved by:
ILT
Solved:
Last query:
Last reply:
Revision history for this message
ILT (iltdevunit) said :
#1

On that feed that contained 8 posts, I added lots of extra text to make the article span over onto a 5th page.
The pdf generated remained at 4 pages but without the post with extra text. So it seems there is a problem going beyond 4 pages.

Revision history for this message
Keyvan (keyvan) said :
#2

ILT: There is a part of the code which stops adding stories to the PDF when the total character count exceeds a certain number. If you don't find it I'll try to give you the line number later tonight.

Revision history for this message
Keyvan (keyvan) said :
#3

Doesn't need more information... :)

Revision history for this message
ILT (iltdevunit) said :
#4

Thanks k1m.
The last post to be displayed is quite a long one so perhaps it is stopping on that one.

Revision history for this message
ILT (iltdevunit) said :
#5

Hi k1m,

I've managed to sort it, following your suggestion - thank you! :)

For others, open makepdf.php and increase the character limit on line 99 and 101.