GroupDocs.Signature for .NET เป็น 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 .NET ให้ความสามารถในการลงนามในเอกสาร Csv ด้วยลายเซ็น Barcode อย่างรวดเร็วและง่ายดาย
GroupDocs.Signature for .NET ได้รับการสนับสนุนบนแพลตฟอร์มและระบบปฏิบัติการหลักทั้งหมด ก่อนดำเนินการโค้ดด้านล่าง โปรดตรวจสอบให้แน่ใจว่าคุณได้ติดตั้งข้อกำหนดเบื้องต้นต่อไปนี้ไว้ในระบบของคุณแล้ว
// Set up input Csv file
string filePath = "input.csv";
// Set up output file
string outputFilePath = "output.csv";
// 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.Code128,
// set signature position
Left = 50,
Top = 50,
Width = 200,
Height = 50
};
// sign Csv document
SignResult result = signature.Sign(outputFilePath, options);
}
ลงชื่อไฟล์ Csv ด้วยลายเซ็นต่างๆ ทันทีโดยไปที่เว็บไซต์ GroupDocs.Signature App สาธิตออนไลน์ฟรีรอคุณอยู่
ไม่จำเป็นต้องดาวน์โหลดเอพีไอ
ไม่จำเป็นต้องเขียนรหัสใดๆ
เพียงแค่อัปโหลดแฟ้มแหล่งที่มา
รับลิงค์ดาวน์โหลดเพื่อบันทึกไฟล์
รหัส 128 เป็นสัญลักษณ์บาร์โค้ดเชิงเส้นความหนาแน่นสูงที่กำหนดไว้ใน ISO/IEC 15417:2007 ใช้สำหรับบาร์โค้ดที่เป็นตัวอักษรและตัวเลขเท่านั้น
อักขระ ASCII ทั้งหมด 128 ตัว
ไม่มีข้อจำกัดเฉพาะ
“คุณยังสามารถเซ็นชื่อ Csv ด้วยลายเซ็นประเภทอื่นๆ โปรดดูรายการด้านล่าง”
(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)
(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)