Sort Score
Result 10 results
Languages All
Labels All
Results 3,141 - 3,150 of 12,327 for

new

(0.05 sec)
  1. HTML Content dimensions - Free Support Forum - ...

    Hi All, I have a few questions on group docs viewer for JSP: Is there a way to control the dimensions of the html content generated by Group Docs? The dimensions of the html content varies based on the document used a…...Hence, you can change or add new controls in the existing JSP...getViewerHtmlHandler().getDocumentInfo(new DocumentInfoOptions( path ));...

    forum.groupdocs.com/t/html-content-dimensions/2130
  2. How to Search for QR Code Signatures | GroupDocs

    This article explains how to search for QR-code electronic signatures using GroupDocs.Signature for Python via .NET API....Consulting Blog Knowledge Base New Releases Status Websites aspose...QR-code signatures: Create a new instance of the class and pass...

    docs.groupdocs.com/signature/python-net/search-...
  3. Extract text by table of contents item | GroupDocs

    Learn how to extract text by specific table of contents items using GroupDocs.Parser for .NET. Extract chapter content from Word documents, PDFs, and eBooks by TOC item in C#....Consulting Blog Knowledge Base New Releases Status Websites aspose...class using ( Parser parser = new Parser ( filePath )) { // Get...

    docs.groupdocs.com/parser/net/extract-text-by-t...
  4. Text file encoding detection | GroupDocs

    This article explains that how to detect encoding of a text file automatically....Consulting Blog Knowledge Base New Releases Status Websites aspose...Creating an index Index index = new Index ( indexFolder ); // Subscribing...

    docs.groupdocs.com/search/net/text-file-encodin...
  5. Search for Form Field e-Signatures | GroupDocs

    This article explains how to search for form field electronic signatures within document pages using GroupDocs.Signature for Python via .NET API....Consulting Blog Knowledge Base New Releases Status Websites aspose...Here’s how to use it: Create a new instance of the class and pass...

    docs.groupdocs.com/signature/python-net/search-...
  6. Inserting Chart Axis Title Dynamically in Prese...

    Note This feature is supported by version 18.1 or greater Note The code uses some of the objects defined in The Business Layer. Column Chart in Microsoft PowerPoint Document Creating a Column Chart Please follow below steps to create 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” dialogue 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 Save your Document Reporting Requirement As a report developer, you are required to share orders quantity of the customers dynamically with the following key requirements:...Consulting Blog Knowledge Base New Releases Status Websites aspose...MS PowerPoint 2013: Create a new presentation slide Click the...

    docs.groupdocs.com/assembly/java/inserting-char...
  7. Column Chart in Spreadsheet Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a Column Chart Report with Filtered, Ordered and Grouped Data 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. Column Chart in Microsoft Excel Document Creating a Column Chart Following below steps, you can create a column chart in MS Excel 2013:...Consulting Blog Knowledge Base New Releases Status Websites aspose...chart in MS Excel 2013: Create a new Workbook. Click the “Insert”...

    docs.groupdocs.com/assembly/net/column-chart-in...
  8. Search for Text e-Signatures | GroupDocs

    This topic explains how to search for text electronic signatures within document pages using GroupDocs.Signature for Python via .NET API....Consulting Blog Knowledge Base New Releases Status Websites aspose...GroupDocs.Signature API: Create a new instance of the class and pass...

    docs.groupdocs.com/signature/python-net/search-...
  9. Working with metadata in Matroska (MKV) files |...

    Reading matroska format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from MKV files. The following are the steps to read native MKV metadata. Load an MKV video Get the root metadata package Extract the native metadata package using MatroskaRootPackage.MatroskaPackage Read the Matroska metadata properties on different levels of the format structure AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Matroska.MatroskaReadNativeMetadataProperties using (Metadata metadata = New Metadata(Constants.InputMkv)) { var root = metadata.GetRootPackage(); // Read the EBML header Console....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Metadata metadata = new Metadata ( Constants . InputMkv...

    docs.groupdocs.com/metadata/net/working-with-me...
  10. Install GroupDocs.Conversion for Java | GroupDocs

    Learn how to install GroupDocs.Conversion for Java. Follow a step-by-step guide for Maven, Gradle, Kotlin, and manual JAR setup, and integrate seamless document conversion into your Java projects....Consulting Blog Knowledge Base New Releases Status Websites aspose...try ( Converter converter = new Converter ( "sample.txt" )) {...

    docs.groupdocs.com/conversion/java/installation/