Alexander Arin
Alexander Arin
Hi! Have you tried to activate fullPage property on PageItem?
Hi! May I take a look at your label template?
I will try to solve the problem. I have some idea why it happens and i need some time to test it.
Hi! As i can see you use landscape page orientation. If you change it to portrait how the label will be printed?
Hi! I have created a new branch https://github.com/fralx/LimeReport/tree/feature/Custom_size_printing. Could you test if it will change the size of the borders?
Hi! I have added the ability to send page margins to the printer via using printerMargin(Left, Top, Right, Bottom) and changePrinterMargins properties. I think this can be useful for moving...
@yanis60 Have you checked it on the Custom_size_printing branch?
This happens because, in fact, 2 frames are superimposed on each other and the calculation of coordinates when scaling due to rounding does not take place accurately enough. The coordinates...
Look at this pictures, it is a qgraphicscene example from qt. I just scale the picture and you can see the bold border exists on 1 screen and doesn't on...
At the moment i don't see the way how to fix this problem. But it wasn't critical for me and i didn't research deeply how to solve the problem. May...