Sort Score
Result 10 results
Languages All
Labels All
Results 2,961 - 2,970 of 214,303 for

new

(0.17 sec)
  1. DefaultFontSubstitutionRule.defaultFontName pro...

    DefaultFontSubstitutionRule.defaultFontName property. Gets or sets the default font name....The default value is ‘Times New Roman’. Examples Shows how to...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Aspose.PSD for Java 24.7 - Release Notes|Docume...

    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.... save ( outputFile , new PngOptions ()); } PSDJAVA-636...)) { PdfOptions saveOptions = new PdfOptions (); saveOptions ....

    docs.aspose.com/psd/java/aspose-psd-for-java-24...
  3. MailMerge.FieldMergingCallback | Aspose.Words f...

    Discover the MailMerge FieldMergingCallback property, enhancing your mail merge experience by efficiently handling document fields for seamless integration....ImageFromBlob () { Document doc = new Document ( MyDir + "Mail merge...MailMerge . FieldMergingCallback = new HandleMergeImageFiel (); string...

    reference.aspose.com/words/net/aspose.words.mai...
  4. Create or Add Table In PDF|Aspose.PDF for PHP v...

    Explore how to insert a table into an existing PDF document in PHP using Aspose.PDF for enhanced data organization....$document = new Document ( $inputFile ); // Initializes a new instance...the Table $table = new Table (); $colors = new Color (); // Set...

    docs.aspose.com/pdf/php-java/add-table-in-exist...
  5. Conversion to PDF taking over 1 minute with Lar...

    Hi, I am facing some issues when converting to PDF from excel / word with documents of larger size. They are taking over 1 minute of time for the conversion. This usually happens with larger files (5-20mb) however, som…...Word2016 var loadOptions = new Aspose.Words.Loading.LoadOptions...LoadOptions { WarningCallback = new DocumentLoadingWarni() }; using...

    forum.aspose.com/t/conversion-to-pdf-taking-ove...
  6. Add Signature Line to the Worksheet with JavaSc...

    This article describes how to add a signature line to the worksheet using JavaScript code with Aspose.Cells for JavaScript via C++.... Otherwise, a new workbook will be created. </...arrayBuffer (); const certBytes = new Uint8Array ( certArrayBuffer...

    docs.aspose.com/cells/javascript-cpp/add-signat...
  7. Switch Barcode Recognition Modes According to t...

    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....$barcode_reader_type = new BarCodeReadType (); $reader = new BarCodeReader...recognition mode $recognitionMode = new RecognitionMode (); $reader ->...

    docs.aspose.com/barcode/java/switch-barcode-rec...
  8. Adding JavaScript in PHP|Aspose.PDF for Java

    Learn how to add JavaScript to PDF files using PHP and Aspose.PDF to enhance document interactivity.... $doc = new Document ( $dataDir . "input1...JavaScript statement $javaScript = new JavascriptAction ( "this.print({bUI:true...

    docs.aspose.com/pdf/java/adding-javascript-in-php/
  9. ChartAxisTitle.Font | Aspose.Words for .NET

    Customize your ChartAxisTitle with versatile font options. Enhance your data visualization with unique axis title formatting for clearer insights....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...seriesColl . Add ( "AW Series 1" , new string [] { "AW Category 1" ...

    reference.aspose.com/words/net/aspose.words.dra...
  10. FieldPrintDate | Aspose.Words for Java

    Implements the PRINTDATE field in Java.... Document doc = new Document(getMyDir() + "Field...Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...

    reference.aspose.com/words/java/com.aspose.word...