docnet
docnet copied to clipboard
DocNET is as fast PDF editing and reading library for modern .NET applications
I have been trying to use the docnet library to print pdf files. To do this, I currently need to get an image of the pdf page as a byte...
I have been starting to look for alternatives to iText7 for text extraction since iText has issues with some pdf documents that I need to handle which seem to have...
Fixes # .
**Describe the bug** Nuget package show support for net45 but when we install package it can't find refrence for net45 and showing error "The type or namespace name 'Docnet' could...
We are using V2.4.0 alpha4 (from Nuget) in a Web Forms project (.net 4.8). The initial run works fine, DLL is copied and loaded fine. Works perfectly The next time...
Fixes #66 Added device context rendering support.
**Is your feature request related to a problem? Please describe.** I wonder if it would be possible to implement a method where we split a PDF file such that each...
**Is your feature request related to a problem? Please describe.** I cannot see a way to rotate pages in a given PDF document. I _believe_ the underlying library supports this....
I'm writing a viewer that converts a server-side PDF to image tiles to send to the client to display. The viewer has zoom functionality, so to avoid pixelation when zoomed...
Currently it appears that this library supports byte[] and filepath inputs. It would be much more flexible if it also allowed for Stream input.