moonpdf icon indicating copy to clipboard operation
moonpdf copied to clipboard

Contains a WPF control for displaying PDF files and a sample PDF viewer, that uses this control

Results 14 moonpdf issues
Sort by recently updated
recently updated
newest added

元素“MoonPdfLib.Virtualizing.CustomVirtualizingPanel”的布局测量覆盖不应将 PositiveInfinity 作为其 DesiredSize 返回,即使将 Infinity 作为可用大小传入

Hi, a have a couples of issues regarding the OpenFile method calls, i create my component like this: ![image](https://user-images.githubusercontent.com/7727385/39684913-c3c83ef2-5184-11e8-9676-ce3f90d09925.png) After that i call this method: ![image](https://user-images.githubusercontent.com/7727385/39684936-e0fe0182-5184-11e8-9f80-17871357141d.png) When the route of...

Hello how to add license.txt for using this repository: moonpdf The license declaration as following shows: Copyright (C) 2020 zhangdonglin12 This program is free software: you can redistribute it and/or...

Hi I'm trying to build the solution with Visual Studio 2017 and .NET 4.6 At first I got error message regarding the headertemplate.json (Code 9009) and then I just removed...

Single page mode has memory leak. Assignment Assigning a ItemsSource of ItemsControl each time leads to the creation of the default CollectionView, which cannot be deleted in the future. The...

I am requesting if its possible to add pinch zoom for touch screen devices like a in a browser. My testing devices is a tecno winpad running windows 10 x86

Hi, are there any way to load file from MVVM Model ? Thanks, Thomas

which code is used for load pdf file?.. It want for learning purpose..

It happens not often, but sometimes my app crashes on calling fz_run_page with System.AccessViolationException. I cannot re-produce it, it happens occasionally on my client installations. I guess the crashes are...

I have had problems in building a "content viewer" where I load MoonPdfPanel in runtime. [Neither ScrollViewer nor VirtualPanel](https://github.com/reliak/moonpdf/blob/master/src/MoonPdfLib/ContinuousMoonPdfPanel.xaml.cs#L63-L64) would be found during Load() function because the UserControl depends on...