Logo white

OpenSystemsDevelopment / qpdf

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Commits 4,691
  • Compare
  • Branches 1
  • Tags 0
  • qpdf
  • compare-for-test
13 May, 2025
1 commit
  • Replace std::endl with '\n' for consistent line endings. ...
    03ea948c
    This change updates all occurrences of `std::endl` to `\n` across various files for improved efficiency and consistency. It reduces unnecessary flushing of output buffers associated with `std::endl` while maintaining the same output format.
    m-holger authored
    2025-05-13 21:38:23 +0100  
    Browse Dir »

20 Dec, 2023
3 commits
  • Allow comparison of password-protected files
    38042fa2
    Jay Berkenbilt authored
    2023-12-20 15:46:20 -0500  
    Browse Dir »
  • Have qpdf-test-compare handle certain /ID differences ...
    647b9831
    Rationale is in comments in the code. Deterministic ID tests
    explicitly do not use this tool.
    Jay Berkenbilt authored
    2023-12-20 15:21:32 -0500  
    Browse Dir »
  • Add qpdf-test-compare for comparing PDFs with different zlib
    49621ef5
    Jay Berkenbilt authored
    2023-12-20 15:21:27 -0500  
    Browse Dir »