docnet icon indicating copy to clipboard operation
docnet copied to clipboard

DocNET is as fast PDF editing and reading library for modern .NET applications

Results 19 docnet issues
Sort by recently updated
recently updated
newest added

**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...

enhancement

**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...

enhancement
help wanted

/// 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...

PDF Generation Feature, like: https://www.questpdf.com

enhancement

**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...

enhancement

**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...

enhancement

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...

enhancement

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.