A GroupDocs.Signature for .NET egy gyors és egyszerű API digitális dokumentumok elektronikus aláírásának kezelésére olyan vonalkódtípusok használatával, mint az UPCA, UPCE, EAN13, EAN14, Code39, Code39Extended, Code128, Codabar, Postnet, ISBN , ITF14 és még sokan mások. Az ügyfelek egyszerűen létrehozhatnak vonalkódokat a szükséges szöveggel, és elhelyezhetik azokat PDF-ben, Microsoft Office Words dokumentumokban, Microsoft Office Excel munkafüzetekben, MS PowerPoint bemutatókban, Adobe Photoshop fájlokban és különféle képformátumokban. A dokumentumokban elhelyezett vonalkódok frissíthetők, kereshetők, ellenőrizhetők, törölhetők vagy megtekinthetők. Ezenkívül a vonalkódok testreszabása támogatott.
A GroupDocs.Signature for .NET lehetővé teszi a Docx dokumentumok gyors és egyszerű aláírását Barcode aláírással.
A GroupDocs.Signature for .NET 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
using (var signature = new GroupDocs.Signature.Signature(filePath))
{
// create barcode option with predefined barcode text
var options = new BarcodeSignOptions("BC12345678")
{
// setup Barcode encoding type
EncodeType = BarcodeTypes.Code39,
// set signature position
Left = 50,
Top = 50,
Width = 200,
Height = 50
};
// 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 39-es kód (más néven Alpha39, Code 3 of 9, Code 3/9, Type 39, USS Code 39 vagy USD-3) egy változó hosszúságú, diszkrét vonalkód szimbólum.
Számjegyek (0-9) és nagybetűk (A-Z) és számos speciális karakter (-, ., $, /, +, % és szóköz).
Nincsenek speciális korlátozások.
“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)