docnet
docnet copied to clipboard
DocNET is as fast PDF editing and reading library for modern .NET applications
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] We usually query a...
**Is your feature request related to a problem? Please describe.** The library should be able to detect blank pages. IPageReader should have a property or a function to return the...
/// public int GetPageWidth() { lock (DocLib.Lock) { return (int)((int)fpdf_view.FPDF_GetPageWidth(_page) * _scaling); } } /// public int GetPageHeight() { lock (DocLib.Lock) { return (int)((int)fpdf_view.FPDF_GetPageHeight(_page) * _scaling); } } It needs...
**Is your feature request related to a problem? Please describe.** Unable to read PDF comments. **Describe the solution you'd like** I want to read comments in a PDF document. Here...
**Is your feature request related to a problem? Please describe.** The bookmarks are not available for reading **Describe the solution you'd like** I want to read bookmarks in a PDF...
I tried to search an example that uses SkiaSharp to manipulate images instead of System.Drawings because i am using linux. ```csharp public static (byte[] content, int width, int height) ToImage(this...
the 1st page of docReader.GetPageReader under windows is page 0 for linux this is page 1. I expect my multi platform code to work the same under windows as linux
Adds libraries for the missing architectures. All the architectures are now supported.