PdfiumViewer icon indicating copy to clipboard operation
PdfiumViewer copied to clipboard

PDF viewer based on Google's PDFium.

Results 70 PdfiumViewer issues
Sort by recently updated
recently updated
newest added

see https://bugs.chromium.org/p/pdfium/issues/detail?id=1041

System.DllNotFoundException: 'Unable to load DLL 'pdfium.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)' I noticed that the x86 and x64 folders didn't exist, so I added...

Hi there, Using Pdfium Viewer 2.13.0 (from Nuget) and PdfiumViewer.Native.x86_64.v7-xfa 2.13.0 (from Nuget) in a Web API project but am getting an issue when re-deploying to IIS Express. The initial...

when I delete current page viewer duplicates the next page and deletes the last page from the viewer.

I have some pdfs i need to print, when i use pdfium to print or even open in pdfiumviewer the text fields come out blank, is there any way to...

Maybe issue#179 If you use the scroll bar to move the long page PDF to the end, a blank will appear at the end. This occurs when PdfDocuments.PageSizes[].Size contains a...

does it use Gpu for rendering ?

I included PdfiumViewer with the x86 pdfium dll with no v8 and when I try to show the viewer control in Windows XP it fails because it cannot find InitOnceExecuteOnce...

I can extract text like this. but I want to get locations of each phrase > public static string get_text(string PDFFilePath) { > string feed = ""; > using(var document...

Are there any events that fire on save completed or on print completed for logging purposes?