• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

pdfcpu / pdfcpu / 18679781417
62%

Build:
DEFAULT BRANCH: master
Ran 21 Oct 2025 09:46AM UTC
Jobs 2
Files 198
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

21 Oct 2025 09:44AM UTC coverage: 62.379%. Remained the same
18679781417

push

github

hhrutter
Fix PDF version check in parseTrailerDict

The version check was incorrectly rejecting PDF 1.4 files when Reader15=false.

When Reader15 is disabled (PDF 1.4 conformant mode), the reader should:
- Accept PDF 1.0-1.4 files (which use cross-reference tables)
- Reject PDF 1.5+ files (which may require cross-reference stream support)

The bug was checking version >= V14 instead of >= V15, causing PDF 1.4
files to be incorrectly rejected with "PDF1.4 conformant reader: found
incompatible version: 1.4".

This commonly occurred when users created custom Configuration objects
without explicitly setting Reader15=true, as the bool defaults to false.

Fixes #846

1 of 1 new or added line in 1 file covered. (100.0%)

44669 of 71609 relevant lines covered (62.38%)

3005492.02 hits per line

Jobs
ID Job ID Ran Files Coverage
1 Go-1.24.x - 18679781417.1 21 Oct 2025 09:46AM UTC 198
62.38
GitHub Action Run
2 Go-1.25.x - 18679781417.2 21 Oct 2025 09:46AM UTC 198
62.38
GitHub Action Run
Source Files on build 18679781417
  • Tree
  • List 198
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 2e3ab971 on github
  • Prev Build on master (#18668391383)
  • Next Build on master (#18697890286)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc