GroupDocs.Signature for Java je hiter in preprost API za upravljanje e-podpisovanja digitalnih dokumentov z uporabo vrst črtne kode, kot so UPCA, UPCE, EAN13, EAN14, Code39, Code39Extended, Code128, Codabar, Postnet, ISBN , ITF14 in mnogi drugi. Stranke lahko preprosto ustvarijo črtne kode z zahtevanim besedilom in jih dodajo v PDF, dokumente Microsoft Office Words, delovne zvezke Microsoft Office Excel, predstavitve MS PowerPoint, datoteke Adobe Photoshop in različne formate slik. Črtne kode v dokumentih je mogoče posodobiti, iskati, preveriti, izbrisati ali predogledati. Poleg tega je podprto prilagajanje črtnih kod.
GroupDocs.Signature for Java omogoča hitro in enostavno podpisovanje dokumentov Xlsm s podpisi Barcode.
GroupDocs.Signature for Java so podprti na vseh glavnih platformah in operacijskih sistemih. Preden izvedete spodnjo kodo, se prepričajte, da imate v sistemu nameščene naslednje predpogoje.
// Set up input Xlsm file
String filePath = "input.xlsm";
// Set up output file
String outputFilePath = "output.xlsm";
// Instantiate Signature for input file
Signature signature = new Signature(filePath);
// create barcode option with predefined barcode text
BarcodeSignOptions options = new BarcodeSignOptions("John Smith");
// setup Barcode encoding type
options.setEncodeType(BarcodeTypes.Code39 Extended);
// set signature position
options.setLeft(50);
options.setTop(50);
options.setWidth(200);
options.setHeight(50);
// sign Xlsm document
SignResult result = signature.sign(outputFilePath, options);
Takoj zdaj podpišite datoteko Xlsm z različnimi podpisi, tako da obiščete spletno mesto GroupDocs.Signature App. Brezplačna spletna predstavitev čaka na vas.
Ni treba prenesti API -ja
Ni treba pisati nobene kode
Samo naložite izvorno datoteko
Pridobite povezavo za prenos, da shranite datoteko
Koda 39 (znana tudi kot Alpha39, koda 3 od 9, koda 3/9, vrsta 39, koda USS 39 ali USD-3) je diskretna simbologija črtne kode spremenljive dolžine.
Nabor znakov: vseh 128 znakov ASCII.
Brez posebnih omejitev.
“Xlsm lahko podpišete tudi z drugimi vrstami podpisov. Oglejte si spodnji seznam.”
(Portable Document Format)
(Microsoft Word Binary Format)
(Office 2007+ Word Document)
(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)
(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)