Claudio C.
Claudio C.
There is a need to move the classes of OpenPDF (and sibling projects) from the com.lowagie-namespace to a OpenPDF/LibrePDF-namespace. Also I wanted to checkout how these "projects" in GitHub work...
## Describe the bug Given I have a table, where radio buttons of the same radio-group are put in different rows. When this table is split, because of a page...
OpenPDF had till 2019-10-12 no Coding Convention or Style guide. And the formatting of the code is really a mess. So from now on, please use our Style Guide for...
I setup this file in GitHub to report the coverage to codacy: https://github.com/LibrePDF/OpenPDF/blob/master/.github/workflows/maven.yml the relevant part is this: ``` codacy-coverage-reporter: runs-on: ubuntu-latest name: Java 17 and codacy-coverage-reporter steps: - uses:...
**Is your feature request related to a problem? Please describe.** We used to use `RadioCheckField` in 1.3.30 to create Radiogroups and Checkboxes. For that we used: `getRadioField()` and `getCheckField()`. These...