Sort Score
Result 10 results
Languages All
Labels All
Results 3,591 - 3,600 of 4,944 for

groupdocs.viewer,

(0.08 sec)
  1. Extract emails from Outlook Storage | Documenta...

    To extract emails from Outlook Storage getContainer method is used. This method returns the collection of ContainerItem objects. Outlook Storage item can contain the following metadata: Name Description date The time and date at which the Outlook Storage item was last modified. email-sender The value of “sender” field. email-to The value of “to” field. subject The value of “subject” field. Outlook Storage container consists of email documents (msg files). Here are the steps to extract an email text from outlook storage:...To extract emails from Outlook Storage getContainer method is used. This method returns the collection of ContainerItem objects. Outlook Storage item can contain the following metadata: Name Description date The time and date at which the Outlook Storage item was last modified. email-sender The value of “sender” field. email-to The value of “to” field. subject The value of “subject” field. Outlook Storage container consists of email documents (msg files). Here are the steps to extract an email text from outlook storage:

    docs.groupdocs.com/parser/java/extract-emails-f...
  2. Merge PDF files using C#

    Learn how to merge PDF files using C# programming. Streamline document management with code of how to combine PDF files in C# without installing extra software....Learn how to merge PDF files using C# programming. Streamline document management with code of how to combine PDF files in C# without installing extra software.

    kb.groupdocs.com/merger/net/merge-pdf-files-usi...
  3. Extract images from Microsoft Office Word docum...

    To extract images from Microsoft Office Word documents getImages methods are used. By default images are extracted with its original format. With using ImageOptions class it is possible to extract images from Microsoft Office Word documents as bmp, gif, jpeg, png and webp formats. Warning getImages method returns null value if image extraction isn’t supported for the document. For example, image extraction isn’t supported for TXT files. Therefore, for TXT file getImages method returns null....To extract images from Microsoft Office Word documents getImages methods are used. By default images are extracted with its original format. With using ImageOptions class it is possible to extract images from Microsoft Office Word documents as bmp, gif, jpeg, png and webp formats. Warning getImages method returns null value if image extraction isn’t supported for the document. For example, image extraction isn’t supported for TXT files. Therefore, for TXT file getImages method returns null.

    docs.groupdocs.com/parser/java/extract-images-f...
  4. Extract metadata from Emails | Documentation

    Extract metadata from emails by using GetMetaData method....Extract metadata from emails by using GetMetaData method.

    docs.groupdocs.com/parser/net/extract-metadata-...
  5. Use Aspose.OCR for .NET on-premise API | Docume...

    This article explains that how to use Aspose.OCR for .NET on-premise API....This article explains that how to use Aspose.OCR for .NET on-premise API.

    docs.groupdocs.com/redaction/net/use-aspose-ocr...
  6. Extract Hyperlinks from DOCX using C#

    Learn how to extract hyperlinks from DOCX using C# with this step-by-step guide. Discover how to read hyperlinks from DOCX in C# without extra software installation....Learn how to extract hyperlinks from DOCX using C# with this step-by-step guide. Discover how to read hyperlinks from DOCX in C# without extra software installation.

    kb.groupdocs.com/parser/net/extract-hyperlinks-...
  7. Scan Barcode from PPTX using C#

    This guide explains how to scan barcode from PPTX using C#, featuring a code example to help you extract barcode from PPTX in C# efficiently and seamlessly....This guide explains how to scan barcode from PPTX using C#, featuring a code example to help you extract barcode from PPTX in C# efficiently and seamlessly.

    kb.groupdocs.com/parser/net/scan-barcode-from-p...
  8. Extract barcodes from document | Documentation

    This article explains that how to extract barcodes from documents....This article explains that how to extract barcodes from documents.

    docs.groupdocs.com/parser/net/extract-barcodes-...
  9. Extract metadata from Emails | Documentation

    To extract metadata from emails getMetadata method is used. This method allows to extract the following metadata: Name Description subject The email “subject” field. email-sender The email “from” field. email-to The email “to” field. May contain more than one address separated by semicolons. email-cc The email “cc” field. May contain more than one address separated by semicolons. Here are the steps to extract metadata from an email: Instantiate Parser object for the initial email; Call getMetadata method and obtain collection of document metadata objects; Iterate through the collection and get metadata names and values....To extract metadata from emails getMetadata method is used. This method allows to extract the following metadata: Name Description subject The email “subject” field. email-sender The email “from” field. email-to The email “to” field. May contain more than one address separated by semicolons. email-cc The email “cc” field. May contain more than one address separated by semicolons. Here are the steps to extract metadata from an email: Instantiate Parser object for the initial email; Call getMetadata method and obtain collection of document metadata objects; Iterate through the collection and get metadata names and values.

    docs.groupdocs.com/parser/java/extract-metadata...
  10. Extract images from Emails | Documentation

    Extract images from emails, by default images are extracted with its original format...Extract images from emails, by default images are extracted with its original format

    docs.groupdocs.com/parser/net/extract-images-fr...