Sort Score
Result 10 results
Languages All
Labels All
Results 221 - 230 of 623 for

property

(0.5 sec)
  1. Annotate PDF Documents using a REST API in Pyth...

    Programmatically Annotate PDF documents using a REST API on the cloud in Python with Document Annotation Cloud SDK for Python....AnnotationInfo Set annotation properties for the first instance e...second instance Set annotation properties for the second instance e...

    blog.groupdocs.cloud/annotation/annotate-pdf-do...
  2. GroupDocs.Annotation Cloud | Annotate PDF Docum...

    Programmatically Annotate PDF documents using a REST API on the cloud in Node.js with Document Annotation Cloud SDK for Node.js....AnnotationInfo Set annotation properties for the first instance e...AnnotationInfo Set annotation properties for the second instance e...

    blog.groupdocs.cloud/annotation/annotate-pdf-do...
  3. Úprava metadat souborů PDF pomocí REST API v C#

    Programově upravujte metadata souborů PDF pomocí REST API v cloudu v C# s Metadata Manipulation Cloud SDK pro .NET...SetOptions { FileInfo = fileInfo, Properties = new List<SetProperty> {...SetOptions { FileInfo = fileInfo, Properties = new List<SetProperty> {...

    blog.groupdocs.cloud/cs/metadata/edit-metadata-...
  4. C# dilinde bir REST API kullanarak PDF Dosyalar...

    .NET için Meta Veri Manipülasyonu Bulut SDK'sı ile C# dilinde bulutta bir REST API kullanarak PDF Dosyalarının Meta Verilerini Programlı Olarak Düzenleyin...SetOptions { FileInfo = fileInfo, Properties = new List<SetProperty> {...SetOptions { FileInfo = fileInfo, Properties = new List<SetProperty> {...

    blog.groupdocs.cloud/tr/metadata/edit-metadata-...
  5. Gabungkan File JPG di Node.js | Penggabungan JP...

    Ikuti postingan blog ini untuk menggabungkan file JPG di Node.js. GroupDocs.Merger menyediakan Cloud SDK, REST API, dan alat online untuk menggabungkan file JPG....JPG sumber dengan memanggil properti filePath. Buat objek kelas...kelas JoinOptions. Panggil properti JoinItems untuk menetapkan array...

    blog.groupdocs.cloud/id/merger/merge-jpg-files-...
  6. Редагування метаданих PDF-файлів за допомогою R...

    Програмне редагування метаданих PDF-файлів за допомогою REST API у хмарі на C# за допомогою Cloud SDK для обробки метаданих для .NET...SetOptions { FileInfo = fileInfo, Properties = new List<SetProperty> {...SetOptions { FileInfo = fileInfo, Properties = new List<SetProperty> {...

    blog.groupdocs.cloud/uk/metadata/edit-metadata-...
  7. Set Metadata By Tag | Documentation

    This REST API allows to set document metadata new values choosing properties by exact tag and category name. cURL example The following example demonstrates how to set metadata information to all properties with the “Creator” tag name. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # Kindly place Client Id in CLIENT_ID and Client Secret in CLIENT_SECRET environment variables. curl -v "https://api....metadata new values choosing properties by exact tag and category...metadata information to all properties with the “Creator” tag name...

    docs.groupdocs.cloud/metadata/set-metadata-by-tag/
  8. Modifier les métadonnées des fichiers PDF à l'a...

    Modifier par programme les métadonnées des fichiers PDF à l'aide d'une API REST sur le cloud en C# avec Metadata Manipulation Cloud SDK for .NET...SetOptions { FileInfo = fileInfo, Properties = new List<SetProperty> {...SetOptions { FileInfo = fileInfo, Properties = new List<SetProperty> {...

    blog.groupdocs.cloud/fr/metadata/edit-metadata-...
  9. Chỉnh sửa siêu dữ liệu của tệp PDF bằng API RES...

    Lập trình chỉnh sửa siêu dữ liệu của tệp PDF bằng API REST trên đám mây trong C# với SDK đám mây thao tác siêu dữ liệu cho .NET...SetOptions { FileInfo = fileInfo, Properties = new List<SetProperty> {...SetOptions { FileInfo = fileInfo, Properties = new List<SetProperty> {...

    blog.groupdocs.cloud/vi/metadata/edit-metadata-...
  10. Add Metadata By Tag | Documentation

    This REST API allows to add metadata properties to the document choosing the right place to add by exact tag and category name. cURL example The following example demonstrates how to add metadata date and time information in all properties that have specified tag. Linux/MacOS/Bash # Get JWT token curl -v 'https://api.groupdocs.cloud/connect/token' \ -X POST \ -d "grant_type=client_credentials&client_id=$CLIENT_ID&client_secret=$CLIENT_SECRET" \ -H 'Content-Type: application/x-www-form-urlencoded' \ -H 'Accept: application/json' # Join several documents into one curl -v 'https://api....API allows to add metadata properties to the document choosing...and time information in all properties that have specified tag....

    docs.groupdocs.cloud/metadata/add-metadata-by-tag/