Sort Score
Result 10 results
Languages All
Labels All
Results 2,391 - 2,400 of 10,115 for

new

(0.09 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. Linux Compatibility for Python version

    Linux Compatibility for Python version Hi, I just purchased a license and I'm trying to find the python binaries for the Linux version, for GroupDocs.Watermark, I could only find macosx and windows......@SpxAmanda , We have just released a new version of GroupDocs.Watermark...We have opened the following new ticket(s) in our internal issue...

    forum.groupdocs.com/t/linux-compatibility-for-p...
  3. 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...
  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. 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...
  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. Using aliases | Documentation

    This article shows the use of aliases which allows you to reduce the length of search queries in text form....Consulting Blog Knowledge Base New Releases Status Websites aspose...specified folder Index index = new Index ( indexFolder ); // Indexing...

    docs.groupdocs.com/search/net/using-aliases/
  8. SQLite DB on GroupDocs Blog | Document Automati...

    SQLite DB on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in SQLite DB on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers 使用 C#......(Parser parser = new Parser(connectionString, new LoadOptions(FileFormat...

    blog.groupdocs.com/zh/tag/sqlite-db/index.xml
  9. Working with metadata in GIF images | Documenta...

    Detecting the GIF version The following sample of code will help you to detect the version of a loaded GIF image and extract some additional file format information. Load a GIF image Extract the root metadata package Use the getGifImageType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.image.gif.GifReadFileFormatProperties try (Metadata metadata = New Metadata(Constants.InputGif)) { GifRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getGifImageType().getFileFormat()); System.out.println(root.getGifImageType().getVersion()); System.out.println(root.getGifImageType().getByteOrder()); System.out.println(root.getGifImageType().getMimeType()); System.out.println(root.getGifImageType().getExtension()); System.out.println(root.getGifImageType().getWidth()); System.out.println(root.getGifImageType().getHeight()); } Working with XMP Metadata GroupDocs....Consulting Blog Knowledge Base New Releases Status Websites aspose...GifReadFileFormatPro try ( Metadata metadata = new Metadata ( Constants . InputGif...

    docs.groupdocs.com/metadata/java/working-with-m...
  10. Get the format family and the additional inform...

    This article explains how to get the format family and the additional information using Java with GroupDocs.Viewer for Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...// ... try ( Viewer viewer = new Viewer ( "sample.pdf" )) { //...

    docs.groupdocs.com/viewer/java/how-to-get-file-...