Re: Second page missing printing a PDF

2023-05-18 Thread Tilman Hausherr
Hi, What you did isn't what I wrote, and your code applies to drawing an object, but the thing that makes trouble happens when drawing a line (or rather, a small rectangle):   0 0 0 rg *  /GS0 gs*   q     1 0 0 1 0 252.8705 cm     0 0 m     710.598 0 l     710.598 0.8 l     0 0.8 l     0 0 l

Re: Second page missing printing a PDF

2023-05-18 Thread Tres Finocchiaro
Thanks. I've added the code to our existing custom "process()" function it looks like this: public void process(Operator operator, List operands) throws > IOException { > if (operands.isEmpty()) { > throw new MissingOperandException(operator, operands); > } else {