I'm developing a new android application (using java) for remote printing.
The communication with the printer is by LPR standard (RFC 1179).
I wrote the LPR client in Java, and used it to print a PDF document.
It printed very well in the first time.
Then i tried to print again the same document and i received a strange error:
"PDF status page
PDF file not printed. 128 MB of memory is required to enable direct PDF printing."
I searched about this problem, and didn't found very much.
When i'm using the original driver this problem doesn't show up.
Does anyone have any idea how to get over this?