Sort Score
Result 10 results
Languages All
Labels All
Results 3,151 - 3,160 of 10,997 for

text

(0.04 sec)
  1. GroupDocs.Viewer for .NET

    This API allows you to view and render any type of file format using C# .NET language on any platform....JPG using C# How to Extract Text from PDF using C# How to Render...

    kb.groupdocs.com/viewer/net/
  2. Merge HTML | GroupDocs

    Learn how to merge HTML files, combine HTML files into one file programmatically in C# language using GroupDocs.Merger for .NET library....HTML Leave feedback HTML (Hyper Text Markup Language) is the extension...help of and all content like text, images, tables, graphs, forms...

    docs.groupdocs.com/merger/net/merge/html/
  3. How to Convert PDF to Image in C#

    Review the document transformation procedure and learn the guide to convert PDF to Image in C# and explore working sample code to convert PDF to Image using C#....published an article to change Text to PDF using C#, have a look...look at how to convert Text to PDF in C# guide for more information...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  4. How to Convert PowerPoint to PDF using Java

    Quickly review the procedure to convert PowerPoint to PDF using Java and learn how to follow these instructions to create the convert PPT to PDF Java functionality....converting Word document to Text using Java, take a look at how...to convert Word Document to Text in Java post for more information...

    kb.groupdocs.com/conversion/java/how-to-convert...
  5. How to Extract Images from PowerPoint in C#

    This article provides stepwise instructions to extract images from PowerPoint in C# and a sample working code on how to get images from PowerPoint using C#....published an article for extracting Text from XML using C#, have a look...look at how to Extract Text from XML in C# guide for more information...

    kb.groupdocs.com/parser/net/how-to-extract-imag...
  6. Character replacement during indexing | GroupDocs

    Character replacement during indexing can be used, for example, to convert all Text to lowercase characters or to remove diacritics from Text....for example, to convert all text to lowercase characters or to...to remove diacritics from text. Such replacements can reduce...

    docs.groupdocs.com/search/java/character-replac...
  7. Extract barcodes from document page | GroupDocs

    This article explains that how to extract barcodes from document page....Description The page that contains the text area. The rectangular area on...on the page that contains the text area. A string value that represents...

    docs.groupdocs.com/parser/net/extract-barcodes-...
  8. Render PDF as JPG using Java

    Discover an efficient approach to render PDF as JPG using Java. Additionally, delve into comprehensive step-by-step guideline and Java code for rendering PDF to JPG....tutorial, we discussed extracting text from PDFs using Java. If you...our article on how to extract text from PDF using Java . Updated...

    kb.groupdocs.com/viewer/java/render-pdf-as-jpg-...
  9. Add Image Watermark to DOCX Using Java

    Learn how to add image watermark to DOCX using Java without extra software installation. Also, we'll supply you code to insert image watermark to DOCX in Java....detailed tutorial on how to add text watermarks to PDF using Java...specifically focused on how to add text watermark to PDF using Java...

    kb.groupdocs.com/watermark/java/add-image-water...
  10. OCR support | GroupDocs

    OCR support means the ability to connect an external module (library) for the recognition of printed Text (optical character recognition, OCR) on images, either separate or embedded in documents. To connect OCR, you need to implement the IOcrConnector interface in the client code. The following example demonstrates how to implement the OCR connector using com.aspose.ocr library for Text recognition in images. String indexFolder = "c:\\MyIndex"; String documentFolder = "c:\\MyDocuments"; // Creating an index Index index = new Index(indexFolder); // Setting the OCR indexing options IndexingOptions options = new IndexingOptions(); options....for the recognition of printed text (optical character recognition...using com.aspose.ocr library for text recognition in images. String...

    docs.groupdocs.com/search/java/ocr-support/