Sort Score
Result 10 results
Languages All
Labels All
Results 2,591 - 2,600 of 8,176 for

document conversion api

(0.37 sec)
  1. Working with List Reports - Bulleted | GroupDocs

    The Bulleted List As per wikipedia, a Bulleted List can be described as: In typography, a bullet ( • ) is a typographical symbol or glyph used to introduce items in a list. For example: Item 1 Item 2 Item 3 For more information, please visit wikipedia article. Articles in this section...Conversion Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/assembly/java/working-with-l...
  2. Inserting Chart Axis Title Dynamically | GroupDocs

    Note The code uses some of the objects defined in The Business Layer. Note This feature is supported by version 17.12 or greater Column Chart in Microsoft Word Document Creating a Column Chart Practising the following steps, you can insert a Column Chart in MS Word 2013: Click in the Document where you want to insert the chart, click the “Insert” tab, and then click “Chart” in the illustrations group to open the “Insert Chart” dialog box Select “Column” in the sidebar, you will see a gallery of charts Select the “100% Stacked Column” and press “OK” to insert the chart and Worksheet template to your Document Edit the Worksheet with your data to update the chart....Conversion Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/assembly/java/inserting-char...
  3. Using OCR to redact image documents | GroupDocs

    GroupDocs.Redaction supports both types of image Documents for Optical Character Recognition (OCR): image files, such as printed Document scans (PNG, JPG, etc.) embedded images within office Documents (PDF, DOCX, etc.) You have to implement IOcrConnector interface and pass the instance to RedactorSettings constructor. For more details, see OCR Usage Basics article. OCR usage limitations There are the following limitations of the OCR with GroupDocs.Redaction v21.3: textual replacements are not supported, so you have to use color box replacements to redact text in images....Conversion Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/redaction/net/using-ocr/
  4. Load from Stream | GroupDocs

    Load from Stream As an alternative to a local file, Redactor can open a Document from stream. The following example demonstrates how to load and redact a Document using Stream: final FileInputStream stream = new FileInputStream("sample.docx"); try { final Redactor redactor = new Redactor(stream); try { // Here we can use Document instance to make redactions redactor.apply(new DeleteAnnotationRedaction()); redactor.save(); } finally { redactor.close(); } } finally { stream.close(); }...Conversion Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/redaction/java/load-from-str...
  5. Search text in Microsoft Office Word documents ...

    To search a keyword in Microsoft Office Word Documents search(String) method is used. This method returns the collection of SearchResult objects. For details, see Search Text. Here are the steps to search a keyword in Microsoft Office Word Document: Instantiate Parser object for the initial Document; Call search(String) method and obtain the collection of SearchResult objects; Iterate through the collection and get the position and text. Warning search(String) method returns null value if search isn’t supported for the Document....Conversion Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/parser/java/search-text-in-m...
  6. Swap pages | GroupDocs

    This article explains how to rearrange Document pages for PDF, Word, Excel, PowerPoint and many other file types using GroupDocs.Merger for Java....Conversion Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/merger/java/swap-pages/
  7. Indexing from different sources | GroupDocs

    GroupDocs.Search allows indexing Documents from various sources....Conversion Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/search/nodejs-java/indexing-...
  8. Extract text in Raw mode | GroupDocs

    Learn how to extract text in Raw mode for maximum performance using GroupDocs.Parser for .NET. Fast text extraction mode for bulk processing and performance-critical scenarios in C#....Conversion Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/parser/net/extract-text-in-r...
  9. Remove Text Watermark from DOCX Using Python

    You can remove text watermark from DOCX using Python with simple code. This guide also shows how to delete watermark in DOCX using Python for clean output....Find Answers by API GroupDocs.Total Product Family GroupDocs...GroupDocs.Conversion Product Family GroupDocs.Annotation Product Family...

    kb.groupdocs.com/watermark/python/remove-text-w...
  10. Load file from local disk | GroupDocs

    This article explains how to load PDF, Word, Excel, PowerPoint Documents from local disk when using GroupDocs.Parser for Python via .NET....Conversion Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/parser/python-net/load-file-...