Fontinfo tool (first steps)

This commit is contained in:
Jakub Melka
2020-10-24 14:39:09 +02:00
parent b6d216aea2
commit 6142b263a0
10 changed files with 406 additions and 9 deletions

View File

@@ -202,7 +202,7 @@ int PDFToolVerifySignaturesApplication::execute(const PDFToolOptions& options)
// Signature range
const pdf::PDFClosedIntervalSet& bytesCoveredBySignature = signature.getBytesCoveredBySignature();
formatter.writeText("byte-range", PDFToolTranslationContext::tr("Byte range covered by signature: %1").arg(bytesCoveredBySignature.toText()));
formatter.writeText("byte-range", PDFToolTranslationContext::tr("Byte range covered by signature: %1").arg(bytesCoveredBySignature.toText(false)));
if (signature.hasError())
{