Sort Score
Result 10 results
Languages All
Labels All
Results 2,301 - 2,310 of 9,898 for

text

(0.06 sec)
  1. Extract attachments from Emails | Documentation

    Extract attachments from Emails To extract attachments from emails getContainer method is used. This method returns the collection of ContainerItem objects. Email Attachment can contain the following metadata: Name Description content-type The MIME type of the attachment content These metadata refer to a container element itself, not a document. Here are the steps to extract an email Text from email attachments: Instantiate Parser object for the initial document; Call getContainer method and obtain collection of ContainerItem objects; Check if collection isn’t null (container extraction is supported for the document); Iterate through the collection and obtain Parser object to extract a Text....the steps to extract an email text from email attachments: Instantiate...and obtain object to extract a text. The following example shows...

    docs.groupdocs.com/parser/java/extract-attachme...
  2. Load document from stream | Documentation

    There might be cases when the document is presented only as a stream (without a copy on the local disk). To avoid the overhead of saving documents to the disk, GroupDocs.Parser enables to extract data from streams directly. The following example shows how to load the document from the stream: // Create the stream try (InputStream stream = new FileInputStream(Constants.SamplePdf)) { // Create an instance of Parser class with the stream try (Parser parser = new Parser(stream)) { // Extract a Text into the reader try (TextReader reader = parser....Parser ( stream )) { // Extract a text into the reader try ( TextReader...{ // Print a text from the document // If text extraction isn't...

    docs.groupdocs.com/parser/java/load-document-fr...
  3. Add watermarks to PowerPoint presentations | Do...

    Add watermarks to PowerPoint presentations. Add watermark to particular slide with simple or advanced settings easily....pptx" , loadOptions )) { // Add text watermark to the first slide...strengthening the protection of text watermark. Using unreadable...

    docs.groupdocs.com/watermark/net/add-watermarks...
  4. Show/Hide Comments when Rendering Word and Spre...

    Today, we are excited to announce version 17.5.0 of GroupDocs.Viewer for .NET API. This brand new release came up with 20 important bug fixes and key improvements. It also supports rendering of comments in Word and Spreadsheet documents. Furthermore, we have introduced settings to adjust quality and size when rendering documents as PDF. We recommend you to please upgrade to the latest version to get improved results. GroupDocs.Viewer for ....comments when rendering Words (Text documents) and Cells (Spreadsheet...RenderOptions properties Fix - Text selection flickers in converted...

    blog.groupdocs.com/viewer/show-comments-renderi...
  5. watermark.xml

    1.0 utf-8 yes http://www.sitemaps.org/schemas/sitemap/0.9 http://www.w3.org/1999/xhtml https://docs.groupdocs.com/watermark/nodejs-java/technical-support/weekly0.5https://docs.groupdocs.com/waterma......com/watermark/java/add-text-or-image-watermark/weekly0.5https://docs...groupdocs.com/watermark/java/adding-text-watermarks/weekly0.5https://docs...

    docs.groupdocs.com/sitemaps/watermark.xml
  6. GroupDocs.Watermark Overview | Documentation

    GroupDocs.Watermark for Node.js via Java is a powerful API for managing watermarks in the various documents formats such as PDF, DOCX/DOC/RTF, PPTX/PPT, XLSX/XLS, JPG, PNG, TIFF, GIF and many others....the following features: Add text and image watermark to supported...document formats. Search and remove text and image watermarks. Search...

    docs.groupdocs.com/watermark/nodejs-java/groupd...
  7. Numeric range search | Documentation

    This article gives the knowledge about numeric range search which allows you to search in documents any integer numbers in the range from 0 to 9223372036854775807 (Int64.MaxValue)....note that the number in the text must not be separated by spaces...the numeric range search in text and object forms. C# string...

    docs.groupdocs.com/search/net/numeric-range-sea...
  8. Distance, Strikeout and Underline Annotation in...

    The GroupDocs team is proudly announcing version v4.0.0 for GroupDocs.Annotation for Java Modern UI. Keeping in mind features supported in our backend API, we have implemented updates in this modern user interface. In this new version, a user can now add distance, strikeout and **underline **annotation. We would recommend Java users to download this new version to explore and provide us valuable feedback. let’s explore new features in detail....user can strikeout selected text in the document and add annotation...user can underline selected text in the document and add annotation...

    blog.groupdocs.com/annotation/distance-strikeou...
  9. GroupDocs.Watermark for Java

    Այս API-ն թույլ է տալիս շահարկել տեքստի և պատկերի ջրանիշները ցանկացած տեսակի ֆայլի ձևաչափով, օգտագործելով Java լեզվի ցանկացած հարթակ:...DOCX-ում Java-ի միջոցով Հեռացրեք Text Watermark-ը DOCX-ից Java-ի միջոցով...PNG-ին Java-ի միջոցով Ավելացրեք Text Watermark XLSX-ին Java-ի միջոցով...

    kb.groupdocs.com/hy/watermark/java/
  10. Extract Images from PDF Documents in C# using ....

    Learn how to extract images from PDF files using C# within your .NET applications. Extract images from PDF files or from any specific page using .NET API....content including formatted text, images, annotations, form fields...multiple ways of extracting the text. However, extracting images...

    blog.groupdocs.com/parser/extract-images-from-p...