iTextSharp.LGPLv2.Core icon indicating copy to clipboard operation
iTextSharp.LGPLv2.Core copied to clipboard

iTextSharp.LGPLv2.Core is an unofficial port of the last LGPL version of the iTextSharp (V4.1.6) to .NET Core

Results 19 iTextSharp.LGPLv2.Core issues
Sort by recently updated
recently updated
newest added

# Summary Microsoft is withdrawing support for using `System.Drawing.Common` on non-Windows systems: https://docs.microsoft.com/en-gb/dotnet/core/compatibility/core-libraries/6.0/system-drawing-common-windows-only There is a workaround for now but we can expect this to stop working completely at some...

# Summary of the issue I was using old version of itext and after updating, I need to change code. I have clone this repo and trying to run test...

# Summary of the issue There is an error when try to fill the Acrobat Form. Attached the templates and the results after filled. ## Environment ``` iTextSharp.LGPLv2.Core version: 1.7.5...

# Summary of the issue With UWP project exception occurs when running `BaseFont.CreateFont(BaseFont.HELVETICA, BaseFont.CP1252, BaseFont.EMBEDDED)` in very simple test project: ``` System.TypeLoadException: Could not load type 'System.Runtime.Loader.AssemblyLoadContext' from assembly 'System.Runtime.Loader,...

# Summary of the issue While reading the PDF2.0 version of pdf document using the PdfReader throws an error like **Unknown encryption type R = 6** ## Environment ``` iTextSharp.LGPLv2.Core...

# Summary of the issue PdfSignatureAppearance.SetCrypto haven't TsaClient param How to add signature With Time Stamp Authority? ## Environment ``` iTextSharp.LGPLv2.Core version: 1.7.3 .NET Core SDK version: .NET5 IDE: Visual...

# Summary of the issue With the official iTextSharp library (v5.5.13.2) I was using `pdfWriter.AddPageDictEntry(PdfName.ROTATE, new PdfNumber(0));` to rotate a page and it's contents. This method is not available in...

# Summary of the issue Main problem of current solution is using ArrayList, Stack, Hashtable, IntHashtable, Stackr and etc. I think we should remove using all of that classes and...

# Summary of the issue [qrcode.pdf](https://github.com/VahidN/iTextSharp.LGPLv2.Core/files/6146909/tmp.pdf) this is QRCode file with zero count page. it open proper in acrobat reader and any browser. ## Environment ``` iTextSharp.LGPLv2.Core version: 1.7.1 .NET...

# Summary of the issue Open encrypted pdf issue ## Environment windows 11 ``` iTextSharp.LGPLv2.Core version: 3.4.17 .NET Core SDK version: .net 6 IDE: vs 2022 ``` ## Example code/Steps...