Hello Community.
I'm having trouble generating pdfs.
I use BlueStack 5 as emulator on PC Desktop.
When I generate the pdf and import it into the PC via bluestack, I view it correctly with the Microsoft EDGE Browser.
The problem is that when I perform the same procedure on another PC the DrawRects lose their proportions and are misaligned.
I'm having trouble generating pdfs.
I use BlueStack 5 as emulator on PC Desktop.
When I generate the pdf and import it into the PC via bluestack, I view it correctly with the Microsoft EDGE Browser.
The problem is that when I perform the same procedure on another PC the DrawRects lose their proportions and are misaligned.
Code B4a Android:
Dim rect As Rect
Dim top As Int=15%x
rect.Initialize(2%x,top,540,312)
pdf.Canvas.DrawRect(rect, Colors.LightGray,True,1)