Sort Score
Result 10 results
Languages All
Labels All
Results 1,311 - 1,320 of 2,125 for

assembly

(0.03 sec)
  1. Translation workflow | Documentation

    An overview of the GroupDocs.Translation Cloud workflow....Assembly Product Solution GroupDocs...

    docs.groupdocs.cloud/translation/workflow/
  2. Getting supported languages | Documentation

    How to get a full list of supported language pairs....Assembly Product Solution GroupDocs...

    docs.groupdocs.cloud/translation/languages/
  3. Get Document Information | Documentation

    This API retrieves document information. It returns an object that contains information about file format, document pages and file size. Resource The following GroupDocs.Signature Cloud REST API resource has been used to get document information. cURL example Request curl -X POST "https://api.groupdocs.cloud/v2.0/signature/info" -H "accept: application/json" -H "authorization: Bearer [Access Token]" -H "Content-Type: application/json" -d "{ \"FileInfo\": { \"FilePath\": \"Signaturedocs/one-page.docx\", \"StorageName\": \"MyStorage\", \"VersionId\": \"\", \"Password\": \"\" }}" Response { "fileName": "one-page.docx", "extension": "....Assembly Product Solution GroupDocs...

    docs.groupdocs.cloud/signature/get-document-inf...
  4. GroupDocs.Rewriter Cloud | Documentation

    An introduction to natural language processing technology and how GroupDocs.Rewriter Cloud can help you use it for your day-to-day business needs....Assembly Product Solution GroupDocs...

    docs.groupdocs.cloud/rewriter/
  5. GroupDocs Newsletter March 2017– APIs Updates a...

    GroupDocs developer newsletter of April 2017 describes APIs updates, major feature enhancements and bug fixes within GroupDocs documents manipulation APIs....Assembly for Java allows generating...

    blog.groupdocs.cloud/total/groupdocs-developer-...
  6. GroupDocs.Clouds

    GroupDocs.Clouds - Document Automation REST APIs | GroupDocs Cloud...Assembly Cloud API를 사용하여 JSON 데이터로...

    blog.groupdocs.cloud/ko/groupdocs.cloud/page/13/
  7. PdfOptimizationOptions | Documentation

    PdfOptimizationOptions data structure contains the PDF optimization options to apply to the output PDF file. ImageOptions example { "Lineriaze": false, "RemoveAnnotations": false, "RemoveFormFields": false, "ConvertToGrayScale": false, "SubsetFonts": false, "CompressImages": false, "ImageQuality": 100, "ResizeImages": false, "MaxResolution": 300, "OptimizeSpreadsheets": false } ImageOptions fields Name Description Lineriaze Enables optimization the output PDF file for viewing online with a web browser. This optimization allows a browser to display the first pages of a PDF file when you open the document, instead of waiting for the entire file to download....Assembly Product Solution GroupDocs...

    docs.groupdocs.cloud/viewer/pdfoptimizationopti...
  8. Extract Text From The Whole Document | Document...

    This REST API allows extracting text from the whole document by default. You need to specify only the file information parameters. Resource The following GroupDocs.Parser Cloud REST API resource has been used in the extract text from the whole document example. cURL example The following example demonstrates how to extract text from the whole document. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....Assembly Product Solution GroupDocs...

    docs.groupdocs.cloud/parser/extract-text-from-t...
  9. Overview | Documentation

    GroupDocs.Comparison Cloud is a REST API that provides an ability to detect differences between source and target files for changes at paragraphs, words and characters levels. Can identify styling and formatting changes - like bold, italic, underlines, strike-troughs, font types, etc. Every particular difference between compared document can be applied or rejected and the exported to a final document. GroupDocs.Comparison Cloud allows to obtain basic information about source document - file type, size, pages count etc....Assembly Product Solution GroupDocs...

    docs.groupdocs.cloud/comparison/overview/
  10. ChangeInfo | Documentation

    ChangeInfo data structure returned by /comparison/changes API as output result. Also used by /comparison/updates API as input. ChangeInfo example: { "id": 0, "comparisonAction": "None", "type": "Inserted", "text": "lol", "targetText": "Latin (i/?læt?n/, /?læt?n/; Latin: lingua lat?na, IPA: [?l????a la?ti?na]) is a classical language, originally spoken inLatium, Italy, which belongs to the Italic branch of the Indo-European languages.[3] The Latin alphabet is derived from the Etruscan and Greek alphabetslol.", "authors": [ "?GroupDocs" ], "styleChangeInfo": [], "pageInfo": { "width": 0, "height": 0, "pageNumber": 0 }, "box": { "height": 0, "width": 0, "x": 0, "y": 0 } } Name Description Id Id of change ComparisonAction Action (accept or reject)....Assembly Product Solution GroupDocs...

    docs.groupdocs.cloud/comparison/changeinfo/