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

pdfcpu / pdfcpu / 18679781417 / 1
62%
master: 62%

Build:
DEFAULT BRANCH: master
Ran 21 Oct 2025 09:47AM UTC
Files 198
Run time 9s
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.1

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

44669 of 71609 relevant lines covered (62.38%)

1502734.26 hits per line

Source Files on job Go-1.24.x - 18679781417.1
  • Tree
  • List 198
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 18679781417
  • 2e3ab971 on github
  • Prev Job for on master (#18668391383.2)
  • Next Job for on master (#18697890286.2)
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