ErrLookup › wmjordan/PDFPatcher
wmjordan/PDFPatcher
PDF补丁丁——PDF工具箱,可以编辑书签、剪裁旋转页面、解除限制、提取或合并文档,探查文档结构,提取图片、转成图片等等 · C# · 386 source files
Analyzed at 4782bbd9ad on 2026-08-13. 24 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| 页面高度不可小于 0。 | validation | error | validation, page-dimensions, argument, paper-size |
| 页面宽度不可小于 0。 | validation | error | validation, page-dimensions, argument, paper-size |
| 转换精度不能小于 0 或大于 6。 | validation | error | validation, unit-conversion, argument, configuration |
| 尺寸单位无效。 | validation | error | validation, unit-conversion, configuration, localization, argument |
| “[]”筛选表达式前缺少节点轴及节点名称标识。 | validation | error | validation, pdfpath, format, parsing |
| “[]”筛选表达式前缺少节点名称。 | validation | error | validation, pdfpath, format, parsing |
| 页面缺少 MediaBox。 | exception | error | pdf, page-dimensions, validation, media-box, corrupt-file |
| 无法匹配与指定尺寸及页码范围相符的页面。 | exception | error | pdf, page-dimensions, configuration, page-range, validation |
| 无法加载字体:{n} | exception | error | pdf, font, file-not-found, configuration, environment |
| 找不到信息文件。 | exception | error | validation, argument, file-not-found, info-file |
| 合并图片失败:无法转换图片颜色 | exception | error | image, freeimage, color-depth, merge |
| 合并图片失败:粘贴操作出错 | exception | error | image, freeimage, merge, paste |
| File is not a valid JPEG | exception | error | image, jpeg, exif, validation, file-format |
| Could not find Exif data block | exception | warning | image, jpeg, exif, parsing, file-format |
| Exif data not found | exception | warning | image, jpeg, exif, parsing, file-format |
| Malformed Exif data | exception | warning | image, jpeg, exif, parsing, corrupt-file |
| Error in TIFF data | exception | warning | image, jpeg, exif, tiff, parsing, corrupt-file |
| The image you are attempting to quantize does not contain a | validation | error | image, quantization, pixel-format, validation |
| 密码错误,没有权限打开 PDF 文件。 | exception | error | pdf, encryption, password, mu-pdf, user-cancel |
| 无法渲染页面:{(page.PageNumber + 1).ToText()} | exception | error | mupdf, pdf-rendering, pixmap, memory, csharp |
| 不支持的像素格式: colorants={colorants}, spots={spots}, alpha={hasAl | exception | error | mupdf, pixmap, bitmap, colorspace, spot-color, csharp |
| 在简易书签第 {lineNum} 行的缩进格式不正确。 说明:下级书签最多只能比上级书签多一个缩进标记。 | validation | error | pdf, bookmarks, parsing, indentation, format-exception, csharp |
| 简易书签文件内容不足。 | validation | error | pdf, bookmarks, file-io, encoding-detection, format-exception, csharp |
| 找不到文件:{sourceFile} | exception | error | pdf, file-io, filenotfound, itextsharp, csharp |