Sort Score
Result 10 results
Languages All
Labels All
Results 3,801 - 3,810 of 10,924 for

text

(0.07 sec)
  1. Adding image watermarks | GroupDocs

    GroupDocs.Watermar API supports adding the following image file types as image watermark: Bmp; Png; Gif; Jpeg. Add image watermark from local file Following code snippet shows how to add ImageWatermark to a document. If the document consists of multiple parts (pages, worksheets, slides, frames etc), the watermark will be added to all of them. advanced_usage.adding_image_watermarks.AddImageWatermark // Specify an absolute or relative path to your document. Ex: "C:\\Docs\\presentation.pptx" Watermarker watermarker = new Watermarker("presentation....the following article about text watermarks, however, the same...

    docs.groupdocs.com/watermark/java/adding-image-...
  2. Working with Templates | GroupDocs

    Create templates with fields and tables to extract structured data using GroupDocs.Parser for Python via .NET.... text print ( f "Invoice number: {...

    docs.groupdocs.com/parser/python-net/working-wi...
  3. Add or Remove Annotations | Annotate PDF files ...

    Programmatically add and remove annotations from PDF files in Java. Add arrow, rectangle, ellipse, highlight, watermark annotations and more using Java API....Resource Redaction Strikeout Text Field Text Redaction Underline Watermark...

    blog.groupdocs.com/annotation/annotate-pdf-file...
  4. Build your first search solution | GroupDocs

    First of all you need to create an index. An index can be created in memory or on disk. An index created in memory cannot be saved after exiting your program. In contrast, an index created on disk may be loaded in the future to continue working....found can be highlighted in the text of the document. For more information...highlight search results in the text of a document. Detailed information...

    docs.groupdocs.com/search/net/build-your-first-...
  5. How to Edit CSV File | GroupDocs

    This guide demonstrates how to edit CSV, TSV, comma-separated values, and other Text files with different settings and many other powerful features of GroupDocs.Editor for Node.js via Java....documents are a specific form of text-based spreadsheets that use...loading options. They are simple text files by their nature, so there...

    docs.groupdocs.com/editor/nodejs-java/how-to-ed...
  6. Working with metadata in Presentations | GroupDocs

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of presentations such as PPT, PPTX, POTM, POTX, etc. For the full list of supported presentation formats please refer to Supported document formats. Detecting the exact type of a presentation The following sample of code will help you to detect the exact type of a loaded presentation and extract some additional file format information. Load a presentation Extract the root metadata package Use the getPresentationType method to obtain file format information advanced_usage....applications are able to display simple text statistics for loaded documents...demonstrates how to obtain the text statistics for a presentation...

    docs.groupdocs.com/metadata/java/working-with-m...
  7. Indexing from different sources | GroupDocs

    GroupDocs.Search allows indexing documents from various sources....Creating a document object String text = new String ( Files . readAllBytes...CommonFieldNames . Content , text ), }; Document document = Document...

    docs.groupdocs.com/search/java/indexing-from-di...
  8. How to Convert DOCX to TXT using Java

    In this guide, we will provide easy steps to convert DOCX to TXT using Java. Also, we will provide you a code example representing how to export DOCX to TXT in Java....as collaborating with basic text editors, extracting unformatted...

    kb.groupdocs.com/conversion/java/how-to-convert...
  9. Scan Barcode from DOCX using Java

    This guide demonstrates how to scan barcode from DOCX using Java, including a code example to help you extract barcode from DOCX in Java easily and efficiently....content from DOCX files, such as text, metadata, images, and barcodes...

    kb.groupdocs.com/parser/java/scan-barcode-from-...
  10. Convert PDF to DOCX using Java

    Effortlessly convert PDF to DOCX using Java, eliminating the need for additional tools. Also, we will furnish you with code example to export PDF to DOCX using Java.... Whether you’re extracting text, adjusting formatting, or integrating...

    kb.groupdocs.com/conversion/java/convert-pdf-to...