Kishan

Results 15 comments of Kishan

@guiguan can you explain the step by step how to implement the plugin ?

Still i am looking for further support. has Anyone here have found any solution regarding that ? @DavBfr need help regarding this issue. same happening with direct print or indirect...

![image](https://github.com/DavBfr/dart_pdf/assets/11617013/cfbbd30d-fb6a-40dd-9b80-2575126eceee) Here in image 1 you can see pdf preview where i set my custom page format while in second the output which save pdf output both page size getting...

Does any one find out solution over this (Multiple Keyset press together)?

Both is in php : The true output I want is : ![image](https://user-images.githubusercontent.com/11617013/220894987-bb28dab9-c378-4e7d-a6fc-0515fd10222c.png) But The Output I'm getting is here : ![image](https://user-images.githubusercontent.com/11617013/220894698-4f60f086-7ced-4433-ba3e-92a0fe325222.png) Basically its grammatical mistake I'm getting here.

> Maybe Windows can't detect the paper size from the width and length with dmPaperSize = 0. This value needs to be computed: https://github.com/DavBfr/dart_pdf/blob/master/printing/windows/print_job.cpp#L102C9-L102C20 from the PDF Width and Height...

> I guess write a list of if statements to check the width and height to define the paper size. like: if ((int) width == 419 && (int)height == 595)...

> In the cpp code for Windows. okay will checkout. thanks for your time. if you have time then you can please checkout too.

Hey below code works well if you can put in next update it will big help to those who facing that problem :) ``` void setPaperSize(DEVMODE *dm, double width, double...

One More Problem i found is margin is getting overwrite by default margin in cpp ``` auto marginLeft = static_cast(GetDeviceCaps(hDC, PHYSICALOFFSETX)) / dpiX; auto marginTop = static_cast(GetDeviceCaps(hDC, PHYSICALOFFSETY)) / dpiY;...