Sort Score
Result 10 results
Languages All
Labels All
Results 1,151 - 1,160 of 2,078 for

assembly

(0.05 sec)
  1. zArchive

    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....Assembly Cloud REST API على وشك الإطلاق...الإخراج المحدد. GroupDocs.Assembly ستمنحك Cloud REST API مجموعة...

    blog.groupdocs.cloud/ar/tag/zarchive/
  2. Bulletin février 2014

    Intégrations et nouveaux exemples d'API Cloud, versions et mises à jour de produits et plus encore dans notre newsletter de février 2014....signer, comparer, convertir et assembler des documents rapidement et...interface utilisateur. GroupDocs.Assembly pour la bibliothèque .NET...

    blog.groupdocs.cloud/fr/total/product-updates-t...
  3. خبرنامه فوریه 2014

    یکپارچه‌سازی‌ها و نمونه‌های جدید Cloud API، محصولات منتشر شده و به‌روزرسانی‌ها و موارد دیگر در خبرنامه فوریه 2014 ما....Assembly برای .NET Library یک کتابخانه...NET که ویژگی های GroupDocs.Assembly for Cloud App را در بر می...

    blog.groupdocs.cloud/fa/total/news-groupdocs-ap...
  4. 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...
  5. 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...
  6. 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/
  7. 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/
  8. InfoResult | Documentation

    InfoResult data structure returned by Info API method as output result InfoResult example { "fileInfo": { "filePath": "signaturedocs/one-page.docx", "storageName": null, "versionId": null, "password": null }, "extension": "docx", "fileFormat": "Microsoft Word Open XML Document", "size": 1359584, "pagesCount": 1, "dateCreated": "2020-07-21T05:37:12.1994841Z", "dateModified": "2020-07-14T07:03:23Z", "widthForMaxHeight": 612, "maxPageHeight": 792, "pages": [ { "number": 0, "name": null, "width": 612, "height": 792, "angle": 0, "visible": false } ] } InfoResult fields Name Description FileInfo File path, storage, version, password Extension Document extension FileFormat Document file format Size Document size in bytes PagesCount Count of pages in document DateCreated Document creation date DateModified Document modification date WidthForMaxHeight Specifies width for max height of document page MaxPageHeight Specifies max page height pages List of document pages page....Assembly Product Solution GroupDocs...

    docs.groupdocs.cloud/signature/inforesult/
  9. ConversionSettings | Documentation

    ConversionSettings data structure used as input parameters for Document Conversion API. ConversionSettings example { "Format": "string", "FilePath": "string", "Storage": "string", "LoadOptions": { "Password": "string", }, "ConvertOptions": { "FromPage": "integer", "PagesCount": "integer" }, "OutputPath": "string" } ConversionSettings fields Name Description Format Specifies target conversion format. Required. FilePath The path of the document, located in the storage. Required. StorageName Storage name LoadOptions Format specific LoadOptions. ConvertOptions Format specific ConvertOptions. OutputPath Path to store conversion result....Assembly Product Solution GroupDocs...

    docs.groupdocs.cloud/conversion/conversionsetti...
  10. VerifyResult | Documentation

    VerifyResult data structure returned by Verify API method as output result VerifyResult example { "FileInfo": { "FilePath": "/words/docx/one-page.docx", "Password" : "1234567890" }, "Size" : 12345, "IsSuccess": "true" } SignResult fields Name Description FilePath Name of the verified document Size Size of the verified document IsSuccess Result of verification process...Assembly Product Solution GroupDocs...

    docs.groupdocs.cloud/signature/verifyresult/