Sort Score
Result 10 results
Languages All
Labels All
Results 3,041 - 3,050 of 10,575 for

new

(0.04 sec)
  1. In-Table List in Presentation Document | Docume...

    Note In this article, we will use GroupDocs.Assembly to generate a In-TableList report in Presentationformat based on the use case: Working with a Business Case. Note The code uses some of the objects defined in The Business Layer. In-Table List in Microsoft PowerPoint Document Creating a In-Table List Practicing the following steps you can create In-Table List Template in MS PowerPoint 2013. Add a New presentation slide. Press “Insert” tab....Consulting Blog Knowledge Base New Releases Status Websites aspose...in MS PowerPoint 2013. Add a new presentation slide. Press “Insert”...

    docs.groupdocs.com/assembly/net/in-table-list-i...
  2. Common Master-Detail Image in Spreadsheet Docum...

    Note In this article, we will use GroupDocs.Assembly to generate a Common Master-Detail Image report in Spreadsheet Document format based on the use case: Working with a Business Case. Note The code uses some of the objects defined in The Business Layer. Common Master-Detail Image in Microsoft Excel Document Creating a Common Master-Detail Image Please follow below steps to create Common Master-Detail Image Template in MS Excel 2013: Create a New Workbook....Consulting Blog Knowledge Base New Releases Status Websites aspose...Template in MS Excel 2013: Create a new Workbook. Insert a shape to display...

    docs.groupdocs.com/assembly/net/common-master-d...
  3. Extract metadata from Microsoft Office PowerPoi...

    This article explains that how to extract metadata from Microsoft Office PowerPoint(.ppt, .pptx) presentations...Consulting Blog Knowledge Base New Releases Status Websites aspose...class using ( Parser parser = new Parser ( filePath )) { // Extract...

    docs.groupdocs.com/parser/net/extract-metadata-...
  4. Display and Securely Share Documents of More th...

    Great News for ExpressionEngine site owners and developers. Not a long time ago we’ve published a New plugin that allows you to integrate the GroupDocs.Viewer for .NET library into your ExpressionEngine website. The plugin is now available for download from the EE marketplace. This integration adds an ability to display 50+ types of documents right on your ExpressionEngine website. Among supported file formats are: PDF, Microsoft Word, Excel, PowerPoint, Outlook, Visio, RTF, CSV, CAD, multipage TIFF and a lot more....Great news for ExpressionEngine site owners and developers. Not...long time ago we’ve published a new plugin that allows you to integrate...

    blog.groupdocs.com/viewer/display-and-securely-...
  5. Password Protect PDF Files in Java | Lock Unloc...

    Learn to lock & unlock PDF files with password protection in Java. Change the current password, or remove it within Java applications....Let’s change the password to a new one. The following steps change...the update options using the new password. Load the PDF document...

    blog.groupdocs.com/merger/password-protect-pdf-...
  6. Chart Series Coloring in Presentation Document ...

    Note This feature is supported by version 18.5 or greater. Note The code uses some of the objects defined in The Business Layer. Chart Series Coloring in Presentation Document Creating a Column Chart Practising the following steps, you can insert a Column Chart in MS PowerPoint 2013: Create a New presentation slide Click the “Insert” tab, and then click “Chart” in the illustrations group to open the “Insert Chart” dialog box Select “Column” in the sidebar, you will see a gallery of charts Select the “100% Stacked Column” and press “OK” to insert the chart and Worksheet template to your document Edit the Worksheet with your data to update the chart....Consulting Blog Knowledge Base New Releases Status Websites aspose...MS PowerPoint 2013: Create a new presentation slide Click the...

    docs.groupdocs.com/assembly/net/chart-series-co...
  7. Extract data from attachments and ZIP archives ...

    This article shows how to extract data (text, images, PDF forms) from ZIP-archived documents with GroupDocs.Parser....Consulting Blog Knowledge Base New Releases Status Websites aspose...class using ( Parser parser = new Parser ( filePath )) { // Extract...

    docs.groupdocs.com/parser/net/extract-data-from...
  8. Find metadata properties | Documentation

    This article explains that how you can easily search metadata and extract desired metadata properties from PDF, DOCX, PPTX, XLSX, images, audio, video and many other files of different types in your .NET solution....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Metadata metadata = new Metadata ( Constants . InputPptx...

    docs.groupdocs.com/metadata/net/find-metadata-p...
  9. Working with Metadata in ASF Files | Documentation

    Working with metadata in ASF files Reading ASF format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from ASF files. The following are the steps to read native ASF metadata. Load an ASF video Get the root metadata package Extract the native metadata package using AsfRootPackage.AsfPackage Read the ASF metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Asf.AsfReadNativeMetadataProperties using (Metadata metadata = New Metadata(Constants.InputAsf)) { var root = metadata.GetRootPackage(); var package = root.AsfPackage; // Display basic properties Console....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Metadata metadata = new Metadata ( Constants . InputAsf...

    docs.groupdocs.com/metadata/net/working-with-me...
  10. Break Indexing Operation Manually using GroupDo...

    GroupDocs team is pleased to announce the monthly release of GroupDocs.Search for .NET 18.6. Using the latest version, you can now break indexing operation manually. Furthermore, obsolete Relevance property is removed from the DetailResultInfo method and ImportDictionary and ExportDictonary methods are added to index dictionaries. We would recommend you to install and use the latest version of API. Break Indexing Operation ManuallyUsing GroupDocs.Search API you can break indexing operation manually....//Creating index Index index = new Index(folderForIndex); //Subscribing...

    blog.groupdocs.com/search/break-indexing-operat...