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

new

(0.03 sec)
  1. Merge EPUB | Documentation

    Learn how to merge EPUB files, combine EPUB 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.epub" ))...

    docs.groupdocs.com/merger/net/merge/epub/
  2. Working with metadata in PNG images | Documenta...

    Reading PNG metadata properties The GroupDocs.Metadata API supports extracting format-specific information from PNG images. The following are the steps to read the native PNG metadata. Load a PNG image Get the root metadata package Extract the native metadata package using PngRootPackage.PngPackage Read the PNG metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Png.PngReadTextChunks using (Metadata metadata = New Metadata(Constants.InputPng)) { var root = metadata.GetRootPackage(); foreach (var chunk in root.PngPackage.TextChunks) { Console.WriteLine(chunk.Keyword); Console.WriteLine(chunk.Text); var compressedChunk = chunk as PngCompressedTextChunk; if (compressedChunk !...Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Metadata metadata = new Metadata ( Constants . InputPng...

    docs.groupdocs.com/metadata/net/working-with-me...
  3. Removing metadata | Documentation

    Example demonstrates some advanced usage scenarios of the GroupDocs.Metadata search engine allowing to remove metadata properties...Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Metadata metadata = new Metadata ( file )) { if ( metadata...

    docs.groupdocs.com/metadata/net/removing-metadata/
  4. Pie Chart in Presentation Document | Documentation

    Note In this article, we will use GroupDocs.Assembly to generate a Pie Chart report in Presentation Document format. Note The code uses some of the objects defined in The Business Layer. Pie Chart in Microsoft PowerPoint Document Creating a Pie Chart Please follow below steps to create Pie Chart in MS PowerPoint 2013: Add a New presentation slide. Click the “Insert” tab, and then click “Chart” in the illustrations group to open the “Insert Chart” dialog box....Consulting Blog Knowledge Base New Releases Status Websites aspose...in MS PowerPoint 2013: Add a new presentation slide. Click the...

    docs.groupdocs.com/assembly/java/pie-chart-in-p...
  5. In-Table List With Alternate Content in Email D...

    Note In this article, we will use GroupDocs.Assembly to generate a In-Table List With Alternate Content report in Email Document format. In-Table List With Alternate Content in Email Document Creating a In-Table List With Alternate Content Practicing the following steps you can create In-Table List With Alternate Content Template in MS Outlook 2013. Add a New email. Press “Insert” tab to insert the table. Insert a 2X3 table. Save the template....Consulting Blog Knowledge Base New Releases Status Websites aspose...Template in MS Outlook 2013. Add a new email. Press “Insert” tab to...

    docs.groupdocs.com/assembly/java/in-table-list-...
  6. Pie Chart in Email Document | Documentation

    Note In this article, we will use GroupDocs.Assembly to generate a Pie Chart report in Presentation Document format. Note The code uses some of the objects defined in The Business Layer. Note This feature is supported by version 17.8.0 or greater. Pie Chart in Email Document Creating a Pie Chart Please follow below steps to create Pie Chart in MS Outlook 2013: Create a New Email. Click the “Insert” tab, and then click “Chart” in the illustrations group to open the “Insert Chart” dialog box....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/pie-chart-in-em...
  7. What is GroupDocs Assembly?

    Last week, I mentioned changes that we’re making to GroupDocs Assembly to make it more intuitive. Document assembly (also known as document automation) is an aspect of document management that you might not be familiar with, so this week I’ll discuss what it is and how it can be used in more detail. Document Management? You’ve found your way to GroupDocs and the GroupDocs blog so chances are that you have an idea about document management....again and again, creating a new, unique document each time. It’s...template, add data and create a new document.”] [/caption] Give Me...

    blog.groupdocs.com/total/what-is-groupdocs-asse...
  8. Extract text from HTML documents | Documentation

    Learn how to extract a text from HTML documents getText() method is used. This method allows to extract a text from the entire document. Pagination and raw mode is not supported for emails....Consulting Blog Knowledge Base New Releases Status Websites aspose...class try ( Parser parser = new Parser ( Constants . SampleHtml...

    docs.groupdocs.com/parser/java/extract-text-fro...
  9. Merge EPUB | Documentation

    Learn how to merge EPUB files, combine EPUB files into one file programmatically in Java language using GroupDocs.Merger for Java library....Consulting Blog Knowledge Base New Releases Status Websites aspose...source EPUB file Merger merger = new Merger ( "c:\sample1.epub" )...

    docs.groupdocs.com/merger/java/merge/epub/
  10. Common List Image in Presentation Document | Do...

    Note In this article, we will use GroupDocs.Assembly to generate a Common List Image report in Presentation Document format. Note The code uses some of the objects defined in The Business Layer. Common List in Microsoft PowerPoint Document Creating a Common List Image Please follow below steps to create Common List Template in MS PowerPoint 2013: Create a New presentation slide. Add two shapes to hold pictures and name. Save your Document....Consulting Blog Knowledge Base New Releases Status Websites aspose...MS PowerPoint 2013: Create a new presentation slide. Add two shapes...

    docs.groupdocs.com/assembly/java/common-list-im...