Skip to content

Conversation

@MaksymTkachuk
Copy link
Collaborator

There was an issue where the PdfDocument object was not being properly disposed.
The dispose() call has now been added wherever it is required.

Copy link
Contributor

@jamie-lemon jamie-lemon left a comment

Choose a reason for hiding this comment

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

Generally okay but I have one issue.

Thought the entire Page class I see:

PdfDocument pdf = page.doc();
&
PdfDocument pdfDoc = page.doc();
&
PdfDocument pageDoc = page.doc();

It feels a bit confusing. I think we should stick to one convention here. Maybe just always pdfDoc ?

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.

3 participants