Sort Score
Result 10 results
Languages All
Labels All
Results 2,361 - 2,370 of 10,066 for

new

(0.1 sec)
  1. Visual Studio Plugin to Explore GroupDocs.Assem...

    Visual Studio Plugin to Explore GroupDocs.Assembly Examples GroupDocs.Assembly for .NET plugin is providing an ease to compile GroupDocs.Assembly for .NET 3.0.0 examples and to explore the examples. It has reduced the efforts to download examples and the DLL file from different resources (GitHub, NuGet). You can quickly run CSharp project. So all the manual steps to explore the examples have been exempted. Features Following are the key features of the plugin...Consulting Blog Knowledge Base New Releases Status Websites aspose...GroupDocs in Visual Studio. Select New GroupDocs.Assembly Example Project...

    docs.groupdocs.com/assembly/net/visual-studio-p...
  2. GroupDocs.Conversion for Java | Documentation

    GroupDocs.Conversion for Java is an advanced document conversion API developed to convert files of different formats from within Java applications....Consulting Blog Knowledge Base New Releases Status Websites aspose...Conversion for Java If you’re new to GroupDocs.Conversion, refer...

    docs.groupdocs.com/conversion/java/
  3. 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:...Consulting Blog Knowledge Base New Releases Status Websites aspose...class try ( Parser parser = new Parser ( Constants . SampleOutlook...

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

    This article shows how to extract images from PDF, Emails, Ebooks, Microsoft Office: Word (DOC, DOCX), PowerPoint (PPT, PPTX), Excel (XLS, XLSX), LibreOffice formats and many others...Consulting Blog Knowledge Base New Releases Status Websites aspose...class using ( Parser parser = new Parser ( filePath )) { // Extract...

    docs.groupdocs.com/parser/net/extract-images-fr...
  5. Remove metadata properties | Documentation

    This article shows that how to remove metadata properties from a file is to use corresponding tags that allow you to locate the desired properties across all metadata packages....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Metadata metadata = new Metadata ( Constants . InputDocx...

    docs.groupdocs.com/metadata/net/remove-metadata...
  6. Column Chart in Email Document | Documentation

    Note In this article, we will use GroupDocs.Assembly to generate a Column Chart Report with Filtered, Grouped, and Ordered Data in Email Document format. Note The code uses some of the objects defined in The Business Layer. Column Chart in Email Document Note This feature is supported by version 17.8.0 or greater. Creating a Column Chart Please follow below steps to create a column chart in MS Outlook 2013:...Consulting Blog Knowledge Base New Releases Status Websites aspose...in MS Outlook 2013: Create a new Email. Click the “Insert” tab...

    docs.groupdocs.com/assembly/net/column-chart-in...
  7. ASP.NET WebForm Front End powered by GroupDocs....

    The GroupDocs team is glad to Announce the sample project for the ASP.NET Web-Form developers. The purpose behind this release is to expedite the developers to understand the implementation of GroupDocs.Annotation or write their own document Annotation Application using GroupDocs.Annotation for .NET 3.x. Practically all the functionalities have been implemented in this project which was given in the old GroupDocs.Annotation for .NET 2.x UI Based API. GroupDocs users are free to customize and enhance the application by their own....Find an issue or an idea of new feature – fix it and submit a...Find an issue or an idea of new feature – create an issue in...

    blog.groupdocs.com/annotation/groupdocs-annotat...
  8. Merge HTML | Documentation

    Learn how to merge HTML files, combine HTML files into one file programmatically in Python via .NET language using GroupDocs.Merger for Python via .NET library....Consulting Blog Knowledge Base New Releases Status Websites aspose...evolved with requirements of new information requirements to be...

    docs.groupdocs.com/merger/python-net/merge/html/
  9. Merge documents to PDF | Documentation

    This section describes how to import OLE objects into PDF documents using Java...Consulting Blog Knowledge Base New Releases Status Websites aspose...file types: Merger merger = new Merger ( "c:\document1.pdf" );...

    docs.groupdocs.com/merger/java/merge-documents-...
  10. Merge archives | Documentation

    Learn how to merge archive files, combine archive files into one file programmatically in C# language using GroupDocs.Merger for .NET library....Consulting Blog Knowledge Base New Releases Status Websites aspose...file using ( Merger merger = new Merger ( @"c:\sample1.zip" ))...

    docs.groupdocs.com/merger/net/merge/archives/