Sort Score
Result 10 results
Languages All
Labels All
Results 311 - 320 of 946 for

parser family

(0.04 sec)
  1. 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...Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Parser Product Solution GroupDocs...

    docs.groupdocs.cloud/signature/deletesettings/
  2. AnnotateOptions | Documentation

    AnnotateOptions structure defines options for annotating documents FileInfo example { "FileInfo": { "FilePath": "string", "Password": "string" }, "Annotations": [], "FirstPage": 0, "LastPage": 0, "OnlyAnnotatedPages": true, "OutputPath": "string" } FileInfo fields Name Description FileInfo Input file path and password. See FileInfo structure Annotations Array of annotations to add to the document. See AnnotationInfo structure FirstPage Num of first page to annotate OnlyAnnotatedPages Indicates whether to save only annotated pages to output document OutputPath Path of output document...Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Parser Product Solution GroupDocs...

    docs.groupdocs.cloud/annotation/annotateoptions/
  3. System requirements | Documentation

    Minimum requirements and prerequisites for developing applications with GroupDocs.Rewriter Cloud....Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Parser Product Solution GroupDocs...

    docs.groupdocs.cloud/rewriter/system-requirements/
  4. Signing Documents | Documentation

    Note Note: The features listed on this page are supported only in GroupDocs.Signature Cloud V1...Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Parser Product Solution GroupDocs...

    docs.groupdocs.cloud/signature/signing-document...
  5. Supported Platforms | Documentation

    GroupDocs.Parser Cloud is a REST API that can be used with any language: .NET, Java, PHP, Ruby, Python, Node.js and many more. You can use it with any language or platform that supports REST. (Almost all platforms and languages support REST and provide native REST clients to work with REST APIs). You do not need to worry about language or platform limitations. You can use it with any platform – web, desktop, mobile, and cloud....Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Parser Product Solution GroupDocs...

    docs.groupdocs.cloud/parser/supported-platforms/
  6. FileInfo | Documentation

    FileInfo data structure describes input file FileInfo example { "FilePath": "string", "StorageName": "string", "VersionId": "string", "Password": "string" } FileInfo fields Name Description FilePath File path in storage StorageName Storage name. Default storage used if not specified VersionId Version ID. Not required. Password Password to open password-protected file...Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Parser Product Solution GroupDocs...

    docs.groupdocs.cloud/annotation/fileinfo/
  7. Sending images and scanned PDFs for translation...

    How to scans and image files for translation to the selected languages....Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Parser Product Solution GroupDocs...

    docs.groupdocs.cloud/translation/file/request/i...
  8. Sending PDF files for translation | Documentation

    How to send PDF files for translation to the selected languages....Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Parser Product Solution GroupDocs...

    docs.groupdocs.cloud/translation/file/request/pdf/
  9. Sending Word files for translation | Documentation

    How to send Word files for translation to the selected languages....Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Parser Product Solution GroupDocs...

    docs.groupdocs.cloud/translation/file/request/w...
  10. ConversionResult | Documentation

    ConversionResult data structure returned by Document Conversion API as output result ConversionResult example [ { "name": "one-page.pdf", "size": 17958, "url": "converted/one-page.pdf" }, ... ] ConversionResult fields Name Description name Name of the converted document size Size of the converted document url Page file path in the cloud storage. Use this value to download page using File API...Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Parser Product Solution GroupDocs...

    docs.groupdocs.cloud/conversion/conversionresult/