Sort Score
Result 10 results
Languages All
Labels All
Results 3,021 - 3,030 of 10,806 for

new

(0.09 sec)
  1. 【GroupDocs Conversion for .NET】TIFF→PDF変換した時に,用...

    GroupDocsConversionでTIFF→PDF変換した時に,用紙サイズが変わります。 (例えば,A4サイズのTIFFファイルを,PDF変換するとA1サイズのPDFファイルになります。) 元ファイルの用紙サイズのままでPDFに出力できるようにしたい(A4のTIFFは,A4のPDFに変換する)ですが, 参考に出来るソースがあれば教えて頂けないでしょうか...using (Converter converter = new Converter(@tiffファイル)) { PdfConvertOptions...PdfConvertOptions options = new PdfConvertOptions(); converter.Convert(@PDFファイル...

    forum.groupdocs.com/t/groupdocs-conversion-for-...
  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. 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...
  4. Iterate through container items | Documentation

    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. How to merge TIF images using C# | Documentation

    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...
  6. Minify HTML | Documentation

    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/
  7. 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...
  8. 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...
  9. 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...
  10. Indexing reports | Documentation

    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/