Sort Score
Result 10 results
Languages All
Labels All
Results 341 - 350 of 439 for

metadata property

(0.03 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/2021/06/17/annotate-pdf-do...
  2. PdfOptions | Documentation

    PdfOptions data structure inherits RenderOptions and used as part of ViewOptions data structure. ImageOptions example { "DocumentOpenPassword": "string", "PermissionsPassword": "string", "Permissions": ["AllowAll", "DenyModification"], "PdfOptimizationOptions": {}, "ImageMaxWidth": 0, "ImageMaxHeight": 0, "ImageWidth": 0, "ImageHeight": 0 } ImageOptions fields Name Description RenderOptions fields PdfOptions inherits all properties of RenderOptions DocumentOpenPassword The password required to open the PDF document PermissionsPassword The password required to change permission settings; Using a permissions password you can restrict printing, modification and data extraction Permissions The array of PDF document permissions....Metadata Product Solution GroupDocs...fields PdfOptions inherits all properties of DocumentOpenPassword The...

    docs.groupdocs.cloud/viewer/pdfoptions/
  3. Overview | Documentation

    GroupDocs.Signature Cloud is a REST API to create, verify, search, update and delete different type of Signatures objects to documents in the cloud by performing a wide variety of signature options you can wish to put on a document in the cloud, verify document and search Signatures in it. Note Summary there are five types of supported Signature type you can operate with. Text Signature - simple text label with different appearance settings and ability to align the signature location on page area, set font and colors, same as put on any or all pages of a document Image Signature - image signature with amount of filters and appearance settings, like Opacity, gray scale filter, brightness, contracts etc Barcode Signature - put different Barcode encode types on Document pages with lot of additional settings, appearance options and alignment properties QR-Code Signature - put different QR-Code encode types on Document pages with a lot of additional settings, appearance options and alignment properties Digital Signature - put digital signatures like certificate files (PFX, CRT format) on Document or separate pages (for PDF only) with a lot of additional settings, appearance options and alignment properties Stamp Signature - put Stamp generated images on Document pages Our GroupDocs....Metadata Product Solution GroupDocs...appearance options and alignment properties QR-Code Signature - put different...

    docs.groupdocs.cloud/signature/overview/
  4. Get Document Information | Documentation

    This REST API allows us to obtain basic information about the document and it’s pages properties. The endpoint accepts the document storage path as input payload. Here is the list of properties that can be obtained for a document: Document file extension; Document size in bytes; Document file format. Pages count Password protection Resources HTTP POST ~/info Swagger UI lets you call this REST API directly from the browser. cURL example Request * First get JSON Web Token * Please get your Client Id and Client Secret from https://dashboard....Metadata Product Solution GroupDocs...the document and it’s pages properties. The endpoint accepts the...

    docs.groupdocs.cloud/editor/get-document-inform...
  5. SignSettings | Documentation

    SignSettings data structure used as input parameters for Sign API method SignSettings example { "FileInfo": { "FilePath": "files01.docx", }, "SaveOptions": { "OverwriteExisting": "true", "OutputFilePath": "file02.docx" }, "Options": [ { "SignatureType": "Barcode", "Page": 1, "Text": "John Smith", "BarcodeType": "Code128", "Left": 2, "Top": 2 }, { "SignatureType": "Image", "Page": 1, "ImageFilePath": "image1.jpg", "Left": 200, "Top": 200 } ] } SignSettings fields Name Description API Version FileInfo.FilePath The path of the document, located in the storage....Metadata Product Solution GroupDocs...and Document type and its properties to be added to Document Was...

    docs.groupdocs.cloud/signature/signsettings/
  6. Buletin GroupDocs Edisi Oktober 2017 – Pembarua...

    Buletin pengembang GroupDocs Oktober 2017 menjelaskan pembaruan API, peningkatan fitur utama, dan perbaikan bug dalam API manipulasi dokumen GroupDocs....8 mendukung penerapan properti tanda tangan elektronik standar...format dokumen. GroupDocs.Metadata for .NET 17.9 - Baca tag APEv2...

    blog.groupdocs.cloud/id/total/groupdocs-newslet...
  7. Get Document Information | Documentation

    This REST API allows obtaining basic information about the document. The endpoint accepts the document storage path as input payload. Here is the list of properties that can be obtained for a document: Document file extension; Document size in bytes; Document file format; Document page count. The table below contains the full list of properties. |Name|Description|Comment |FileInfo.FilePath|The path of the document, located in the storage.|Required. |FileInfo.StorageName|Storage name|It could be omitted for default storage....Metadata Product Solution GroupDocs...payload. Here is the list of properties that can be obtained for...

    docs.groupdocs.cloud/watermark/get-document-inf...
  8. Buletin GroupDocs Agustus 2017– .NET, Pembaruan...

    Buletin pengembang GroupDocs Agustus 2017 menjelaskan pembaruan API, fitur baru, contoh kode .NET dan Java dalam API manipulasi dokumen GroupDocs....menemukan tanda air dengan properti yang cocok dalam dokumen PDF...Pengguna juga dapat mengelola properti anotasi. Coba contoh kode...

    blog.groupdocs.cloud/id/total/groupdocs-newslet...
  9. Extract Images | Documentation

    This REST API provides the functionality to extract images from the document. There are following ways to extract images from a document: Extract all images from the whole document; Extract images from specific document pages by setting pages range. It saves extracted images to the storage so they can be easily downloaded. The API allows extracting images from containers like ZIP archives, PDF portfolios, Email attachments, MS Outlook storages (PST/OST). For protected documents, it is also required to provide a password....Metadata Product Solution GroupDocs...contains the full list of properties that can be specified when...

    docs.groupdocs.cloud/parser/extract-images/
  10. Extract Text | Documentation

    This REST API provides the functionality to extract text from the document. There are several ways to extract text from a document: Extract only text; Extract formatted text by setting pages extraction mode option; Extract text from specific pages by setting the pages range. For protected documents, it is also required to provide a password. The table below contains the full list of properties that can be specified when extracting text from a document....Metadata Product Solution GroupDocs...contains the full list of properties that can be specified when...

    docs.groupdocs.cloud/parser/extract-text/