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!
I'm using ghostscript to merge 1 or more pdf files into a big one but when i'm trying to display the output i'm getting only
strange characters. I mention that the file is created and looks ok on server, but in browser is dust.
The correct file is created yes? But when it's downloaded like that in the browser it's failing? Unless the created file isn't PDF that looks right to me.
You haven't got some whitespace above that code have you? That could mess things up with your headers.
In an included file (create by my team) someone inserted a space before php tag, and because of that
the header was changed to html. Since all my errors where disabled i had to make a research first .