Multiple bug fixes helping to bail out of bad files, and a method to …#109
Merged
VahidN merged 1 commit intoVahidN:masterfrom May 10, 2022
Merged
Multiple bug fixes helping to bail out of bad files, and a method to …#109VahidN merged 1 commit intoVahidN:masterfrom
VahidN merged 1 commit intoVahidN:masterfrom
Conversation
…grab fields along with their positions from a page.
Owner
|
Thanks. |
stesee
pushed a commit
to Codeuctivity/iTextSharp.LGPLv2.Core
that referenced
this pull request
Sep 20, 2022
commit 6dd0096c4ad7fe7c4eb0b91fa4cf0b0f84129385
Author: Stefan Seeland <stefan.seeland@rubicon.eu>
Date: Tue Sep 20 18:30:43 2022 +0200
Fixed messed up merge from upstream
commit 02b1388e8d125570e50dedd5c3a040a2961f7a44
Merge: 676f793 2755287
Author: Stefan Seeland <stefan.seeland@rubicon.eu>
Date: Tue Sep 20 18:10:56 2022 +0200
Merge branch 'master' of https://github.com/VahidN/iTextSharp.LGPLv2.Core
commit 2755287
Author: VahidN <vahid_nasiri@yahoo.com>
Date: Tue Sep 20 10:07:07 2022 +0430
Improve DO_NOT_ENCRYPT_METADATA
commit 9f079d0
Author: VahidN <vahid_nasiri@yahoo.com>
Date: Sat Sep 17 11:11:42 2022 +0430
Improve the encryption sample
commit 9283368
Author: VahidN <vahid_nasiri@yahoo.com>
Date: Fri Sep 16 22:15:36 2022 +0430
Remove an unnecessary PdfEncryption exception
commit 396b3f8
Author: VahidN <vahid_nasiri@yahoo.com>
Date: Fri Sep 16 07:21:50 2022 +0430
Remove obsolete code
commit 4b46c1a
Author: VahidN <vahid_nasiri@yahoo.com>
Date: Thu Sep 15 07:46:34 2022 +0430
Update MD5.cs to support .NET4x
commit 04c2173
Author: VahidN <vahid_nasiri@yahoo.com>
Date: Thu Sep 15 07:41:06 2022 +0430
V 1.9.0
commit 1ea9b97
Merge: c161720 175c86c
Author: Vahid Nasiri <vahid_nasiri@yahoo.com>
Date: Thu Sep 15 07:34:49 2022 +0430
Merge pull request VahidN#112 from michaelcheers/BouncyCastleMD5
Use BouncyCastle to do MD5 digests when running in the browser
commit 175c86c
Author: Michael Cheers <michaelcheers@users.noreply.github.com>
Date: Wed Sep 14 14:59:53 2022 -0700
Made it use BouncyCastle to do MD5 digests when in the browser
commit c161720
Author: Vahid Nasiri <vahid_nasiri@yahoo.com>
Date: Tue May 10 22:45:06 2022 +0430
V 1.8.0
commit d255b6d
Merge: 6ae59e6 53396ad
Author: Vahid Nasiri <vahid_nasiri@yahoo.com>
Date: Tue May 10 22:35:36 2022 +0430
Merge pull request VahidN#109 from RossGeerlings/master
Multiple bug fixes helping to bail out of bad files, and a method to …
commit 53396ad
Author: RossGeerlings <geerlin5@outlook.com>
Date: Tue May 10 13:25:24 2022 -0400
Multiple bug fixes helping to bail out of bad files, and a method to grab fields along with their positions from a page.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…grab fields along with their positions from a page. NOTE: Removed netstandard1.3 support as it does not work with StackTrace or the StackOverflowException as is, and those are used in one of the dozen or so fixes.