Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GH-79 nio object parser #251

Merged
merged 59 commits into from
May 8, 2023
Merged

GH-79 nio object parser #251

merged 59 commits into from
May 8, 2023

Conversation

pcorless
Copy link
Owner

@pcorless pcorless commented Feb 2, 2023

  • refactor of the existing parser and supporting cross reference implementations to leverage nio
  • addition of new DictionaryEntries class
  • new object indexer to load corrupt files.
  • new object parser is more robust then original.

Patrick Corless added 30 commits March 7, 2022 23:38
# Conflicts:
#	examples/capture/portfolio/src/main/java/org/icepdf/examples/capture/PortfolioCapture.java
#	examples/capture/svg/src/main/java/org/icepdf/examples/svg/SvgCapture.java
# Conflicts:
#	core/core-awt/src/main/java/org/icepdf/core/pobjects/Document.java
@pcorless pcorless marked this pull request as draft February 2, 2023 05:34
@@ -21,13 +21,13 @@
* @since 1.0
*/
@SuppressWarnings("serial")
public class PDFSecurityException extends Exception {
public class PdfSecurityException extends Exception {
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this renaming should be reverted.

Patrick Corless added 23 commits February 2, 2023 21:26
# Conflicts:
#	core/core-awt/src/main/java/org/icepdf/core/pobjects/HexStringObject.java
…nt and the page layout is still on catalogue
# Conflicts:
#	viewer/viewer-awt/src/main/java/org/icepdf/ri/common/SwingController.java
@pcorless pcorless marked this pull request as ready for review May 8, 2023 03:45
@pcorless pcorless merged commit ec88862 into master May 8, 2023
@pcorless pcorless deleted the GH-79.nio.object.parser branch May 8, 2023 03:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant