Sort Score
Result 10 results
Languages All
Labels All
Results 8,351 - 8,360 of 223,144 for

new

(0.2 sec)
  1. Add PDF Bookmarks with Named Destinations using...

    Learn how to add PDF bookmarks with named destinations using Aspose.Cells for Node.js via C++. Ensure bookmarks remain intact regardless of page changes.... "data" ); const workbook = new AsposeCells . Workbook ( path...this cell const bookmarkEntry = new AsposeCells . PdfBookmarkEntry...

    docs.aspose.com/cells/nodejs-cpp/add-pdf-bookma...
  2. PdfSaveOptions.pageMode property | Aspose.Words...

    PdfSaveOptions.pageMode property. Specifies how the PDF document should be displayed when opened in a PDF reader.... let doc = new aw . Document ( base . myDir...document to .PDF. let saveOptions = new aw . Saving . PdfSaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Update Fields C#|Aspose.Words for .NET

    Learn how to update fields in C#. Update fields programmatically or use automatic field update using .NET API....needs to be duplicated and the new set of fields updated. Update...and references. Document doc = new Document ( "input.docx" ); doc...

    docs.aspose.com/words/net/update-fields/
  4. 搜索

    搜索... StringPtr srcDir = new String("SourceDirectory\\");...// 輸出目錄路徑。 StringPtr outDir = new String("OutputDirectory\\");...

    blog.aspose.com/zh-hant/cells/convert-excel-to-...
  5. Android API to Render XPS to DOTX | products.as...

    Transform XPS to DOTX via Android via Java API...templates that can be used to create new documents. By converting XPS...XPS to DOTX, users can create new documents with the same formatting...

    products.aspose.com/total/android-java/conversi...
  6. How to use Aspose.CAD in Vue|CAD Documentation

    Use Aspose.CAD in Vue.... Start a new one and then the name of the...function() { const reader = new FileReader(); reader.onload =...

    docs.aspose.com/cad/javascript-net/showcases/ho...
  7. Filtering the kind of data while loading the wo...

    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....not data const loadOptions = new LoadOptions ( LoadFormat . Xlsx...); loadOptions . loadFilter = new LoadFilter ( LoadDataFilterOption...

    docs.aspose.com/cells/javascript-cpp/filtering-...
  8. Page Setup Features with JavaScript via C++|Doc...

    Explore page setup features using Aspose.Cells for JavaScript via C++. Learn how to configure page dimensions, orientations, and settings.... If none is selected, a new workbook will be created. </...arrayBuffer (); workbook = new Workbook ( new Uint8Array ( arrayBuffer...

    docs.aspose.com/cells/javascript-cpp/page-setup...
  9. Worksheet to Image - Set Pixel Format for the R...

    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....file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...image format type const opts = new ImageOrPrintOptions (); opts...

    docs.aspose.com/cells/javascript-cpp/worksheet-...
  10. TaskPane.IsVisible | Aspose.Words for .NET

    Discover how the TaskPane IsVisible property controls default visibility, enhancing user experience and streamlining document interactions.... Document doc = new Document (); // Create task pane...TaskPane myScriptTaskPane = new TaskPane (); doc . WebExtensionTaskPane...

    reference.aspose.com/words/net/aspose.words.web...