Sort Score
Result 10 results
Languages All
Labels All
Results 2,801 - 2,810 of 213,069 for

new

(0.11 sec)
  1. Opening Files with Different Formats with JavaS...

    Aspose.Cells for JavaScript via C++ API allows you to open or read different formats like XLSX, HTML, CSV, ODS, TSV, SXC, FODS, etc.... const loadOptions = new LoadOptions ( LoadFormat . SpreadsheetML...data const workbook = new Workbook ( new Uint8Array ( arrayBuffer...

    docs.aspose.com/cells/javascript-cpp/opening-fi...
  2. Შეკუმშოს TIFF C#

    შეკუმშოს TIFF C# ში ხარისხის დაკარგვის გარეშე. გააუმჯობესეთ TIFF კონტენტი, შეამცირეთ ფაილის ზომა მარტივად....Words; var doc = new Document(); var builder = new DocumentBuilder(doc);..."Input.tiff" ); var saveOptions = new ImageSaveOptions(SaveFormat.Tiff)...

    products.aspose.com/words/ka/net/compress/tiff/
  3. Print PDF document using Aspose.PDF for .NET - ...

    adobe reader and aspose print have different color as attached image…!!! Different Color.jpg (524.1 KB)...PdfViewer object PdfViewer viewer = new PdfViewer(); // Open input PDF...Printing.PrinterSettings ps = new System.Drawing.Printing.PrinterSettings();...

    forum.aspose.com/t/print-pdf-document-using-asp...
  4. NodeRendererBase.Save | Aspose.Words for .NET

    Discover the NodeRendererBase Save method. Easily render shapes as images and save them to files for seamless integration and enhanced productivity.... Document doc = new Document ( MyDir + "Office math...ImageSaveOptions saveOptions = new ImageSaveOptions ( SaveFormat...

    reference.aspose.com/words/net/aspose.words.ren...
  5. Copy Inner and Outer Field|Aspose.PDF for .NET

    This section explains how to copy Inner and Outer Field with Aspose.PDF Facades using FormEditor Class....which you want to copy, the new field name, and the page number...object using ( var formEditor = new Aspose . Pdf . Facades . FormEditor...

    docs.aspose.com/pdf/net/copy-inner-and-outer-fi...
  6. DocumentBuilder.insertDocument method | Aspose....

    Aspose.Words.DocumentBuilder.insertDocument method... let doc = new aw . Document ( base . myDir..."Document.docx" ); let builder = new aw . DocumentBuilder ( doc );...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. 档案

    档案... StringPtr outDir = new String("OutputDirectory\\");...outputChartTypeLine = outDir->StringAppend(new String("outputChartTypeLine.xlsx"));...

    blog.aspose.com/zh/cells/create-charts-in-excel...
  8. Managing Pictures with JavaScript via C++|Docum...

    Learn how to add and position pictures in spreadsheets using Aspose.Cells for JavaScript via C++....(or leave empty to create a new workbook), and select an image...provided, otherwise create a new one let workbook ; if ( fileInput...

    docs.aspose.com/cells/javascript-cpp/managing-p...
  9. Manage Comments and Notes with JavaScript via C...

    Insert and manage comments or notes with Aspose.Cells for JavaScript via C++.... The new Comment object can be accessed...const workbook = new Workbook (); // Adding a new worksheet to the...

    docs.aspose.com/cells/javascript-cpp/comments-a...
  10. Update Links in PDF|Aspose.PDF for Java

    Update links in PDF programmatically. This guide is about how to update links in PDF in Java language....PDF file Document document = new Document ( _dataDir + "UpdateLinks...goToAction . setDestination ( new XYZExplicitDestinati ( 1 , 1...

    docs.aspose.com/pdf/java/update-links/