Pieter van Ginkel

Results 39 comments of Pieter van Ginkel

I think the problem is with `pdfDoc.Render(i, width, height, width, height, false);`. The second `width, height` is incorrect, and instead should be the horizontal and vertical DPI. This may be...

The zoom logic has changed in the latest version specifically to make page jumping on zoom less of a problem. Can you please provide a little bit more information: *...

I'm not sure whether this is what you're looking for, but the `PdfRenderer` class has a `Rotation` property that is updated when the `RotateLeft` and `RotateRight` methods are called. You...

Can you try the demo application that's part of the project and see if that's slow too for you? The demo application shows how you should use the PdfiumViewer project,...

Could you please make the PDF available? That'll make it a lot easier to diagnose this issue.

Can you provide a sample PDF so I can get this? I'm not sure whether I have time in soon to fix any issues but maybe I can have a...

I'm not sure what you're looking for. On https://github.com/pvginkel/PdfiumViewer you can find instructions on how to build pdfium. I'm not sure whether it's possible to run from source, but very...

I will have a look how feasible this is and how much effort this will take with Pdfium. On Wed, May 20, 2015, 14:25 Waqas Ahmed [email protected] wrote: > Hi,...

I've had a look at this and it will take a considerable amount of time to implement this feature, especially if something like taking a signature is to be included...