GroupDocs.Signature for Java เป็น API ที่ง่ายและรวดเร็วในการจัดการการลงนามเอกสารดิจิทัลโดยใช้ประเภทบาร์โค้ด เช่น UPCA, UPCE, EAN13, EAN14, Code39, Code39Extended, Code128, Codabar, Postnet, ISBN , ITF14 และอื่นๆ อีกมากมาย ลูกค้าสามารถสร้างบาร์โค้ดได้อย่างง่ายดายโดยระบุข้อความที่ต้องการและใส่ลงใน PDF, เอกสาร Microsoft Office Words, เวิร์กบุ๊ก Microsoft Office Excel, งานนำเสนอ MS PowerPoint, ไฟล์ Adobe Photoshop และรูปแบบรูปภาพต่างๆ บาร์โค้ดที่อยู่ในเอกสารสามารถอัปเดต ค้นหา ตรวจสอบ ลบ หรือดูตัวอย่างได้ นอกจากนี้ยังรองรับการปรับแต่งบาร์โค้ดอีกด้วย
GroupDocs.Signature for Java ให้ความสามารถในการลงนามในเอกสาร Wmf ด้วยลายเซ็น Barcode อย่างรวดเร็วและง่ายดาย
GroupDocs.Signature for Java ได้รับการสนับสนุนบนแพลตฟอร์มและระบบปฏิบัติการหลักทั้งหมด ก่อนดำเนินการโค้ดด้านล่าง โปรดตรวจสอบให้แน่ใจว่าคุณได้ติดตั้งข้อกำหนดเบื้องต้นต่อไปนี้ไว้ในระบบของคุณแล้ว
// Set up input Wmf file
String filePath = "input.wmf";
// Set up output file
String outputFilePath = "output.wmf";
// 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.Code128);
// set signature position
options.setLeft(50);
options.setTop(50);
options.setWidth(200);
options.setHeight(50);
// sign Wmf document
SignResult result = signature.sign(outputFilePath, options);
ลงชื่อไฟล์ Wmf ด้วยลายเซ็นต่างๆ ทันทีโดยไปที่เว็บไซต์ GroupDocs.Signature App สาธิตออนไลน์ฟรีรอคุณอยู่
ไม่จำเป็นต้องดาวน์โหลดเอพีไอ
ไม่จำเป็นต้องเขียนรหัสใดๆ
เพียงแค่อัปโหลดแฟ้มแหล่งที่มา
รับลิงค์ดาวน์โหลดเพื่อบันทึกไฟล์
รหัส 128 เป็นสัญลักษณ์บาร์โค้ดเชิงเส้นความหนาแน่นสูงที่กำหนดไว้ใน ISO/IEC 15417:2007 ใช้สำหรับบาร์โค้ดที่เป็นตัวอักษรและตัวเลขเท่านั้น
อักขระ ASCII ทั้งหมด 128 ตัว
ไม่มีข้อจำกัดเฉพาะ
“คุณยังสามารถเซ็นชื่อ Wmf ด้วยลายเซ็นประเภทอื่นๆ โปรดดูรายการด้านล่าง”
(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)
(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)