Skip to content
Snippets Groups Projects
  1. Dec 05, 2022
  2. Sep 27, 2022
  3. Aug 02, 2022
  4. Jul 19, 2022
  5. Jun 28, 2022
  6. Jun 27, 2022
  7. Jun 09, 2022
  8. May 17, 2022
  9. Apr 22, 2022
  10. Apr 12, 2022
  11. Apr 11, 2022
  12. Apr 06, 2022
  13. Mar 07, 2022
  14. Feb 16, 2022
  15. Feb 15, 2022
  16. Feb 10, 2022
    • Reiter, Christoph's avatar
      Fix signature detection for QPDF-367-0.pdf · 821ea77a
      Reiter, Christoph authored
      We added QPDF-367-0.pdf as a regression test, but it also contains
      a different type of signature we don't currently support.
      
      Since we already have it in tree extend the regex to also detect it.
      821ea77a
    • Reiter, Christoph's avatar
      getPDFSignatureCount: fix "too much recursion" error with some PDFs · 9b8b6ac6
      Reiter, Christoph authored
      The regex used to detect signatures uses "(.|\\s)" to emulate dotall, since
      old browsers don't support it.
      
      For some reason that leads to internal errors in Firefox with larger files in some cases.
      
      Replacing it with a simpler "[\\s\\S]" class makes things work.
      
      Also adds some tests with real PDF files, "QPDF-367-0.pdf" was triggering this issue.
      
      Fixes #46
      9b8b6ac6
  17. Feb 03, 2022
  18. Dec 07, 2021
  19. Nov 24, 2021
  20. Aug 26, 2021
  21. Aug 24, 2021
  22. Aug 17, 2021
  23. Jul 22, 2021
  24. Jul 21, 2021
  25. Jul 13, 2021
  26. Jul 12, 2021
  27. Jul 06, 2021
Loading