Sort Score
Result 10 results
Languages All
Labels All
Results 4,071 - 4,080 of 4,179 for

metadata

(0.06 sec)
  1. How to self-host GroupDocs.Conversion Cloud wit...

    Docker is an open platform that effectively solves three main tasks development, deployment, and running the applications. With Docker, you can isolate your applications from the infrastructure that simplifies software development and delivery. The main building blocs are images and containers. The image includes everything you need to run the application: code or binaries, runtime dependencies, file system. The container is an isolated process with additional features that you can interact with....Metadata Product Solution GroupDocs...

    docs.groupdocs.cloud/conversion/self-host-with-...
  2. Convert document direct async | Documentation

    This example demonstrates how to convert word processing document into pdf document asyncronously without using cloud storage. There are steps that usage of GroupDocs.Conversion Cloud consists of: Start convert operation and get operation ID Get operation status Get operation result (converted document) Resource URI HTTP PUT ~/conversion/async 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...

    docs.groupdocs.cloud/conversion/convert-documen...
  3. Working with QR Code Signature | Documentation

    Note Note: The features listed on this page are supported only in GroupDocs.Signature Cloud V1 GroupDocs.Signature Cloud REST API supports to sign a document with QRCode. It provides methods to create QRCode Signature in Document Pages with different options of QRCode type, location, alignment, font, margins and appearances by using Signature Options Object data in request body. Add QRCode Signature to Document You can create QRCode Signature on Document provided by fileName and document folder (if required) using following API....Metadata Product Solution GroupDocs...

    docs.groupdocs.cloud/signature/working-with-qr-...
  4. Search for multiple signatures | Documentation

    Sometimes you may want to search for electronic signatures of different types simultaneously GroupDocs.Signature Cloud allows searching documents for different signature types in an easy and intuitive way. In common words the idea is to pass collection of desired signature types to Search method. API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input document into cloud storage Search signatures For storage operations, like uploading or downloading documents, please refer to the corresponding articles of this manual....Metadata Product Solution GroupDocs...

    docs.groupdocs.cloud/signature/search-for-multi...
  5. Search Options Objects | Documentation

    Note Note: The features listed in this page are supported only in GroupDocs.Signature Cloud V1 Page contains description for Search Options objects and object properties SearchOptionsCollectionData Object Provides list of options for documents searching. Example SearchOptionsCollectionData object { "items": [ { "barcodeTypeName": "Code39Standard", "text": "123456789012", "matchType": "Contains", "documentPageNumber": 3, "pagesSetup": { "firstPage": false, "lastPage": true, "oddPages": false, "evenPages": true, "pageNumbers": [ 1, 3, 5 ] }, "searchAllPages": true }, { "documentPageNumber": 3, "pagesSetup": { "firstPage": false, "lastPage": true, "oddPages": false, "evenPages": true, "pageNumbers": [ 1, 3, 5 ] } ] } SearchOptionsCollectionData Object Fields...Metadata Product Solution GroupDocs...

    docs.groupdocs.cloud/signature/search-options-o...
  6. Accept or Reject document changes | Documentation

    GroupDocs.Comparison Cloud provides an ability to apply or discard specific changes between source and target files and save result with (or without) selected changes. Changes - List of changes that must be applied (or not) to the resulting document; The following code sample shows how to accept/reject changes. API usage There are steps that usage of GroupDocs.Comparison Cloud consists of: Upload input documents into cloud storage Compare documents or get document info Download comparison result document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....Metadata Product Solution GroupDocs...

    docs.groupdocs.cloud/comparison/accept-or-rejec...
  7. ડિજીટલ સહી - ડિઝાઇન દસ્તાવેજો | GroupDocs સહી

    ડિજિટલ સિગ્નેચર (ઇસિગ્નેચર) ગ્રૂપડોક્સ સિગ્નેચરથી સરળ બનાવવામાં આવ્યું છે. તમારા ઇલેક્ટ્રોનિક ડિજિટલ હસ્તાક્ષર અને ડિજિટલી ડિઝાઇન દસ્તાવેજો બનાવો!...Comparison Signature Assembly Metadata Search Parser Watermark Editor...

    products.groupdocs.app/gu/signature/total
  8. 無料オンラインドキュメントエディタ

    ドキュメントを編集します。100%無料のオンラインドキュメントエディタ、MOBI, AZW3, MD, MD, TXT, YAML, YML, JSON, HTM, HTML, XML, SASS, CSS, LESS, LOG, XML, PPT, PPTX, PPS, PPSX, FODP, ODP, POT, PPTM, POTX, POTM, PPSM, OTP, XLS, XLT, XLTX, XLSX, XLSM, XLSB, XLAM, XLTM, CSV, TSV, ODS, OTS, DOC, DOCX, DOCM, DOT, DOTX, DOTM, RTF, ODT, OTT, FODS, SXC, AS, CS, AS3, ASM, BAT, C, CC, CMAKE, CPP, VB, VB, CXX, DIFF, ERB, GROOVY, H, HAML, HH, JAVA, M, MAKE, ML, MM, PHP, PL, PROPERTIES, PY, RB, RB, RST, SCALA, SCM, SCRIPT, SH, SML, SQL, VIM, JS, JS, PDF, XPS, OXPS, EML, MSG, EMLX, MBOX, PST, OST、無料のオンラインドキュメントエディタ、iloveドキュメント、安全で使いやすいような編集文書!GroupDocs.App — 任意のファイルに関する問題を解決する高度なオンラインツール。...Comparison Signature Assembly Metadata Search Parser Watermark Editor...

    products.groupdocs.app/ja/editor/total
  9. Document Automation REST APIs | GroupDocs Cloud

    Document Automation APIs along with open-source SDKs to enhance Java, Python, Node.js, C# .NET, Ruby, C++, and PHP applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, extract, redact, watermark, Metadata, paraphrase, classify, repair, and translate documents of almost all the popular file formats....Metadata สำหรับ .NET 16.12.0 รุ่นล...

    blog.groupdocs.cloud/th/page/41/
  10. ConvertOptions | Documentation

    Format specific convert options xls, xlsx, xlsx, xlsm, xlsb, xlsb, ods, xltx, xltm, tsv Properties Description format Convert format password Document password zoom Document zoom fromPage Start conversion from specified page number pagesCount Convert pagesCount from specified page pages An array with set of pages to be converted usePdf Use pdf as intermediate format watermarkOptions Watermark options to be applied during conversion { "format": "{format}", "password": "Pass123", "zoom": 100, "fromPage": 1, "pagesCount": 10, "pages": [2,4,6], "usePdf": false, "watermarkOptions": [{options}] } csv Properties Description format Convert format fromPage Start conversion from specified page number pagesCount Convert pagesCount from specified page pages An array with set of pages to be converted usePdf Use pdf as intermediate format { "format": "{format}", "fromPage": 1, "pagesCount": 10, "pages": [2,4,6], "usePdf": false, "watermarkOptions": [{options}] } html Properties Description format Convert format fixedLayout Document password zoom Document zoom fromPage Start conversion from specified page number pagesCount Convert pagesCount from specified page pages An array with set of pages to be converted usePdf Use pdf as intermediate format watermarkOptions Watermark options to be applied during conversion { "format": "{format}", "fixedLayout": true, "zoom": 100, "fromPage": 1, "pagesCount": 10, "pages": [2,4,6], "usePdf": false, "watermarkOptions": [{options}] } png, gif, bmp, ico Properties Description format Convert format width Width of image after conversion height Height of image after conversion horizontalResolution Desired image horizontal resolution after conversion....Metadata Product Solution GroupDocs...

    docs.groupdocs.cloud/conversion/convertoptions/