Sort Score
Result 10 results
Languages All
Labels All
Results 161 - 170 of 359 for

document structure

(0.23 sec)
  1. GroupDocs Cloud Blog

    GroupDocs Cloud Blog - Document Processing REST APIs | GroupDocs Cloud...discussed how to convert PDF document to PNG format and a PNG image...flexibly. PDF format, or Portable Document Format, is an ideal file format...

    blog.groupdocs.cloud/groupdocs.cloud/page/24/
  2. Classify raw text in MS Office, PDF and many ot...

    GroupDocs.Classification Cloud API retrieves raw text classification output for taxonomy/Documents taxonomy that contains information about the best class...text classification for structuring text in a fast and cost-efficient...output for IAB-2 taxonomy or Documents taxonomy . It returns an object...

    blog.groupdocs.cloud/classification/classify-ra...
  3. Extract XML Text using Python | Parse XML in Py...

    Extracting text from XML files is a crucial task in various applications. Learn how to extract text from XML using Python and understand its importance....for storing and exchanging structured information. It is widely...data contained within XML documents. By extracting text, we can...

    blog.groupdocs.cloud/parser/extract-text-from-x...
  4. Combine Word Documents in C# | Merge DOC/DOCX F...

    Learn how to combine multiple Word (DOC, DOCX) Documents into single file using REST API. Our guide with C# code examples for automating Word file merging...українська Polski Merge Word Documents (DOC, DOCX) using C# .NET...challenge, especially when documents need to be consolidated for...

    blog.groupdocs.cloud/merger/merge-word-document...
  5. Working with Text Documents | Documentation

    Textual Documents are simple Plain Text flat files (TXT), that contain no images, pages, paragraphs, lists, tables and so on. However, users can create some primitive formatting like lists with leading markers, left indents with whitespaces, tables with pseudo-graphics, paragraphs with line breaks, and so on. GroupDocs.Editor Cloud can recognize some of these Structures. Other non-obvious feature, that GroupDocs.Editor Cloud provides, is the ability to save edited TXT Document not only back to TXT, but also to WordProcessing....Ask AI GroupDocs Cloud Documentation / GroupDocs.Editor Cloud...Guide / Document Edit Operations / Working with Text Documents Working...

    docs.groupdocs.cloud/editor/working-with-text-d...
  6. Extract text from XML in Java | Parse XML docum...

    Learn how to extract text from XML Documents in Java using GroupDocs.Parser Cloud SDK for Java. Streamline the process of accessing data from XML files....(eXtensible Markup Language) documents plays an important role in...for storing and organizing structured data in a hierarchical format...

    blog.groupdocs.cloud/parser/java-dom-parser-ext...
  7. GroupDocs.Merger Cloud Product Family

    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.... Merging PDF documents provides a simple and effective...manually or deal with large documents. Fortunately, with the help...

    blog.groupdocs.cloud/categories/groupdocs.merge...
  8. Compare Word Documents | Compare DOCX Files Onl...

    How to compare Word Documents in C# .NET. A guide to compare 2 Documents in Word, identify differences, and highlight changes using Word comparison tools....Polski How to compare Word Documents (DOC, DOCX) using C# .NET...technical documents, being able to compare Word documents is essential...

    blog.groupdocs.cloud/comparison/compare-word-do...
  9. GroupDocs.Conversion Cloud Product Family

    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....convert PDF (Portable Document Format) documents to HTML (Hypertext...example, you need to share PDF documents on social networks or online...

    blog.groupdocs.cloud/categories/groupdocs.conve...
  10. ConvertOptions | Documentation

    Format specific convert options xls, xlsx, xlsx, xlsm, xlsb, xlsb, ods, xltx, xltm, tsv Properties Description format Convert format password Document password zoom Document zoom fromPage Start conversion from specified page number pagesCount Convert pagesCount from specified page pages An array with set of pages to be converted usePdf Use pdf as intermediate format watermarkOptions Watermark options to be applied during conversion { "format": "{format}", "password": "Pass123", "zoom": 100, "fromPage": 1, "pagesCount": 10, "pages": [2,4,6], "usePdf": false, "watermarkOptions": [{options}] } csv Properties Description format Convert format fromPage Start conversion from specified page number pagesCount Convert pagesCount from specified page pages An array with set of pages to be converted usePdf Use pdf as intermediate format { "format": "{format}", "fromPage": 1, "pagesCount": 10, "pages": [2,4,6], "usePdf": false, "watermarkOptions": [{options}] } html Properties Description format Convert format fixedLayout Document password zoom Document zoom fromPage Start conversion from specified page number pagesCount Convert pagesCount from specified page pages An array with set of pages to be converted usePdf Use pdf as intermediate format watermarkOptions Watermark options to be applied during conversion { "format": "{format}", "fixedLayout": true, "zoom": 100, "fromPage": 1, "pagesCount": 10, "pages": [2,4,6], "usePdf": false, "watermarkOptions": [{options}] } png, gif, bmp, ico Properties Description format Convert format width Width of image after conversion height Height of image after conversion horizontalResolution Desired image horizontal resolution after conversion....Ask AI GroupDocs Cloud Documentation / GroupDocs.Conversion Cloud.../ Developer Guide / Data structures / ConvertOptions ConvertOptions...

    docs.groupdocs.cloud/conversion/convertoptions/