Philip Niedertscheider
Philip Niedertscheider
Looking forward to a PR, I'll give feedback during review.
Thanks a lot for your contribution, I am always glad when others help to evolve the framework. I will give you some code feedback directly in the PR #241 About...
To quote your previous request: > [...] edge case where we are adding a PDFImage with the *same values* in *different places* of the document and we may want to...
I just created a hashing example and it confirms your assumption: saving additional data in a dictionary using the `PDFImage` as the key won't work (unfortunately) as the hash returns...
I found some issues with `231-generator-delegate` I will have to fix first, will let you know soon
Alright fixed the branch, either base the changes on that one or on `develop`
Hi @chrisgonzgonz time flies and it's already been a year 😄 Are you still working on this issue and the PR you opened up?
Hi there! Thanks for opening up this issue. This should definitely be a feature so it is possible to set a paper/background color.
I am thinking about looking further into this and therefore RFC: # API First off I would add a property `background` to the `PDFDocument` class with the following structure: ```swift...
I created a pull request PR #277. Can you please test it?