Sort Score
Result 10 results
Languages All
Labels All
Results 4,561 - 4,570 of 5,074 for

signature

(0.04 sec)
  1. Working with DSV Documents | Documentation

    DSV (Delimiter-Separated Values) documents are a specific form of text-based spreadsheets with delimiters (separators). There several steps that usage of GroupDocs.Editor Cloud consists of: Upload input document into cloud storage Load the document into editable representation in the cloud storage (HTML file and resources) Download HTML document (and resources, if needed) from storage Edit HTML document at client side Upload HTML document back into the storage Save the edited document into Spreadsheet format in the storage Download saved document Steps 1, 3, 4, 5 are storage operations, please refer to this Storage Operations) for usage details....Signature Product Solution GroupDocs...

    docs.groupdocs.cloud/editor/working-with-dsv-do...
  2. Features Overview | Documentation

    GroupDocs.Parser Cloud is a document data extraction REST API from over 50 document types. One of the most valuable features of GroupDocs.Parser Cloud is parsing documents with predefined templates. It’s easy to define template and extract data from invoices, prices or other kinds of your typical documents. The API also provides methods to extract images, extract text. You can do it with regular documents and containers like ZIP archives, OST/PST mail data files and PDF portfolios....Signature Product Solution GroupDocs...

    docs.groupdocs.cloud/parser/features-overview/
  3. GroupDocs Newsletter listopad 2017 Edition – Ak...

    Newsletter pro vývojáře GroupDocs z listopadu 2017 popisuje aktualizace rozhraní API, hlavní vylepšení funkcí a opravy chyb v rozhraní API pro manipulaci s dokumenty GroupDocs....Signature for .NET nyní podporuje lokalizaci...

    blog.groupdocs.cloud/cs/total/groupdocs-newslet...
  4. Aprimore seu aplicativo C#/ASP.NET com o recurs...

    O GroupDocs oferece uma biblioteca .NET com API flexível que pode ser usada para criar aplicativos de assinatura eletrônica legalmente vinculativos com funcionalidade de captura de assinatura da Web....Signature publicado para .NET 1.4.0...

    blog.groupdocs.cloud/pt/total/groupdocs-novembe...
  5. จดหมายข่าว GroupDocs มีนาคม 2017– การอัปเดต API...

    จดหมายข่าวสำหรับนักพัฒนา GroupDocs ประจำเดือนเมษายน 2017 อธิบายการอัปเดต API การปรับปรุงฟีเจอร์หลัก และการแก้ไขจุดบกพร่องภายใน API การจัดการเอกสาร GroupDocs...Signature สำหรับ .NET 17.02 - คุณลักษณะใหม่...

    blog.groupdocs.cloud/th/total/groupdocs-develop...
  6. Buletin GroupDocs Maret 2017– Pembaruan API dan...

    Buletin pengembang GroupDocs April 2017 menjelaskan pembaruan API, peningkatan fitur utama, dan perbaikan bug dalam API manipulasi dokumen GroupDocs....Signature untuk .NET 17.02 - 23 Fitur...

    blog.groupdocs.cloud/id/total/groupdocs-develop...
  7. Annuncio della prima versione dell'API GroupDoc...

    GroupDocs.Conversion Cloud è un'API REST per la conversione di oltre 50 documenti e formati immagine in formati Word, Cells, Html, PDF, Slides e Image....outPath=conversions%2F&appsid=XXXX&signature=XXX-XX" -H "content-type:...

    blog.groupdocs.cloud/it/conversion/groupdocs.co...
  8. Migliora la tua app C#/ASP.NET con la funzional...

    GroupDocs offre una libreria .NET con API flessibile che può essere utilizzata per creare app di firma elettronica legalmente vincolanti con funzionalità di acquisizione della firma Web....Signature pubblicato per .NET 1.4.0...

    blog.groupdocs.cloud/it/total/groupdocs-novembe...
  9. Edit Word Documents using REST API in Python | ...

    Programmatically edit Word documents (DOC or DOCX) using a REST API on the cloud in Python with Document Editor Cloud SDK for Python....png\" alt=\"signatures\" style=\"width: 128px; height:...

    blog.groupdocs.cloud/editor/edit-word-documents...
  10. UpdatesOptions | Documentation

    UpdatesOptions data structure defines comparison options UpdatesOptions example: { "SourceFile": { "FilePath": "string", "VersionId": "string", "StorageName": "string", "Password": "string" }, "TargetFiles": [ { "FilePath": "string", "VersionId": "string", "StorageName": "string", "Password": "string" } ], "Settings": { "GenerateSummaryPage": true, "ShowDeletedContent": true, "ShowInsertedContent": true, "StyleChangeDetection": true, "InsertedItemsStyle": { "FontColor": "string", "HighlightColor": "string", "BeginSeparatorString": "string", "EndSeparatorString": "string", "Bold": true, "Italic": true, "StrikeThrough": true, "Underline": true }, "DeletedItemsStyle": { "FontColor": "string", "HighlightColor": "string", "BeginSeparatorString": "string", "EndSeparatorString": "string", "Bold": true, "Italic": true, "StrikeThrough": true, "Underline": true }, "ChangedItemsStyle": { "FontColor": "string", "HighlightColor": "string", "BeginSeparatorString": "string", "EndSeparatorString": "string", "Bold": true, "Italic": true, "StrikeThrough": true, "Underline": true }, "WordsSeparatorChars": [ "string" ], "UseFramesForDelInsElements": true, "CalculateComponentCoordinates": true, "MarkChangedContent": true, "MarkNestedContent": true, "MetaData": { "Author": "string", "LastSaveBy": "string", "Company": "string" }, "Password": "string", "DiagramMasterSetting": { "MasterPath": "string", "UseSourceMaster": true }, "OriginalSize": { "Width": 0, "Height": 0 }, "HeaderFootersComparison": true, "SensitivityOfComparison": 0 }, "OutputPath": "string", "Changes": [ { "Id": 0, "Text": "string", "TargetText": "string", "Authors": [ "string" ], "StyleChangeInfo": [ { "ChangedProperty": "string", "OldValue": "string", "NewValue": "string" } ], "PageInfo": { "Width": 0, "Height": 0, "PageNumber": 0 }, "Box": { "Height": 0, "Width": 0, "X": 0, "Y": 0 } } ] } Name Description SourceFile Information about source file TargetFiles An array of Information about target file(s) Settings Comparison settings ChangeType Changes type....Signature Product Solution GroupDocs...

    docs.groupdocs.cloud/comparison/updatesoptions/