Sort Score
Result 10 results
Languages All
Labels All
Results 4,841 - 4,850 of 15,593 for

file

(0.23 sec)
  1. Extract emails from Outlook Storage | GroupDocs

    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:...consists of email documents (msg files). Here are the steps to extract...attachments ) { // Print the file path System . out . println...

    docs.groupdocs.com/parser/java/extract-emails-f...
  2. Output format and password | GroupDocs

    Following this guide you will learn how to save edited Word document with password or change output document format using GroupDocs.Editor for .NET features....with binary nature, support file encoding with the password....

    docs.groupdocs.com/editor/net/output-format-and...
  3. Find Word and its Homophones in Multiple Files ...

    Find specific word and its homophones within different Files of a folder using Java. Build application for homophones using document searching Java API....homophones within multiple files of any specific folder. It can...Search You can download the JAR file from the downloads section or...

    blog.groupdocs.com/search/find-homophones-in-mu...
  4. Generating Report using Multiple Data Sources i...

    Note In this article, we will use GroupDocs.Assembly to generate a report. This report will fetch data from multiple data sources. Note The code uses some of the objects defined in The Business Layer. Generating Report in Microsoft Word Document Creating a Template Insert a desired shape to display image in it. Go to Insert Tab and select shape by clicking on Shape Icon. Add a bullet list at the place where you want it Save your Document Reporting Requirement As a report developer, you are required to generate a report that fetches data from two different data sources (e:g XML, JSON).... Click “File” and select “Save As”. Select...

    docs.groupdocs.com/assembly/net/generating-repo...
  5. Installation | GroupDocs

    This guide explains how to install GroupDocs.Editor for .NET to your environment...dll file. You have referenced GroupDocs...

    docs.groupdocs.com/editor/net/installation/
  6. Features Overview | GroupDocs

    This artice decsribes the features of GroupDocs.Merger for .NET library. It allows you to Merge PDF, Merge JPG, Split Document, Move Page, Swap Pages of the documents....information about source document - file type, size, pages count, page...

    docs.groupdocs.com/merger/net/features-overview/
  7. Working with CAD metadata | GroupDocs

    The GroupDocs Metadata API provides the feature to read basic metadata in CAD Files. The supported CAD formats are: DWG DXF Reading CAD metadata To access metadata in a CAD drawing, the GroupDocs.Metadata API provides the CadRootPackage.CadPackage property. The following code snippet reads metadata associated with a CAD File. AdvancedUsage.ManagingMetadataForSpecificFormats.Cad.CadReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputDxf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.CadPackage.AcadVersion); Console.WriteLine(root.CadPackage.Author); Console.WriteLine(root.CadPackage.Comments); Console.WriteLine(root.CadPackage.CreatedDateTime); Console.WriteLine(root.CadPackage.HyperlinkBase); Console.WriteLine(root.CadPackage.Keywords); Console.WriteLine(root.CadPackage.LastSavedBy); Console.WriteLine(root.CadPackage.Title); // ....read basic metadata in CAD files. The supported CAD formats are:...metadata associated with a CAD file. AdvancedUsage.ManagingMetadataForS...

    docs.groupdocs.com/metadata/net/working-with-ca...
  8. GroupDocs.Conversion for Node.js 25.11 – 最新更新与修...

    探索 GroupDocs.Conversion for Node.js 25.11 的新功能。现在可在 NuGet 和 GroupDocs 网站上获取。...); // Create read stream from file const readStream = fs . createReadStream...

    blog.groupdocs.com/zh/conversion/groupdocs-conv...
  9. Get comparison result as an object model | Grou...

    This article explains how to get result document object model with GroupDocs.Comparison for .NET....); // Save the document to a file. asposeDocument . Save ( "output...

    docs.groupdocs.com/comparison/net/how-to-get-re...
  10. Sign document with ordering the signatures | Gr...

    This article shows how to create electronic signatures with specific ordering on the document page... 10 )); // sign document to file signature . Sign ( "signed.pdf"...

    docs.groupdocs.com/signature/java/sign-document...