GroupDocs.Signature for .NET Fonksiyonên API-ê hilbijarkek berfireh dihewîne da ku bi karanîna îmzeyên elektronîkî di formên belgeyên daxwazê de were xebitandin. Berfirehiya e-îmzayên mîna nivîs, wêne, sertîfîkayên dîjîtal, barkod, QR-kod, stamp an metadata têne piştgirî kirin. Xerîdar dikarin li PDF, belgeyên MS Word, pirtûkên xebatê yên MS Excel, pêşandanên MS PowerPoint, pelên Adobe Photoshop û cûrbecûr formatên wêneyê lê zêde bikin, jêbirin, biguherînin, rast bikin an bigerin. Gelek taybetmendî û mîhengên kêrhatî hene.
GroupDocs.Signature for .NET taybetmendiyên bikêrhatî yên mîna nûvekirina îmzeyên Text yên ku li belgeyên Csv hatine danîn, vedihewîne. Ew gengaz dike ku taybetmendiyên îmzeyan bêyî kodek zêde biguhezîne.
GroupDocs.Signature for .NET li ser hemî platform û pergalên xebitandinê yên sereke têne piştgirî kirin. Berî ku hûn koda jêrîn bicîh bikin, ji kerema xwe pê ewle bibin ku we şertên jêrîn li ser pergala we hatine saz kirin.
// Set up input Csv file
string filePath = "input.csv";
// Instantiate Signature for input file
using (GroupDocs.Signature.Signature signature = new GroupDocs.Signature.Signature(filePath))
{
// Id of signature which is supposed to be updated
// such Id might be got as a result of search operation
string id = "ff988ab1-7403-4c8d-8db7-f2a56b9f8530";
// provide signature features to update
// set up particular signature id
TextSignature signatureToUpdate = new TextSignature(id)
{
// specify signature width
Width = 130,
// specify signature height
Height = 20,
// set left position
Left = 40,
// set top position
Top = 50,
// set up new text
Text = "Mr. John Smith"
};
// update signature
bool updateResult = signature.Update(signatureToUpdate);
// process updation result
if (updateResult)
{
Console.WriteLine("Signature was updated successfully!");
}
}
Bi seredana malpera GroupDocs.Signature App aniha gelek îmzeyên elektronîkî yên belgeya Csv biguherînin.
Ne hewce ye ku Api dakêşin
Ne hewce ye ku kodek binivîse
Tenê pelê çavkaniyê barkirin
Zencîreya dakêşandinê bistînin da ku pelê hilînin
“Guhertina îmzeyên dîjîtal ên ku di formên belgeyên cihêreng de têne danîn. Daneyên îmzeyan bêyî kodek zêde nûve bikin.”
(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)