Alberto Fernández
Alberto Fernández
Please add support to read metadata from JPEG2000 files. Sample image relax.jp2 [relax.zip attached](https://github.com/drewnoakes/metadata-extractor/files/7717579/relax.zip) (downloaded from https://www.fnordware.com/j2k/jp2samples.html) Sample code: ```java File file = new File("relax.jp2"); try (InputStream is = new...
This testcase reproduces Payara bug https://github.com/payara/Payara/issues/2318
Create a tool or example. a) Vertically CUT each page into 2 pieces and re-arrange the pages correctly b) Combine them again as PDF file Examples (pdfbox) https://github.com/Raudius/PrintDF https://github.com/apache/pdfbox/blob/trunk/examples/src/main/java/org/apache/pdfbox/examples/util/SplitBooklet.java https://github.com/apache/pdfbox/blob/trunk/examples/src/main/java/org/apache/pdfbox/examples/util/PDFMergerExample.java...
[Documentation] Javadoc for the main classes
Corregimos la ordenacion en el ranking y posiblemente otros errores que ocurran al comparar como cadenas pensando que son numeros Fix #189
Split package to isolate api from implementation. Use module-info.java to restrict access to implementation specific packages