登录
注册
开源
企业版
高校版
搜索
帮助中心
使用条款
关于我们
开源
企业版
高校版
私有云
Gitee AI
NEW
我知道了
查看详情
登录
注册
代码拉取完成,页面将自动刷新
捐赠
捐赠前请先登录
取消
前往登录
扫描微信二维码支付
取消
支付完成
支付提示
将跳转至支付宝完成支付
确定
取消
Watch
不关注
关注所有动态
仅关注版本发行动态
关注但不提醒动态
1
Star
0
Fork
1
frankman
/
itext7
forked from
friendm
/
itext7
确定同步?
同步操作将从
friendm/itext7
强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
删除在远程仓库中不存在的分支和标签
同步 Wiki
(当前仓库的 wiki 将会被覆盖!)
取消
确定
代码
Issues
0
Pull Requests
0
Wiki
统计
流水线
服务
Gitee Pages
质量分析
Jenkins for Gitee
腾讯云托管
腾讯云 Serverless
悬镜安全
阿里云 SAE
Codeblitz
我知道了,不再自动展开
标签
标签名
描述
提交信息
操作
7.1.2-styled-xml-parser
16f7194
2018-04-16 21:41
下载
7.0.7
[RELEASE] iText 7 Core - 7.0.7 https://github.com/itext/itext7/releases/tag/7.0.7 * release/7.0.7: Remove jgitflow plugin from POM file [RELEASE] 7.0.7-SNAPSHOT -> 7.0.7 Add new util method. Add another problematic xmp test Remove problematic metadata from form test and add test for it Remove default appearance from AcroForm. Forms. Fix issue with inherited default appearance Update xmp metadata if it was present in document before close Compare producer line on document info comparison Don't loop through initial indirects in compare tool Fix synchronization issues during version creation added category to test DEVSIX-1816 GifTest: close file stream Update compare tool to support new xml autoport mappings add test files after reverting of 7.0 GIF frames are of ImageType GIF Revert "GIF frames are of ImageType GIF" Revert "Add test/test resource to GifImageHelper" Add test/test resource to GifImageHelper Add test/test resource to GifImageHelper Add test/test resource to GifImageHelper GIF frames are of ImageType GIF fix broken test by correcting off-by-one error in RegexBasedLocationExtractionStrategy Add missing copyright headers correct off-by-one mistake in RegexBasedLocationExtractionStrategy Added new constant to PdfException. DefaultAppearanceNotFound. DEVSIX-1769 [RELEASE] 7.0.6-SNAPSHOT -> 7.0.7-SNAPSHOT Guard against NPE in CrlClientOnline Signed-off-by: iText Software (Community) <community@itextpdf.com>
0070b69
2018-04-12 21:28
下载
7.1.2
[RELEASE] iText 7 - 7.1.2 https://github.com/itext/itext7/releases/tag/7.1.2 * release/7.1.2: Remove jgitflow plugin from POM file [RELEASE] 7.1.2-SNAPSHOT -> 7.1.2 Add non-breaking-space and non-breaking hyphen in TextRenderer#isGlyphPartOfWordForHyphenation Add missing copyright headers Introduce StandardFontFamilies class, remove TIMES constant from StandardFonts Add new util method. Introduce generic approach for y-line extraction control; make some of the util methods public in AbstractRenderer Add new test for vetical alignment in paragrpahs Add another problematic xmp test Remove problematic metadata from form test and add test for it Update xmp metadata if it was present in document before close Compare producer line on document info comparison Update cmp files Remove default appearance from AcroForm. Forms. Fix issue with inherited default appearance Make constructor for BarcodeMSI public Extend supported PDF size up to 1 Tb Don't loop through initial indirects in compare tool Fix synchronization issues during version creation Make exception messages more verbose and user-friendly. Minor fixes in PdfException constants. added non-breaking-space in TextRenderer#isGlyphPartOfWordForHyphenation Fix bug with trimming characters represented by surrogate pairs in UTF-16 Avoid possible NPE if TagTreePointer points at direct structure element Added Category to AffineTransformTest Do not perform redundant mathematical operations that can cause the precission loss. Introduce some new handy UV methods. Add missing copyright headers Added an equals and hashcode implementation for AffineTransform RND-756 Introduce util class for checkbox and radio drawing. Neutralize NPE. Fix critical issue with PdfName#compareTo violating compareTo contract Cast ByteBuffer instances to Buffer to solve compatibility issue Expose PdfDocument in PdfCanvas for external access Fix retrieval of image and form resources in PdfResources Remove redundant second addition of the resource Revert "fixed findFieldName method not giving the result more than one time." fixed findFieldName method not giving the result more than one time. Add missing copyright headers Add PdfName constants for TH scope attributes. DEVSIX-1834 added functionality previously seen in PortUtil in html2pdf to TextUtil to accomodate autoporting ease RND-788 Add problematic tests Fix NPE in case keep together is set as default property Allow removing background collor from button form fields Add documentation to public BlockFormattingContextUtil#isRendererCreateBfc method Deprecate unused OVERFLOW property, introduce utility methods for overflow property value checks Improve y-line calculation for elements with property overflow:hidden Review text alignment taking into account floating blocks and inline blocks Make applyMinHeight package-private for now Refactor basic support of CSS block formatting context imitation in layout Fix overflowing of floating elements to the next line at page end Avoid float overflow to the next page if it was the first element on page Remove parent elements artifacts drawing on floats-only page splits Improve precision of min_height applying if layout box has big height Fix min-max heights handling when floats-only page splits occur Avoid vertical alignment when content vertically overflowed parent Distinguish child and sibling floats when enlarging occupied area Ensure occupied area does not include overflowed parts of floating children Apply endChildMarginsCollapse after inclusion of child occupied area Fix handling of horizontal overflow for floating elements Unignore and update tests for floating elements overflow handling issues Fix edge cases for elements with clearance overflowing to the next page Refactored clearance on page split tests Update tests that ensure that not-fitting float doesn't mess up parent splitting Unignore forced_placement related floating tests Avoid occupation of the gap on partial split for floats via fillAvailableArea property Support overflow of not fitting inline floats immediately to the next page Support partial splitting for floating inline blocks Fix floating element placement if previous floating element didn't fit at all Avoid forced placement of images if there are any floating elements Do not apply word spacing to occurrences of the multi-byte 32 code Add up word and char spacing for whitespace character in #showText(GlyphLine) calculations Take xAdvance and yAdvance into account on caculating anchor glyph position Apply horiznotal scaling to glyph's xPlacement adjustment add category to test class DEVSIX-1816 Add a couple of new tests for tab stops GifTest: close file stream Update compare tool to support new xml autoport mappings Use a custom util method to reade inputStream as array Add missing unit test for GifImageHelper New test and test resource for GifImageHelper added GIF frames are of ImageType GIF fix broken test by correcting off-by-one error in RegexBasedLocationExtractionStrategy Add missing copyright headers correct off-by-one mistake in RegexBasedLocationExtractionStrategy Add missing copyright headers Fix UrlUtil#getFinalURL to mitigate open file handles consequences Update plugin versions Remove redundant import statements Apply transparency to 3D borders Use general properties mechanism for Document margins storing Avoid NPE in case of layouting elements inside MinMaxWidth calculation context Do not consider flushed pages while regenerating field's value. Add new hyphenate test Add missing copyright headers Process large tables with border-spacing property. Fix cell min/max width handling. Refactoring Process footer skip properly. Add some new tests. Introduce border-spacing. Apply paddings on tables with separated borders. Fix the accessibility of SeparatedTableBorders. Minor changes in a view of c# port. Fix minor border bugs. Implement separated borders. Fix some tests. Add missing copyright headers Use correct world for failing hyphenation tests Add new PdfObject#isReleaseForbidden() method to check whether release() would take any action Respect justification for multiline text fields [RELEASE] 7.1.1-SNAPSHOT -> 7.1.2-SNAPSHOT Fix possible NPE in CrlClientOnline Added new constant to PdfException. DefaultAppearanceNotFound. DEVSIX-1769 Fix possible NPE in case of null width for Block Renderer Ignore failing tests Add missing dependency on hyph module Add missing hyphenation resource and test of language loading Signed-off-by: iText Software (Community) <community@itextpdf.com>
2f8edd2
2018-04-12 20:20
下载
7.1.1
iText 7 Core 7.1.1
ee44c22
2018-01-17 07:50
下载
7.0.6
iText 7 Core 7.0.6
dcb33bd
2018-01-17 07:47
下载
7.1.0
iText Core 7.1.0
ca3ffea
2017-12-01 22:29
下载
7.0.5
[RELEASE] tagging release 7.0.5
1ad59bf
2017-10-26 22:28
下载
7.0.4
[RELEASE] tagging release 7.0.4
7d045d4
2017-07-26 17:54
下载
7.0.3
[RELEASE] iText 7.0.3
c30f5ca
2017-06-09 18:23
下载
7.0.2
[RELEASE] tagging release 7.0.2
14deebc
2017-02-14 20:42
下载
7.0.1
[RELEASE] tagging release 7.0.1
957b001
2016-09-16 19:50
下载
7.0.0
tagging release 7.0.0
ed042f3
2016-05-02 20:39
下载
7.0.0-RC.20160406
tagging release 7.0.0-RC.20160406
f85e499
2016-04-06 23:19
下载
7.0.0-RC.20160321
tagging release 7.0.0-RC.20160321
eed0ef2
2016-03-21 16:47
下载
7.0.0-RC.20160201
tagging release 7.0.0-RC.20160201
67fd429
2016-02-02 00:34
下载
下载
请输入验证码,防止盗链导致资源被占用
取消
下载
1
https://gitee.com/frankman/itext7.git
git@gitee.com:frankman/itext7.git
frankman
itext7
itext7
点此查找更多帮助
搜索帮助
Git 命令在线学习
如何在 Gitee 导入 GitHub 仓库
Git 仓库基础操作
企业版和社区版功能对比
SSH 公钥设置
如何处理代码冲突
仓库体积过大,如何减小?
如何找回被删除的仓库数据
Gitee 产品配额说明
GitHub仓库快速导入Gitee及同步更新
什么是 Release(发行版)
将 PHP 项目自动发布到 packagist.org
评论
仓库举报
回到顶部
登录提示
该操作需登录 Gitee 帐号,请先登录后再操作。
立即登录
没有帐号,去注册