Sort Score
Result 10 results
Languages All
Labels All
Results 8,521 - 8,530 of 213,190 for

new

(0.43 sec)
  1. Convert Excel to CSV, TSV and Txt with JavaScri...

    Learn how to convert Excel files to CSV, TSV, and TXT formats using Aspose.Cells for JavaScript via C++....file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...type of separator. const opts = new TxtSaveOptions (); opts . separator...

    docs.aspose.com/cells/javascript-cpp/convert-ex...
  2. Add Page Stamp to PDF using Java | Aspose.PDF

    Add page stamp to PDF file programmatically with Java sample code using Aspose.PDF for Java....pdf" ; Document pdfDocument = new Document ( DATA_DIR . resolve...PdfPageStamp bluePageStamp = new PdfPageStamp ( DATA_DIR . resolve...

    products.aspose.com/pdf/java/stamps/page/
  3. SignatureLine.DefaultInstructions | Aspose.Word...

    Discover how the SignatureLine DefaultInstructions property enhances your Sign dialog with customizable default instructions for a seamless user experience....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...SignatureLineOptions options = new SignatureLineOptions { AllowComments...

    reference.aspose.com/words/net/aspose.words.dra...
  4. Excel to PDF:The page content is not centered -...

    When I use the following code to convert, the Excel content is displayed on the left in the PDF, but I want it to be displayed in the center. How can I solve this problem? Actual effect: image.png (15.9 KB) Expected r…...Workbook wbk = null; try { wbk = new Workbook(srcFile); Worksheet...PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions...

    forum.aspose.com/t/excel-to-pdf-the-page-conten...
  5. Delete Blank Rows and Columns in a Worksheet wi...

    Learn how to delete all blank rows and columns from a worksheet using Aspose.Cells for JavaScript via C++....file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...SaveFormat . Xlsx ); const blob = new Blob ([ outputData ]); const...

    docs.aspose.com/cells/javascript-cpp/delete-bla...
  6. FormField.HelpText | Aspose.Words for .NET

    Discover the FormField HelpText property, enhance user experience with informative messages displayed when F1 is pressed on focused fields....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...InsertComboBox ( "MyComboBox" , new [] { "One" , "Two" , "Three"...

    reference.aspose.com/words/net/aspose.words.fie...
  7. FormField.OwnStatus | Aspose.Words for .NET

    Discover how the FormField OwnStatus property enhances user experience by customizing status bar text when a form field is focused....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...InsertComboBox ( "MyComboBox" , new [] { "One" , "Two" , "Three"...

    reference.aspose.com/words/net/aspose.words.fie...
  8. Setting Page Options in PHP|Documentation

    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....Excel file path $workbook = new Workbook (); # Accessing the...(); $page_orientation_type = new PageOrientationType (); $page_setup...

    docs.aspose.com/cells/java/setting-page-options...
  9. Set the style of the shapes in a visio page wit...

    Learn how to set the style of the shapes in a visio page with Aspose.Diagram.... We'll start by creating a new diagram using the Aspose.Diagram...Aspose.Diagram.Diagram diagram = new Aspose.Diagram.Diagram(); diagram...

    products.aspose.com/diagram/tutorial/set-shape-...
  10. Accessing JSON Data in Java|Aspose.Words for Java

    Learn how to access JSON data while building a report using LINQ in Java.... ReportingEngine engine = new ReportingEngine (); engine ....JSON. ReportingEngine engine = new ReportingEngine (); engine ....

    docs.aspose.com/words/java/accessing-json-data/