A GroupDocs.Signature for Java egy népszerű API a digitális dokumentumok elektronikus aláírására. Aláírások, például szövegek, képek, digitális tanúsítványok, vonalkódok, QR-kódok, bélyegzők vagy metaadatok állnak rendelkezésre. Az aláírások elhelyezhetők PDF-eken, MS Word dokumentumokon, MS Excel munkafüzeteken, MS PowerPoint prezentációkban, Adobe Photoshop fájlokon és különféle képformátumokban. Az ügyfelek aláírhatják dokumentumaikat, és frissíthetik, kereshetik, ellenőrizhetik, törölhetik vagy megtekinthetik a dokumentumokon elhelyezett e-aláírásokat. Ezenkívül számos lehetőség áll rendelkezésre az aláírások testreszabásához.
A GroupDocs.Signature for Java lehetővé teszi a Docx dokumentumok gyors és egyszerű aláírását Text aláírással.
A GroupDocs.Signature for Java minden nagyobb platformon és operációs rendszeren támogatott. Mielőtt végrehajtaná az alábbi kódot, győződjön meg arról, hogy a következő előfeltételek telepítve vannak a rendszeren.
// Set up input Docx file
String filePath = "input.docx";
// Set up output file
String outputFilePath = "output.docx";
// Instantiate Signature for input file
Signature signature = new Signature(filePath);
//Provide sign options
TextSignOptions options = new TextSignOptions("John Smith");
// set signature position
options.setLeft(50);
options.setTop(200);
// sign Docx document
SignResult result = signature.sign(outputFilePath, options);
A GroupDocs.Signature App webhelyen azonnal írjon alá Docx fájlt különféle aláírásokkal. Ingyenes online demo vár rád.
Nem kell letölteni az API -t
Nem kell írni semmilyen kódot
Csak töltse fel a forrásfájlt
Letöltési linket kap a fájl mentéséhez
“A Docx más aláírástípusokkal is aláírható. Kérjük, tekintse meg az alábbi listát.”
(Portable Document Format)
(Microsoft Word Binary Format)
(Microsoft Word 2007 Marco File)
(Microsoft Word Template Files)
(Microsoft Word 2007+ Template File)
(Microsoft Word Template File )
(OpenDocument Text File Format)
(OpenDocument Standard Format)
(Rich Text Format)
(Microsoft Excel Spreadsheet (Legacy))
(Open XML Workbook)
(Macro-enabled Spreadsheet)
(Excel Binary Workbook)
(Comma Seperated Values)
(OpenDocument Spreadsheet)
(OpenDocument Spreadsheet Template)
(Excel Template)
(Excel Macro-Enabled Template)
(Microsoft PowerPoint 97-2003)
(Open XML presentation Format)
(PowerPoint Slide Show)
(PowerPoint Slide Show)
(OpenDocument Presentation Format)
(OpenDocument Standard Format)
(Microsoft PowerPoint Template Presentation)
(Microsoft PowerPoint Template File)
(Macro-enabled Presentation File)
(Macro-enabled Slide Show)
(Portable Network Graphic)
(Joint Photographic Expert Group Image)
(Bitmap Image File)
(Graphical Interchange Format)
(Tagged Image File Format)
(Scalar Vector Graphics)
(Raster Web Image Format)
(Windows Metafile)