Joris Schellekens

Results 26 comments of Joris Schellekens

Hi there, Sorry for the belated reply. It seems like your suggestion fixes the deepcopy issue. I added your code, and added more tests to check whether a copied object...

Hi, I think your problem is related to a similar issue (recently solved). `borb` performs some optimisations when storing a PDF, it hashes every object, and whenever an object is...

Can you verify whether this PDF displays the expected behaviour? [checkbox_example.pdf](https://github.com/jorisschellekens/borb/files/9162741/checkbox_example.pdf) Kind regards, Joris Schellekens

If you do not enter a name, `borb` will auto-generate one (based on the number of fields on the `Page`). I think the problem is something a bit deeper. You...

I added a test to verify that 2 checkboxes do in fact get unique names. I output a PDF with 2 checkboxes and opened it in Adobe Reader on my...

I'm currently working on supporting encrypted (that is to say password protected) PDF documents. The PDF standard lists various possible algorithms, I will not implement all of them in the...

Hi Julien, Without seeing a stack-trace, or your code it is rather difficult to help. But this is my best guess as to what is happening in your code: -...

Hi, There is already some code that does this. And even a test that checks this behavior. Whenever you add a LayoutElement to the Page that is too wide or...

Ideally, I want elements that can be split to inherit from the same (interface) `SplittableLayoutElement`. As soon as the `PageLayout` receives an invalid `Rectangle` (triggering an assert) it should check...

It's something I'm thinking about. Once I have a great solution in my mind, I'll work it out. That's why this ticket has been waiting around for a while. I...