1. 8488083 PDFBOX-5660: update apache parent by Tilman Hausherr · 33 hours ago trunk
  2. b6e9eaf PDFBOX-5660: fix javadoc by Tilman Hausherr · 3 days ago
  3. b3328c9 PDFBOX-5660: Sonar fix by Tilman Hausherr · 3 days ago
  4. ac28a26 PDFBOX-5802: correct comment by Tilman Hausherr · 3 days ago
  5. 4504f8d PDFBOX-5802: remove commented code by Tilman Hausherr · 3 days ago
  6. 3b4b877 PDFBOX-5802: don't use the lookup table for 1x1 image by Tilman Hausherr · 3 days ago
  7. 5c0abf9 PDFBOX-5660: add warning / exception, as suggested by mkl in SO 78307200 by Tilman Hausherr · 4 days ago
  8. 7191c07 PDFBOX-5660: update bc by Tilman Hausherr · 5 days ago
  9. 7e08e7a PDFBOX-5806: try cutting font style and getting the basefont, as suggested by Oliver Schmidtmer by Tilman Hausherr · 5 days ago
  10. b1f18de PDFBOX-5660: update download-maven-plugin, commons-io by Tilman Hausherr · 6 days ago
  11. 01082a7 PDFBOX-5660: bugfix rendering by Andreas Lehmkühler · 9 days ago
  12. 2e94a96 PDFBOX-5660: optimize, as suggested by cinstool; closes #188 by Andreas Lehmkühler · 9 days ago
  13. edd46a5 PDFBOX-5032: sonar fix by Andreas Lehmkühler · 14 days ago
  14. fab2a36 PDFBOX-5799: sonar fix by Andreas Lehmkühler · 14 days ago
  15. 240d3a2 PDFBOX-5032: simplify, PDFXrefStreamParser no longer extends BaseParser by Andreas Lehmkühler · 2 weeks ago
  16. 493671f PDFBOX-5032: fix javadoc by Andreas Lehmkühler · 2 weeks ago
  17. 2c3ea19 PDFBOX-5032: implement a separate parser for the xref information. BruteForceParser no longer extends COSParser by Andreas Lehmkühler · 2 weeks ago
  18. 59e0fee PDFBOX-5660: update bc by Tilman Hausherr · 2 weeks ago
  19. 8663cfd PDFBOX-5660: update jacoco, maven-plugin-annotations by Tilman Hausherr · 2 weeks ago
  20. 9d9379b PDFBOX-5799: search forward/backwards if the new position is after/before the current position to optimize the search for the correct stream by Andreas Lehmkühler · 2 weeks ago
  21. 76644d3 PDFBOX-5784: fix character alignment, draw dviders for comb by Maruan Sahyoun · 3 weeks ago
  22. 2a87ff0 PDFBOX-5798: use MessageDigest.isEqual() to prevent timing attacks by Tilman Hausherr · 3 weeks ago
  23. 0b1e6ec PDFBOX-5660: improve javadoc, as suggested by Michael Klink by Tilman Hausherr · 3 weeks ago
  24. 9d6d0b5 PDFBOX-5794: detect empty font; remove super by Tilman Hausherr · 3 weeks ago
  25. 728b8a5 PDFBOX-5795: avoid ArrayIndexOutOfBoundsException by Tilman Hausherr · 3 weeks ago
  26. 388bf7f PDFBOX-5660: update owasp plugin by Tilman Hausherr · 3 weeks ago
  27. 37bd6b5 PDFBOX-5660: optimize, as suggested by cinstool by Tilman Hausherr · 3 weeks ago
  28. 3593f3d PDFBOX-5660: optimize, as suggested by cinstool by Tilman Hausherr · 3 weeks ago
  29. 6740368 PDFBOX-5660: simplify by Andreas Lehmkühler · 3 weeks ago
  30. d85afbe PDFBOX-5793: remove redundant values for an object key by Andreas Lehmkühler · 3 weeks ago
  31. 7c62df4 PDFBOX-5792: add tests for structural data of the results by Tilman Hausherr · 3 weeks ago
  32. 992f3d2 PDFBOX-5792: add test by Tilman Hausherr · 3 weeks ago
  33. 66ca8fd PDFBOX-5792: use a map instead of a set to make sure that the source page (that contains the link to a destination page) is in the current split target document by Tilman Hausherr · 3 weeks ago
  34. dae7d91 PDFBOX-5792: avoid NPE until proper solution by Tilman Hausherr · 3 weeks ago
  35. 8dfc592 PDFBOX-5786: transfer xref-table from a brute force search to the COSDocument to avoid double usage of COSObjectkeys by Andreas Lehmkühler · 4 weeks ago
  36. edc7ca2 PDFBOX-5786: avoid NPE when a referenced object can't be dereferenced due to a malformed pdf as proposed by Tilman Hausherr by Andreas Lehmkühler · 4 weeks ago
  37. 4083594 PDFBOX-5660: update commons-io by Tilman Hausherr · 4 weeks ago
  38. 4345f7c PDFBOX-5790: don't use a predefined CMap if a ToUnicode CMap is present by Andreas Lehmkühler · 4 weeks ago
  39. 39d40a5 PDFBOX-5789: remove release subproject, merge profile into main pom by Andreas Lehmkühler · 4 weeks ago
  40. a14c3f3 PDFBOX-5789: remove release subproject, merge profile into main pom by Andreas Lehmkühler · 4 weeks ago
  41. 47867f7 PDFBOX-5787: add test to catch jdk21 mac homebrew bug during build by Tilman Hausherr · 5 weeks ago
  42. 9319004 PDFBOX-5660: update owasp plugin by Tilman Hausherr · 6 weeks ago
  43. 553815b PDFBOX-2941: allow reloading of file URLs by Tilman Hausherr · 6 weeks ago
  44. 00afecf PDFBOX-5660: reorder strings for optimization, as suggested by Guillaume Maillrd by Tilman Hausherr · 6 weeks ago
  45. 7403a7d PDFBOX-5785: remove restriction by Andreas Lehmkühler · 6 weeks ago
  46. 13a919a PDFBOX-5785: omit in range check for OTF fonts when using identity as CIDToGIDMap by Andreas Lehmkühler · 6 weeks ago
  47. 0b18b1c PDFBOX-5660: update log4j by Tilman Hausherr · 6 weeks ago
  48. 1ba27cf PDFBOX-5725: simply the implementation of CharStringCommand as proposed by Axel Howind by Andreas Lehmkühler · 6 weeks ago
  49. acf794d PDFBOX-5783: remove duplicate filter list entries instead of throwing an exception by Andreas Lehmkühler · 6 weeks ago
  50. df6771f PDFBOX-5782: avoid NPE by Tilman Hausherr · 7 weeks ago
  51. 6664298 PDFBOX-5704: catch exception by Tilman Hausherr · 7 weeks ago
  52. 0df28ff PDFBOX-5781: avoid OOM that can happen with huge fonts, by Kim Hage by Tilman Hausherr · 7 weeks ago
  53. 41fd04f PDFBOX-5778: use toRGBImage2() workaround if ICC colorspace is Lab-based by Tilman Hausherr · 7 weeks ago
  54. d333d1a by Andreas Lehmkühler · 7 weeks ago
  55. 9e50cd2 PDFBOX-5752: eliminate overlapping object keys after importing some external content by Andreas Lehmkühler · 7 weeks ago
  56. 4237682 PDFBOX-5660: update mockito by Tilman Hausherr · 8 weeks ago
  57. 8599ef0 PDFBOX-5660: avoid "Project requires an incorrect minimum version of Maven" warning by Tilman Hausherr · 8 weeks ago
  58. f0b1a6b PDFBOX-5776: catch DataFormatException, as suggested by Liu by Tilman Hausherr · 8 weeks ago
  59. c5822bb PDFBOX-5660: update commons-io by Tilman Hausherr · 8 weeks ago
  60. 655f3a8 PDFBOX-5769: remove unused import by Tilman Hausherr · 9 weeks ago
  61. a3fe8bb PDFBOX-5769: refactor duplicated code in interactive.annotation.layout and interactive.form, by Axel Howind; closes #185 by Tilman Hausherr · 9 weeks ago
  62. 46a17a2 PDFBOX-5769: refactor duplicated code in interactive.annotation.layout and interactive.form, by Axel Howind by Tilman Hausherr · 9 weeks ago
  63. 00bb2b3 PDFBOX-5660: update log4j by Tilman Hausherr · 9 weeks ago
  64. f8cc16e PDFBOX-5660: simplify as proposed by DvonHolten by Andreas Lehmkühler · 9 weeks ago
  65. f8d02d8 PDFBOX-5773: add missing leading "0" of octal values as pointed out by DvonHolten by Andreas Lehmkühler · 9 weeks ago
  66. b9c1942 PDFBOX-5772, DSS-3269: ignore page option when signature field already exists, as suggested by Michael Klink by Tilman Hausherr · 9 weeks ago
  67. 143fcb8 PDFBOX-5768: fix escapes, by Saurav Rawat by Tilman Hausherr · 9 weeks ago
  68. fbdeabb PDFBOX-5660: update shade plugin by Tilman Hausherr · 9 weeks ago
  69. 1907e18 PDFBOX-5660: use COSFloat constants by Tilman Hausherr · 10 weeks ago
  70. f5cef7a PDFBOX-5660: Update string handling and regex in several classes, by Axel Howind by Tilman Hausherr · 10 weeks ago
  71. 3709f3f PDFBOX-5768: Enable Native Markdown Extraction, by Saurav Rawat; closes #180 by Tilman Hausherr · 10 weeks ago
  72. 73a98db PDFBOX-5660: introduce COSArray.of(float...) to make the code more concise and avoid creating and copying temporary objects, by Axel Howind by Tilman Hausherr · 2 months ago
  73. ff86b7a PDFBOX-5660: introduce constants COSFLOAT.ZERO and COSFloat.ONE to avoid creating unnecessary instances, by Axel Howind by Tilman Hausherr · 2 months ago
  74. c6ff45c PDFBOX-5660: remove unused by Tilman Hausherr · 2 months ago
  75. d5e6b27 PDFBOX-5660: introduce StringUtil class for reusable functionality, by Axel Howind by Tilman Hausherr · 2 months ago
  76. ffe91b0 PDFBOX-5660: close input stream by Andreas Lehmkühler · 2 months ago
  77. 0174047 PDFBOX-5714: remove System.out by Andreas Lehmkühler · 2 months ago
  78. 2e3ab05 PDFBOX-5714: fix key replacement, avoid NPE by Andreas Lehmkühler · 2 months ago
  79. bb09397 PDFBOX-5660: improve javadoc, as suggested by Dieter von Holten by Tilman Hausherr · 2 months ago
  80. 554bab6 PDFBOX-5660: Use compiled regular expression and improve javadoc, as suggested by Dieter von Holten and Axel Howind by Tilman Hausherr · 2 months ago
  81. a3d4a8a PDFBOX-5764: use limit instead of capacity to initialize the chunksize as proposed by David Klika by Andreas Lehmkühler · 2 months ago
  82. d2e4455 PDFBOX-2725: add another author by Tilman Hausherr · 3 months ago
  83. a84674b PDFBOX-5660: fix javadoc, as suggested by Dieter von Holten; closes #182 by Tilman Hausherr · 3 months ago
  84. 73d8c85 PDFBOX-5660: fix javadoc, as suggested by Dieter von Holten by Tilman Hausherr · 3 months ago
  85. e24ff36 PDFBOX-5763: add test by Tilman Hausherr · 3 months ago
  86. e39fedb PDFBOX-5763: revert accidental commit by Tilman Hausherr · 3 months ago
  87. c192317 PDFBOX-5763: avoid Infinity, as suggested by GooDer; closes #183 by Tilman Hausherr · 3 months ago
  88. 02633f3 PDFBOX-5762: add test by Tilman Hausherr · 3 months ago
  89. b76459f PDFBOX-5762: keep valid page destinations when splitting by Tilman Hausherr · 3 months ago
  90. 4669234 PDFBOX-5660: update junit by Tilman Hausherr · 3 months ago
  91. 6f7ceae PDFBOX-5758: make sure LOG is intialized first in case unmapper logs something, as suggested by Axel Howind by Tilman Hausherr · 3 months ago
  92. 14b9a26 PDFBOX-5760: avoid NPE, as suggested by Heewon Lee; closes #178 by Tilman Hausherr · 3 months ago
  93. 961fac4 PDFBOX-5660: add and use some COSNames by Tilman Hausherr · 3 months ago
  94. 47556e7 PDFBOX-2725: create shallow clone of annotations to avoid changing source document when setting /P while keeping annotations unique by Tilman Hausherr · 3 months ago
  95. 96912c9 PDFBOX-2725: add OBJR name by Tilman Hausherr · 3 months ago
  96. 38ec333 PDFBOX-2725: add test for /ClassMap by Tilman Hausherr · 3 months ago
  97. 75a0e1b PDFBOX-2725: add ClassMap setter and getter, improve StructureElement test by Tilman Hausherr · 3 months ago
  98. cd9bb21 PDFBOX-2725: add ClassMap name by Tilman Hausherr · 3 months ago
  99. af146ff PDFBOX-2725: improve StructureElement test by Tilman Hausherr · 3 months ago
  100. a3e0aa7 PDFBOX-2725: add ClassMap setter and getter by Tilman Hausherr · 3 months ago