Sort Score
Result 10 results
Languages All
Labels All
Results 3,581 - 3,590 of 12,048 for

new

(0.11 sec)
  1. Compare PDF Files - Online and Free PDF Comparison

    Compare PDF files using free the online comparison tool. Developers can use .NET, Java, and Cloud API to build a document comparison application....C# using (Comparer comparer = new Comparer(@"path/document-ver1...using Java Comparer comparer = new Comparer("path/document-ver1...

    blog.groupdocs.com/comparison/compare-pdf-files...
  2. Edit Excel Files in C# | Build your own Online ...

    Editing Excel files is explained with C# examples to edit XLS, XLSX, ODS files within your .NET application using spreadsheet and document editing API....of “Old Company Name” with “New Company Name” in the first tab...the selected tab. Create the new EditableDocument using the modified...

    blog.groupdocs.com/editor/edit-excel-files-in-c...
  3. Comparison result does not include all text - F...

    Hello! When comparing documents, sometimes, some text does not appear at all in the comparison result. This can be reproduced by using the following documents: doc1.docx (13.4 KB) doc2.docx (13.8 KB) In doc2 there a…...machine: using var comparer = new Comparer(loadPath1); comparer...we have opened the following new ticket(s) in our internal issue...

    forum.groupdocs.com/t/comparison-result-does-no...
  4. Iterate through container items | GroupDocs

    This article explains that how to extract containers items and iterate through container items....Consulting Blog Knowledge Base New Releases Status Websites aspose...class using ( Parser parser = new Parser ( filePath )) { // Extract...

    docs.groupdocs.com/parser/net/iterate-through-c...
  5. Minify HTML | GroupDocs

    Learn how to minify HTML and CSS when rendering of documents into HTML and make your HTML documents load faster with GroupDocs.Viewer....Consulting Blog Knowledge Base New Releases Status Websites aspose...// ... try ( Viewer viewer = new Viewer ( "sample.docx" )){ HtmlViewOptions...

    docs.groupdocs.com/viewer/java/minify-html/
  6. How to merge TIF images using C# | GroupDocs

    Learn how to merge TIF image files, combine TIF image 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.tif" ))...

    docs.groupdocs.com/merger/net/getting-started/u...
  7. Chart Series Coloring in Spreadsheet 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 Spreadsheet Document Creating a Column Chart Practising the following steps, you can insert a Column Chart in MS Excel 2013: Create a New Workbook. Click the “Insert” tab, and then click “Insert Column Chart” icon in the Charts group to view the drop-down list....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/chart-series-co...
  8. Individual Series Point Coloring in Spreadsheet...

    Note This feature is supported by version 18.5 or greater. Note The code uses some of the objects defined in The Business Layer. Individual Series Point Coloring in Spreadsheet Document Please follow below steps to can create Pie Chart in MS Excel 2013. Add a New Workbook Click on the workbook where you want to insert the chart, click the “Insert” tab, and then click “Pie Chart Icon” in the charts group A drop-down with charts will appear, select the “Pie” and press “OK” to insert the chart Click on the chart you just inserted, then click the “Change Data” icon in Data group Now add legend entries....Consulting Blog Knowledge Base New Releases Status Websites aspose...Chart in MS Excel 2013. Add a new Workbook Click on the workbook...

    docs.groupdocs.com/assembly/net/individual-seri...
  9. Extract emails from Outlook Storage | GroupDocs

    Extract emails from Outlook using GroupDocs.Parser for .NET...Consulting Blog Knowledge Base New Releases Status Websites aspose...class using ( Parser parser = new Parser ( filePath )) { // Extract...

    docs.groupdocs.com/parser/net/extract-emails-fr...
  10. Indexing reports | GroupDocs

    This article demonstrates that how indexing reports can be retrieved from the index using search API...Consulting Blog Knowledge Base New Releases Status Websites aspose...specified folder Index index = new Index ( indexFolder ); // Indexing...

    docs.groupdocs.com/search/net/indexing-reports/