0
I have a form that prints query forms, forms created using canvas, and can printed n-fold copies, each with a numbering that increments in the form. It happens that at a certain moment, the form definition becomes extremely degraded, and it is not possible to read the form correctly. How to solve this?
Could put the source code that generates this and maybe an image with the problem/defect.
– rray
Follow the images, the code is in two steps, one with a 'for' control and the other with the canvas file itself (this is quite extensive)
– Luiz Flores
It may be that it is resizing and the content is a non-vector image and therefore this causes loss of quality.
– utluiz
Well, if I was resizing, I think the problem would be on the first sheet (they are several sheets of the same form), but that was not the case. Anyway, the people responsible for creating the file had made a svg version and passed me this version, whose use proved extremely efficient. Thank you for your attention :-)
– Luiz Flores