Sort Score
Result 10 results
Languages All
Labels All
Results 8,371 - 8,380 of 9,018 for

merger

(0.26 sec)
  1. 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....Merger Product Solution GroupDocs...

    docs.groupdocs.cloud/signature/signsettings/
  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....Merger Product Solution GroupDocs...

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

    GroupDocs.Classification Cloud is a REST API for classification documents. Note Our GroupDocs.Classification Cloud REST API comes with many features crucial to organizations, such as: Classification of the raw texts. Classification of batches of raw texts. Classification of documents for next supported file formats: Portable Document Format: PDF; Microsoft Word: DOC, DOCX, DOCM, DOT, DOTX, DOTM; OpenDocument Formats: ODT, OTT; Rich Text Format: RTF; Plain Text File: TXT. Multilingual Sentiment Analysis with Sentiment and Sentiment3 taxonomies....Merger Product Solution GroupDocs...

    docs.groupdocs.cloud/classification/overview/
  4. GroupDocs.Clouds

    GroupDocs.Clouds - Document Processing REST APIs | GroupDocs Cloud...Merger Cloud SDK ها را نصب کنید و...

    blog.groupdocs.cloud/fa/groupdocs.cloud/page/11/
  5. Document Processing 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....Merger Cloud SDK는 PowerPoint 파일을 비밀번호로...

    blog.groupdocs.cloud/ko/page/12/
  6. Document Processing 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....Merger Cloud SDK ها را نصب کنید و...

    blog.groupdocs.cloud/fa/page/11/
  7. GroupDocs.Clouds on Document Processing REST AP...

    GroupDocs.Clouds on Document Processing REST APIs | GroupDocs Cloud Recent content in GroupDocs.Clouds on Document Processing REST APIs | GroupDocs Cloud Guide étape par étape pour supprimer les mé......Combinez des fichiers PDF avec PDF Merger | Fusionner efficacement des...Installez les SDK GroupDocs.Merger Cloud et développez votre propre...

    blog.groupdocs.cloud/fr/groupdocs.cloud/index.xml
  8. Document Processing REST APIs | GroupDocs Cloud

    Document Processing REST APIs | GroupDocs Cloud Recent content on Document Processing REST APIs | GroupDocs Cloud Guide étape par étape pour supprimer les métadonnées ZIP en Java Supprimez les méta......Combinez des fichiers PDF avec PDF Merger | Fusionner efficacement des...Installez les SDK GroupDocs.Merger Cloud et développez votre propre...

    blog.groupdocs.cloud/fr/index.xml
  9. how to extract pdf pages from pdf file online i...

    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....Merger Cloud API の Python SDK を使用します。機能が豊富で高性能なクラウド...

    blog.groupdocs.cloud/ja/tag/how-to-extract-pdf-...
  10. DeleteResult | Documentation

    DeleteResult data structure returned by Delete API method as output result DeleteResult example { "fileInfo": { "filePath": "signedBarcode_one-page.docx", "storageName": null, "versionId": null, "password": null }, "size": 1360026, "succeeded": [ { "barcodeType": "Code128", "text": "123456789012", "format": null, "signatureType": "Barcode", "pageNumber": 1, "signatureId": "4cb67aa8-835d-4877-8a5d-5a9ad015a098", "isSignature": true, "createdOn": "2020-07-23T07:26:42.7549544+00:00", "modifiedOn": "2020-07-23T07:36:03.9037414+00:00", "top": 0, "left": 0, "width": 0, "height": 0 } ], "failed": [] } DeleteResult fields Name Description API Version fileInfo Input file information size The size of the output document Succeeded List of successfully deleted signatures Failed List of signatures that were not deleted...Merger Product Solution GroupDocs...

    docs.groupdocs.cloud/signature/deleteresult/