PDF

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
comodo
Forum Newbie
Posts: 3
Joined: Fri Dec 09, 2011 7:43 am

PDF

Post by comodo »

Hi!

I'm changing my system where are the bills. If I open any bill then it opens with PDF.
My problem is that I wrote some new lines into pdf.php and everything was fine but now I can't add any new lines beacause then the system crashes.
PDF shows white paper. I thought that there was some character mistake but no, beacause even if I delete all lines that don't work and replace them with lines what works perfectly couple of rows above, it does not matter. It just don't allow any new lines.
Anybody knows where is the problem? Maybe there is some limit in the script how many lines PDF can show or something?

Thank you!
mikosiko
Forum Regular
Posts: 757
Joined: Wed Jan 13, 2010 7:22 pm

Re: PDF

Post by mikosiko »

show your code
Post Reply