Sort Score
Result 10 results
Languages All
Labels All
Results 7,191 - 7,200 of 222,967 for

new

(0.1 sec)
  1. 使用C++的JavaScript设置打印选项|Documentation

    本文演示了如何使用JavaScript API和C++库以编程方式设置Excel工作表页面设置功能的打印选项。您可以设置打印区域、打印标题和页面顺序。...Instantiate a new Workbook object const workbook = new Workbook ();...Excel97To2003 ); const blob = new Blob ([ outputData ]); const...

    docs.aspose.com/cells/zh/javascript-cpp/setting...
  2. How to add a PivotChart using Aspose.Cells for ...

    How to add a PivotChart using Aspose.Cells for JavaScript via C++.... Access the new PivotTable object from the PivotTables...links const workbook = new Workbook ( new Uint8Array ( arrayBuffer...

    docs.aspose.com/cells/javascript-cpp/how-to-add...
  3. Gigantic file size when saving Aspose.Cells.Wor...

    Dear support, when converting Excel files (*.xlsx) into PDF files using the Aspose.Cells component, in some cases the file size (and processing time) grows enormously. I’ll attach a sample project containing 3 xlsx fil…...recommend you to kindly post a new thread/topic in Aspose.Cells...that the MinimumSize-option in new Aspose.Cells.PdfSaveOptions {...

    forum.aspose.com/t/gigantic-file-size-when-savi...
  4. Convert CSV, TSV and TXT to Excel with Node.js ...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... const loadOptions4 = new AsposeCells . LoadOptions ( AsposeCells...from its path const wbCSV = new AsposeCells . Workbook ( path...

    docs.aspose.com/cells/nodejs-cpp/convert-csv-ts...
  5. Creating Annotations within pdf files using Asp...

    Hi, Can you please send me documentation for creating annotations i.e Redaction, Highlight, Comment etc. Thanks...an update on this issue - any news? Best regards, George tilal...accomplish the task. Document pdf = new Document(); pdf.Pages.Add();...

    forum.aspose.com/t/creating-annotations-within-...
  6. Specify Fallback Fonts for Presentations in .NE...

    Master Aspose.Slides for .NET to set fallback fonts in PPT, PPTX and ODP files, safeguarding consistent text display on any device or OS....IFontFallBackRule firstRule = new FontFallBackRule ( startUnicodeIndex...IFontFallBackRule secondRule = new FontFallBackRule ( 0 x3040 ,...

    docs.aspose.com/slides/net/create-fallback-font/
  7. Extract Assets from USD File Formats via .NET |...

    C# source code to load, render and add extract assets from USD documents on .NET Framework, .NET Core, Mono....usd" ; Scene scene = new Scene(file); //The output is..."OutputFile.zip" ); using var output = new FileStream(zipOutput, FileMode...

    products.aspose.com/3d/net/extractor/usd/
  8. Converting a TEX file to PDF using PHP | Aspose...

    Sample code on PHP for TEX to PDF conversion. Use example code for batch TEX to PDF conversion with Aspose.PDF for PHP via Java...Create a new instance of the TeXLoadOptions class Create a new instance...PDF Output file: // Create a new instance of the TeXLoadOptions...

    products.aspose.com/pdf/php-java/conversion/tex...
  9. PdfPermissions enumeration | Aspose.Words for N...

    Aspose.Words.Saving.PdfPermissions enumeration. Specifies the operations that are allowed to a user on an encrypted PDF document....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...annotations. let encryptionDetails = new aw . Saving . PdfEncryptionDetails...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. PDF to DOCX Merge using Java | Aspose.PDF

    Combine two or more PDF documents into one DOCX single file programmatically with Java sample code using Aspose.PDF for Java... Initialize a new Document, and run a loop for...add a new page to DOCX document In loop: add PDF file to new page...

    products.aspose.com/pdf/java/merger/pdf-to-docx/