Sort Score
Result 10 results
Languages All
Labels All
Results 661 - 670 of 1,762 for

text annotations

(0.04 sec)
  1. Extract Images from a Document Inside a Contain...

    This REST API allows extracting images from a document placed in a container like ZIP archive, emails, PDF portfolios, etc. by specifying the ContainerItemInfo parameter. Resource The following GroupDocs.Parser Cloud REST API resource has been used in the Extract images from a document inside a container example. cURL example The following example demonstrates how to extract images from a container item. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....Annotation Product Solution GroupDocs...groupdocs.cloud/v1.0/parser/text" \ -X POST \ -H "Content-Type:...

    docs.groupdocs.cloud/parser/extract-images-from...
  2. Convert Excel to CSV in Python | Convert CSV to...

    Programmatically convert Excel files to CSV and CSV to Excel on the cloud using a REST API in Python with GroupDocs.Conversion Cloud API....tabular data (numbers and text) as plain text and uses a comma to separate...XLSX to CSV in Python . . ← Annotate PDF Documents using REST API...

    blog.groupdocs.cloud/2022/01/14/convert-excel-t...
  3. Translate Documents Online

    Free online translator. Automatically translate Word, PDF and other documents online....multiple documents Translate texts between many language pairs...substitute for professional text translation. Especially when...

    products.aspose.app/words/translator
  4. Compare documents | Documentation

    Changes detection algorithms used by GroupDocs.Comparison Cloud allows to detect changes in different document parts and blocks: Text blocks - paragraphs, words and characters; Tables; Images; Shapes etc. For better visual separation of detected changes added, modified or deleted document parts are highlighted with different colors: Added – blue Modified – green Style – green Deleted – red Changes styling coloring scheme can be customized if needed, changed Text blocks can be marked with different formatting - italic, bold, underlined, strikethrough etc....Annotation Product Solution GroupDocs...different document parts and blocks: Text blocks - paragraphs, words and...

    docs.groupdocs.cloud/comparison/compare-documents/
  5. Convert Excel to PDF using PHP | XLSX to PDF us...

    Programmatically convert Excel files to PDF documents on the cloud using a REST API in PHP with GroupDocs.Conversion Cloud API....WatermarkOptions object and set Watermark Text, Color, Width, Height, etc....PDF using PHP . . ← Highlight Text in PDF using REST API in Node...

    blog.groupdocs.cloud/2022/02/12/convert-excel-t...
  6. Product Overview | Documentation

    A brief overview of the most important features, functionalities and use aspects of GroupDocs Assembly Cloud....Annotation Product Solution GroupDocs...oriented on users with advanced text editor skills, whereas Report...

    docs.groupdocs.cloud/assembly/getting-started/p...
  7. Search for Barcode signatures | Documentation

    GroupDocs.Signature Cloud provides an easy and straightforward way to find all Barcode signatures that are present in a document 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. 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....Annotation Product Solution GroupDocs..."barcodeType" : "Code128" , "text" : "123456789012" , "format"...

    docs.groupdocs.cloud/signature/search-for-barco...
  8. Enable layered rendering | Documentation

    When rendering into HTML GroupDocs.Viewer Cloud renders Text and graphics as a single layer that improves performance and reduces HTML document size. To improve content positioning wen rendering multi-layered PDF document GroupDocs.Viewer provides EnableLayeredRendering option that enables rendering of Text and graphics according to z-order in original PDF document when rendering into HTML. This option is supported when rendering to HTML only. Following code sample demonstrates how to enable layered rendering....Annotation Product Solution GroupDocs...GroupDocs.Viewer Cloud renders text and graphics as a single layer...

    docs.groupdocs.cloud/viewer/enable-layered-rend...
  9. Fetching file translations | Documentation

    How to fetch the translated file from the GroupDocs.Translation Cloud queue....Annotation Product Solution GroupDocs...ID within 24 hours after the text was sent for translation. Property...

    docs.groupdocs.cloud/translation/file/fetch/
  10. Settings | Documentation

    Settings data structure defines comparison process additional settings Settings example: { "GenerateSummaryPage": true, "ShowDeletedContent": true, "ShowInsertedContent": true, "StyleChangeDetection": true, "InsertedItemsStyle": { "FontColor": "string", "HighlightColor": "string", "BeginSeparatorString": "string", "EndSeparatorString": "string", "Bold": true, "Italic": true, "StrikeThrough": true, "Underline": true }, "DeletedItemsStyle": { "FontColor": "string", "HighlightColor": "string", "BeginSeparatorString": "string", "EndSeparatorString": "string", "Bold": true, "Italic": true, "StrikeThrough": true, "Underline": true }, "ChangedItemsStyle": { "FontColor": "string", "HighlightColor": "string", "BeginSeparatorString": "string", "EndSeparatorString": "string", "Bold": true, "Italic": true, "StrikeThrough": true, "Underline": true }, "WordsSeparatorChars": [ "string" ], "UseFramesForDelInsElements": true, "CalculateComponentCoordinates": true, "MarkChangedContent": true, "MarkNestedContent": true, "MetaData": { "Author": "string", "LastSaveBy": "string", "Company": "string" }, "Password": "string", "DiagramMasterSetting": { "MasterPath": "string", "UseSourceMaster": true }, "OriginalSize": { "Width": 0, "Height": 0 }, "HeaderFootersComparison": true, "SensitivityOfComparison": 0 } Name Description GenerateSummaryPage Indicates whether to add summary page to resultant document or not ShowDeletedContent Indicates whether to show deleted components in resultant document or not ShowInsertedContent Indicates whether to show inserted components in resultant document or not StyleChangeDetection Indicates whether to detect style changes or not InsertedItemsStyle Style for inserted components DeletedItemsStyle Style for deleted components ChangedItemsStyle Style for components with changed style WordsSeparatorChars An array of delimiters to split Text into words DetailsLevel The comparison details level (Low, Middle, High) UseFramesForDelInsElements Indicates whether to use frames for shapes in Word Processing and for rectangles in Image documents CalculateComponentCoordinates Indicates whether to calculate coordinates for changed components MarkChangedContent Indicates whether to use frames for shapes in Word Processing and for rectangles in Image documents MarkNestedContent Gets or sets a value indicating whether to mark the children of the deleted or inserted element as deleted or inserted CloneMetadata Type of metadata to clone (Default, Source, Target, FileAuthor) MetaData User metadata PasswordSaveOption Type of password saving (None, Source, Target, User) Password User password to resultant document DiagramMasterSetting Master for Diagram document OriginalSize Original document size when picture is compared with other different formats HeaderFootersComparison Control to turn on comparison of header/footer contents PaperSize The result document paper size (Default, A0, A1, … A8) SensitivityOfComparison A sensitivity of comparison (1....Annotation Product Solution GroupDocs...array of delimiters to split text into words DetailsLevel The...

    docs.groupdocs.cloud/comparison/settings/