Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About
Login

Console View

Legend:   Passed Failed Warnings Failed Again Running Exception Offline No data

eb87cf711563...
Albert Astals Cid
Fix integer overflow in JBIG2Stream::readCodeTableSeg
Issue #1760
fba5d4ec3a04...
Albert Astals Cid
Fix integer overflow in PreScanOutputDev::tilingPatternFill
oss-fuzz/542884180
541f0e8aa157...
Albert Astals Cid
Update (C)
4d5114d762da...
Diego Costa R.
pdftotext: Add -urls option to print link URLs next to their text
pdftotext extracts only the text content streams, so URLs stored in link annotations (/Annots -> /A -> /URI) are never part of the output. Since 21.11.0 pdfinfo -url can list them, but text-extraction pipelines then need two binaries and two output formats, losing the association between each URL and the text it annotates.

With -urls, each link's URL is printed next to its link text, enclosed in square brackets at the end of the line (or line fragment) that contains the linked text, e.g. link text [https://...]. Only links that point to a URL are listed; links to another place in the same document are ignored. URL bytes are sanitized the same way pdfinfo does and are written through the output encoding. The flag is rejected in -bbox, -bbox-layout, -tsv and -htmlmeta modes. Default behavior is unchanged.
d1b83b011742...
Eddie Kohler
pdftohtml: Process tiling patterns by ignoring them once
Previously, pdftohtml ran very slowly on tiling patterns: it asked
the underlying library to render every tile's drawing commands once
per tile, all of which were then ignored. This code ignores each
tiling paint request once, which can be thousands of times faster on
PDFs that include tiling patterns.
6867baeb458a...
Albert Astals Cid
pdfimages: Fix typo in manpage
Issue #1769
7ef1185be1e5...
Sune Vuorela
Simplify QSTringToGooString
It already assumes latin1, make it explicit
d50c7b7bf516...
Albert Astals Cid
A bit more of GooString -> std::string
7a45d06ea82d...
Sune Vuorela
Savannah is down; fetch freetype from Debian
It is part of Debian Stable, so it should be there for quite some time.
5d6175cb9877...
Albert Astals Cid
Increase version so people that track master can add ifdefs on version
d663f8fe0237...
Albert Astals Cid
poppler 26.08.0
5368d7e64682...
Ojas Maheshwari
Add two-annots-same-font PDF file for a font subsetting test
ed2a5538cf0a...
Albert Astals Cid
FoFiTrueType::mapCodeToGID: Improve b*12 overflow check
Issue #1761
5e49250f13b0...
Albert Astals Cid
Fix nullptr + number
Issue #1759
90868d184b6f...
Albert Astals Cid
CI: apt update before apt install
34fbdfcf9786...
Albert Astals Cid
Update (C)
fb16ac02e352...
Michael
pdfimages: Add min-height and min-width options
046362e1ff80...
Sune Vuorela
Switch signature reason and location to std::string
cdc11d3ad061...
Sune Vuorela
Simplify a complex get string
574cc06ec14e...
Sune Vuorela
Switch metaData xml to std::string
f7025cb7ec95...
Sune Vuorela
GPGME: export minimal
for s/mime this shouldn't matter.
for gpg it is quite a big deal to not actually export with all of the
signatures on the key. They shouldn't be needed here.
0ee99aa8b5a8...
Albert Astals Cid
pdftohtml: Fix crash when using dataurls
Fixes issue #1751
0a420324edcf...
Albert Astals Cid
CI: workaround debian breakage
a67d5f1572d8...
Maximiliano Sandoval
glib: Stop using G_GNUC_CONST in _get_type funcs
As per g_type_ensure's documentation it is technically incorrect to mark
_get_type functions with G_GNUC_CONST since they have side-effects on
their first run.

See https://gitlab.gnome.org/GNOME/glib/-/merge_requests/5223 for more
details.
9085ccbee224...
Albert Astals Cid
Use cmake modern way to check for linker support
78b765a82aad...
Albert Astals Cid
Fix -Wunused-command-line-argument when using clang
It seems that -fno-check-new is being passed both to the compiler and
the linker and the clang linker complains about it not existing, with
this change it is only passed to the compiler and we're warning free :)
8b5f627c71dd...
Albert Astals Cid
Make a static lib so we do not compile the same two files 13 times
75a7720f7e35...
Sune Vuorela
Less goostring in document info
81e2bd49619b...
Sune Vuorela
Appearstate can just be a std::string
84c4a202917f...
Sune Vuorela
gfxfont: move member to function scope
434dacc917ba...
Albert Astals Cid
Increase version so people that track master can add ifdefs on version
b7989c187dae...
Albert Astals Cid
poppler 26.07.0
0f212b125bdb...
Albert Astals Cid
Update (C)
2db4641725c5...
Nelson Benítez León
Fix adding annots when annotsObj is a Ref to Null
when resolvedObj is Null we still need to set annotsObj
to null to cover the case of being a Ref to Null, this
end up causing the annots not being saved when 'saving as'
the file.

Fixes #1732
92a295fa290b...
Albert Astals Cid
Fix abort on files with AcroFrom with no Fields inside
When signing the file
b23024c43fa0...
evil rabbit
pdfinfo: sanitize output
3573ca7fbcd7...
Albert Astals Cid
Rewrite Parser::getObj
Remove gotos
Remove "shared" obj
8e3072d4cdc2...
Albert Astals Cid
Remove Object::arrayAdd
d9ffc4c29d19...
Albert Astals Cid
Remove Object::arrayGetNF
87edb5a5c40e...
Albert Astals Cid
Remove Object::streamGetDict
And will this all the Object Stream accessors are gone and we don't need
to include Stream.h from Object.h