Pieter van Ginkel
Pieter van Ginkel
Thank you for your pull request. Before I review this in detail, could you please remove the checked in packages directory? This should not be checked in and rather should...
Could you please also update the /.gitignore to ensure they aren't checked in be accident in the future?
Can you please provide a sample PDF. This should actually be working and e.g. the PDF file at http://www.pdf995.com/samples/pdf.pdf contains a URL and if you open this PDF in PdfiumViewer,...
I'm not sure what you mean. `FormFill`, `InterForm` and `Fields` are not in this project. Would you be able to give me a little bit of context?
I've had a look at this and I'm not sure what's wrong. To be honest, I'm not very string at VB.NET, but I got the following working: ``` vb Public...
That's correct. The DPI by itself doesn't do anything and the flag is needed to actually increase the resolution of the resulting image. The height and width are then modified...
I'm not sure how this could be caused by the PdfiumViewer project. Would you be able to create a (small) project that reproduces this issue? The easiest would be to...
I prefer not to maintain these methods. Pdfium actually provides a lot of methods to modify PDF documents, but the PdfiumViewer project doesn't really work well with those. It assumes...
I've pushed a branch with a prototype implementation, attached to this ticket. I've tried to implement smooth scrolling manually since .NET doesn't have native support for this. Could you have...
No problem. This was a lot of fiddling. I think I got it kind of right, but the parameters may need some continuing, especially `AnimationDuration`. I'd welcome feedback on this.