Sort Score
Result 10 results
Languages All
Labels All
Results 2,231 - 2,240 of 9,901 for

text

(0.15 sec)
  1. Extract attachments from PDF portfolios | Docum...

    Extract attachments from PDF portfolios To extract attachments from emails getContainer method is used. This method returns the collection of ContainerItem objects. Here are the steps to extract an attachment Text from PDF Portfolios: 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 get container item names, sizes and obtain content....steps to extract an attachment text from PDF Portfolios: Instantiate...example shows how to extract a text from PDF Portfolios: // Create...

    docs.groupdocs.com/parser/java/extract-attachme...
  2. GroupDocs.Annotation for Java

    This API allows you to digitally annotate any type of file format using Java language on any platform....Java Latest Answers Add Search Text Annotation to PDF using Java...in PDF using Java How to Add Text Redaction Annotation in PDF...

    kb.groupdocs.com/annotation/java/
  3. GroupDocs.Viewer 2.0 - Enhancements and New Fea...

    Greetings! We’re pleased to announce a major update of the GroupDocs.Viewer for .NET library: version 2.0. This version of the document viewer has a lot of new features, improvements and bug fixes. You’ll find a complete list of updates and the new library itself here. In this and the next article, I’d like to take a closer look at the updates that I think you’ll be the most interested. So here we go:...information of the document: all texts from an original document are...rendered in a browser as real text, not images, while document...

    blog.groupdocs.com/viewer/enhancements-and-new-...
  4. Integrate Watermarking in Node.js Applications

    Follow our guide to easily implement watermarking in your Node.js projects with feature-rich GroupDocs.Watermark for Node.js API....Key Features Use Cases Adding Text Watermark Adding Image Watermark...more. Text and Image Watermarks : Easily apply both text and image...

    blog.groupdocs.com/watermark/integrate-watermar...
  5. Password-protected documents | Documentation

    Learn how to open the password-protected documents....( password ))) { // Check if text extraction is supported if (... Features . Text ) { Console . WriteLine ( "Text extraction isn't...

    docs.groupdocs.com/parser/net/password-protecte...
  6. Use All Highlight Extraction Modes with Search ...

    Team GroupDocs is really delighted to announce the monthly release of version 17.02.0 of the GroupDocs.Text for .NET API. This version comes up with a number of new features along with an enhancement related to using highlight extraction modes with search functionality. GroupDocs.Text for .NET API has improved the search functionality by adding the ability to search for some Text using regular expression and searching a whole word. What’s more exciting is the addition of features dealing with the extraction of highlighted Text in documents....Text for .NET API. This version comes...search functionality. GroupDocs.Text for .NET API has improved the...

    blog.groupdocs.com/parser/groupdocs.text-.net-1...
  7. 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...
  8. Using Markdown Documents | Documentation

    Note This feature is supported by version 19.8 or greater. Note The code uses some of the objects defined in The Business Layer. Markdown Documents (MD) Markdown is a lightweight markup language intended for one purpose, to be used to format Text on the web with plain Text formatting syntax. Let it be clear that Markdown is not a replacement for HTML because its syntax is very small, containing a very small subset of HTML tags....used to format text on the web with plain text formatting syntax...Markdown is a writing format. The text files created with Markdown...

    docs.groupdocs.com/assembly/net/using-markdown-...
  9. 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...
  10. Barcodes Syntax and Properties | Documentation

    Note This feature is only compatible with GroupDocs.Assembly for .NET 3.2.0 or later releases. Inserting Barcodes Dynamically You can insert barcode images to your documents dynamically using barcode tags. To declare a dynamically inserted barcode image within your template, perform the following steps: Add a Textbox to your template at the place where you want a barcode image to be inserted. Set common image attributes such as size, rotation angle, and others for the Textbox, making the Textbox look like a barcode image without bars and Text....barcode image without bars and text. Specify a barcode tag within...barcode specification. The barcode text must contain parentheses for...

    docs.groupdocs.com/assembly/java/barcodes-synta...