Pierre Gruet pushed to branch master at Debian Java Maintainers / libpdfbox-graphics2d-java
Commits: 393ddaec by Pierre Gruet at 2022-01-30T13:51:20+01:00 Reworking long description of the package - - - - - a42d0855 by Pierre Gruet at 2022-01-30T14:03:51+01:00 Adding ITP bug number - - - - - 2 changed files: - debian/changelog - debian/control Changes: ===================================== debian/changelog ===================================== @@ -1,5 +1,5 @@ libpdfbox-graphics2d-java (0.34-1) UNRELEASED; urgency=medium - * Initial release (Closes: #<bug>) + * Initial release (Closes: #1004554) - -- Andreas Tille <[email protected]> Fri, 28 Jan 2022 21:54:48 +0100 + -- Pierre Gruet <[email protected]> Sun, 30 Jan 2022 14:03:18 +0100 ===================================== debian/control ===================================== @@ -26,30 +26,30 @@ Package: libpdfbox-graphics2d-java Architecture: all Depends: ${maven:Depends}, ${misc:Depends} -Description: embed those graphics as vector drawing in a PDF - Using this library you can use any Graphics2D API based SVG / graph / +Description: Java library to embed graphics as vector drawing in a PDF + Using this library one can use any Graphics2D API based SVG / graph / chart library to embed those graphics as vector drawing in a PDF. In - combination with PDFBox PDFRenderer/PageDrawer you can also "rerender" - PDF pages and change certain aspects ( e.g. change the color mapping and + combination with PDFBox PDFRenderer/PageDrawer one can also "rerender" + PDF pages and change certain aspects (e.g. change the color mapping and perform an overfill) . . The following features are supported: . * Drawing any shape using draw...() and fill...() methods from Graphics2D. - * Drawing images. The default is to always lossless compress them. You - could plugin your own Image -> PDImageXObject conversion if you want + * Drawing images. The default is to always lossless compress them. One + could plugin one's own Image -> PDImageXObject conversion if one wants to encode the images as jpeg. * All BasicStroke attributes. * Paint: - - Color. You can specify your own color mapping implementation to + - Color. One can specify one's own color mapping implementation to special map the (RGB) colors to PDColor. Beside using CMYK colors - you can also use spot colors. + one can also use spot colors. - GradientPaint, LinearGradientPaint and RadialGradientPaint. There - are some restrictions: + are some restrictions. - TexturePaint. * Drawing text. By default all text is drawn as vector shapes, so no fonts are embedded. RTL languages are supported. It's possible to use - fonts, but this loses some features (especially RTL support) and you + fonts, but this loses some features (especially RTL support) and one must provide the TTF files of the fonts if the default PDF fonts are not enough. View it on GitLab: https://salsa.debian.org/java-team/libpdfbox-graphics2d-java/-/compare/432cf40316c4ac4c4e5c8e016e1f53322692e1dd...a42d08554b35c99de4484d7bb78f4e62a0e9f66c -- View it on GitLab: https://salsa.debian.org/java-team/libpdfbox-graphics2d-java/-/compare/432cf40316c4ac4c4e5c8e016e1f53322692e1dd...a42d08554b35c99de4484d7bb78f4e62a0e9f66c You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
