signHelper
a tool help sign pfx to pdf .
documents
- only SignDemo3 can run successfully.
正在开发中,请勿使用
License |
License
GNU General Public License v2.0
|
---|---|
GroupId | GroupIdcom.liumapp.signature |
ArtifactId | ArtifactIdsign-helper |
Last Version | Last Versionv1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionsign-helper
a tool to help signing certificate on pdf
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
sign-helper-v1.0.0.pom | |
sign-helper-v1.0.0.jar | 21 KB |
sign-helper-v1.0.0-sources.jar | 16 KB |
sign-helper-v1.0.0-javadoc.jar | 82 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.liumapp.signature/sign-helper/ -->
<dependency>
<groupId>com.liumapp.signature</groupId>
<artifactId>sign-helper</artifactId>
<version>v1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.liumapp.signature/sign-helper/
implementation 'com.liumapp.signature:sign-helper:v1.0.0'
// https://jarcasting.com/artifacts/com.liumapp.signature/sign-helper/
implementation ("com.liumapp.signature:sign-helper:v1.0.0")
'com.liumapp.signature:sign-helper:jar:v1.0.0'
<dependency org="com.liumapp.signature" name="sign-helper" rev="v1.0.0">
<artifact name="sign-helper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.liumapp.signature', module='sign-helper', version='v1.0.0')
)
libraryDependencies += "com.liumapp.signature" % "sign-helper" % "v1.0.0"
[com.liumapp.signature/sign-helper "v1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.itextpdf : itextpdf | jar | 5.5.11 |
com.itextpdf : itext-asian | jar | 5.2.0 |
org.bouncycastle : bcprov-jdk15on | jar | 1.54 |
org.bouncycastle : bcpkix-jdk15on | jar | 1.54 |
org.apache.pdfbox : pdfbox | jar | 2.0.4 |
commons-codec : commons-codec | jar | 1.10 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |
a tool help sign pfx to pdf .
正在开发中,请勿使用