Sort Score
Result 10 results
Languages All
Labels All
Results 741 - 750 of 1,365 for

extract text

(0.03 sec)
  1. Working with IPTC IIM metadata | Documentation

    This article explains how to access IPTC metadata in a file of any supported format, GroupDocs.Metadata for Node.js via Java provides the IIptc.getIptcPackage method....properties that can be applied to text, images, and other media types...that contains IPTC metadata Extract the IPTC metadata package using...

    docs.groupdocs.com/metadata/nodejs-java/working...
  2. Render PDF documents as HTML and image files | ...

    This topic describes how to use the GroupDocs.Viewer Java API to convert PDF files to HTML, PNG, and JPEG formats....elements of an HTML page (including text, graphics, and stylesheets)...view ( viewOptions ); } Render text as an image GroupDocs.Viewer...

    docs.groupdocs.com/viewer/java/render-pdf-docum...
  3. Convert Image using OCR | Documentation

    To convert image using ocr, follow this guide to learn how to convert an image document with ocr processing using GroupDocs.Conversion for .NET....using OCR processing and extract text from image and convert it...

    docs.groupdocs.com/conversion/net/convert-image...
  4. Add or Remove Annotations in C# | Annotate Word...

    Programmatically add and remove annotations from Word DOC/DOCX files in C#. Add arrow, rectangle, ellipse, watermark annotations using .NET Annotation API....allows you to add, remove, and extract annotations from Word documents...Watermark Distance Strikeout Text Field Ellipse Highlight Link...

    blog.groupdocs.com/annotation/annotate-word-doc...
  5. Working with saved Emails | Documentation

    GroupDocs.Metadata for .NET provides functionality that allows handling the most popular email message formats: EML and MSG. The following are some commonly used scenarios of working with the message content and metadata. Reading EML message metadata The EML message format is used by many email clients including Novell GroupWise, Microsoft Outlook Express, Lotus notes, Windows Mail, Mozilla Thunderbird, and Postbox. The files contain the email contents as plain Text in MIME format, containing the email header and body, including attachments in one or more of several formats....the email contents as plain text in MIME format, containing the...below demonstrates how to extract metadata from an EML message...

    docs.groupdocs.com/metadata/net/working-with-sa...
  6. How to edit XML file | Documentation

    This article demonstrates how to edit XML files and XML documents using Java programming language....that any XML is first of all a text file). By default all XML files... if they are present in the text nodes or attribute values inside...

    docs.groupdocs.com/editor/java/how-to-edit-xml/
  7. How to edit XML file | Documentation

    This article demonstrates how to edit XML files and XML documents using C# programming language....that any XML is first of all a text file). By default all XML files... if they are present in the text nodes or attribute values inside...

    docs.groupdocs.com/editor/net/how-to-edit-xml/
  8. Working with slide backgrounds | Documentation

    Extracting information about all slide backgrounds The API allows you to Extract information about all the slide backgrounds in a PowerPoint document as shown in the following code sample using method getBackgroundImage() of PresentationSlide.getImageFillFormat(). advanced_usage.add_watermarks_to_presentations.PresentationGetSlideBackgroundsInformation PresentationLoadOptions loadOptions = new PresentationLoadOptions(); // Specify an absolute or relative path to your document. Ex: "C:\\Docs\\presentation.pptx" Watermarker watermarker = new Watermarker("presentation.pptx", loadOptions); PresentationContent content = watermarker.getContent(PresentationContent.class); for (PresentationSlide slide : content.getSlides()) { if (slide....backgrounds Leave feedback Extracting information about all slide...backgrounds The API allows you to extract information about all the slide...

    docs.groupdocs.com/watermark/java/working-with-...
  9. 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.... you can add, remove, and extract annotations from word-processing...Resource Redaction Strikeout Text Field Text Redaction Underline Watermark...

    blog.groupdocs.com/annotation/annotate-pdf-file...
  10. Working with saved Emails | Documentation

    GroupDocs.Metadata for Java provides functionality that allows handling the most popular email message formats: EML and MSG. The following are some commonly used scenarios of working with the message content and metadata. Reading EML message metadata The EML message format is used by many email clients including Novell GroupWise, Microsoft Outlook Express, Lotus notes, Windows Mail, Mozilla Thunderbird, and Postbox. The files contain the email contents as plain Text in MIME format, containing the email header and body, including attachments in one or more of several formats....the email contents as plain text in MIME format, containing the...below demonstrates how to extract metadata from an EML message...

    docs.groupdocs.com/metadata/java/working-with-s...