GroupDocs.Signature for .NET adalah API yang cepat dan mudah untuk mengelola dokumen digital penandatanganan elektronik menggunakan jenis Barcode seperti UPCA, UPCE, EAN13, EAN14, Code39, Code39Extended, Code128, Codabar, Postnet, ISBN , ITF14 dan banyak lainnya. Pelanggan dapat dengan mudah membuat Barcode yang menyediakan teks yang diperlukan dan meletakkannya di PDF, Dokumen Microsoft Office Words, buku kerja Microsoft Office Excel, presentasi MS PowerPoint, file Adobe Photoshop dan berbagai format gambar. Barcode yang ditempatkan dalam dokumen dapat diperbarui, dicari, diverifikasi, dihapus, atau dipratinjau. Selain itu, kustomisasi barcode didukung.
GroupDocs.Signature for .NET memberikan kemampuan untuk menandatangani dokumen Rtf dengan Barcode tanda tangan dengan cepat dan mudah.
GroupDocs.Signature for .NET didukung di semua platform dan sistem operasi utama. Sebelum menjalankan kode di bawah ini, pastikan Anda telah menginstal prasyarat berikut di sistem Anda.
// Set up input Rtf file
string filePath = "input.rtf";
// Set up output file
string outputFilePath = "output.rtf";
// 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.I T F14,
// set signature position
Left = 50,
Top = 50,
Width = 200,
Height = 50
};
// sign Rtf document
SignResult result = signature.Sign(outputFilePath, options);
}
Tanda tangani file Rtf dengan berbagai tanda tangan sekarang juga dengan mengunjungi situs web GroupDocs.Signature App. Demo online gratis menunggu Anda.
Tidak perlu mengunduh API
Tidak perlu menulis kode apa pun
Cukup unggah file sumbernya
Dapatkan tautan unduhan untuk menyimpan file
ITF-14 adalah implementasi GS1 dari kode batang Interleaved 2 of 5 (ITF) untuk mengkodekan Nomor Item Perdagangan Global.
Digit numerik (0-9).
13 digit + 1 digit cek.
“Anda juga dapat menandatangani Rtf dengan jenis tanda tangan lainnya. Silakan lihat daftarnya di bawah ini.”
(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)
(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)