Sort Score
Result 10 results
Languages All
Labels All
Results 391 - 400 of 1,091 for

watermark annotation

(0.14 sec)
  1. จดหมายข่าว GroupDocs ฉบับเดือนพฤศจิกายน 2017 – ...

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

    blog.groupdocs.cloud/th/total/groupdocs-newslet...
  2. Boletín de GroupDocs Edición de noviembre de 20...

    El boletín informativo para desarrolladores de GroupDocs de noviembre de 2017 describe las actualizaciones de API, las principales mejoras de funciones y las correcciones de errores dentro de las API de manipulación de documentos de GroupDocs....Annotation para .NET admite una nueva...aplicaciones .NET # GroupDocs.Watermark para .NET le permite trabajar...

    blog.groupdocs.cloud/es/total/groupdocs-newslet...
  3. Biuletyn GroupDocs, wydanie z listopada 2017 r....

    Biuletyn dla programistów GroupDocs z listopada 2017 r. opisuje aktualizacje API, główne ulepszenia funkcji i poprawki błędów w interfejsach API do manipulowania dokumentami GroupDocs....Annotation for .NET obsługuje nową funkcję...aplikacjach .NET? # GroupDocs.Watermark dla .NET umożliwia pracę z...

    blog.groupdocs.cloud/pl/total/groupdocs-newslet...
  4. Інформаційний бюлетень GroupDocs, випуск за лис...

    Інформаційний бюлетень розробників GroupDocs за листопад 2017 року описує оновлення API, основні вдосконалення функцій і виправлення помилок у API обробки документів GroupDocs....Annotation для .NET підтримує нову функцію...програмах .NET? # GroupDocs.Watermark для .NET дає змогу працювати...

    blog.groupdocs.cloud/uk/total/groupdocs-newslet...
  5. Информационный бюллетень GroupDocs, выпуск за н...

    Информационный бюллетень для разработчиков GroupDocs за ноябрь 2017 г. описывает обновления API, основные усовершенствования функций и исправления ошибок в API-интерфейсах управления документами GroupDocs....Annotation для .NET поддерживает новую...приложениях .NET? # GroupDocs.Watermark для .NET позволяет работать...

    blog.groupdocs.cloud/ru/total/groupdocs-newslet...
  6. Storage Operations | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Annotation Product Solution GroupDocs...Product Solution GroupDocs.Watermark Product Solution GroupDocs...

    docs.groupdocs.cloud/parser/storage-operations/
  7. ApplyRevisionsOptions | Documentation

    ApplyRevisionsOptions data structure defines options for applying revisions using “PUT” /comparison/revisions API method ApplyRevisionsOptions example: { 'SourceFile': { 'FilePath': 'source_files/word/source_with_revs.docx' }, 'Revisions': [ { 'Id': 0, 'action': 'Accept' }, { 'Id': 1, 'action': 'Accept' }, ], 'OutputPath': 'output/result.docx' } Name Description SourceFile Information about source file Revisions Array of revision settings OutputPath Path to the output document...Annotation Product Solution GroupDocs...Product Solution GroupDocs.Watermark Product Solution GroupDocs...

    docs.groupdocs.cloud/comparison/applyrevisionso...
  8. Working with Conversion API | Documentation

    This API intended for convert the document to specified target format. URI ~/ HTTP POST Example 2 (Convert document) Takes as input and returns. Example URL https://api.groupdocs.cloud/v2.0/conversion Request { "FilePath": "/words/docx/one-page.docx", "Format": "pdf", "OutputPath": "converted" } Response [ { "name": "one-page.pdf", "size": 17958, "url": "converted/one-page.pdf" } ]...Annotation Product Solution GroupDocs...Product Solution GroupDocs.Watermark Product Solution GroupDocs...

    docs.groupdocs.cloud/conversion/conversion-api/
  9. DeleteSettings | Documentation

    DeleteSettings data structure used as input parameters of Delete API method. DeleteSettings example { 'FileInfo': { 'FilePath': 'signedBarcode_one-page.docx' }, 'Options': [ { 'SignatureType': 'Barcode', 'SignatureId': '4cb67aa8-835d-4877-8a5d-5a9ad015a098' } ] } UpdateSettings fields Name Description API Version FileInfo.FilePath The path of the document, located in the storage. Required. FileInfo.StorageName Storage name FileInfo.VersionId File version Id FileInfo.Password Password for password-protected document to be signed. Options Array of options to perform signatures delete...Annotation Product Solution GroupDocs...Product Solution GroupDocs.Watermark Product Solution GroupDocs...

    docs.groupdocs.cloud/signature/deletesettings/
  10. ItemsStyle | Documentation

    ItemsStyle data structure used for styling comparison differences. ItemsStyle example: { "FontColor": "string", "HighlightColor": "string", "BeginSeparatorString": "string", "EndSeparatorString": "string", "Bold": true, "Italic": true, "StrikeThrough": true, "Underline": true } Name Description FontColor Font color for changed components. A string representation of RGB color, converted to integer (“14297642” for Red color, as example) HighlightColor Highlight color for changed components BeginSeparatorString Start tag for changed components EndSeparatorString End tag for changed components Bold Bold style for changed components Italic Italic style for changed components StrikeThrough Strike through style for changed components Underline Underline style for changed components...Annotation Product Solution GroupDocs...Product Solution GroupDocs.Watermark Product Solution GroupDocs...

    docs.groupdocs.cloud/comparison/itemsstyle/