Sort Score
Result 10 results
Languages All
Labels All
Results 8,801 - 8,810 of 216,908 for

new

(0.48 sec)
  1. Add Page Number to PDF with JavaScript via C++|...

    Aspose.PDF for JavaScript via C++ allows you to add Page Number Stamp to your PDF file using AsposePdfAddPageNum....( e ) { const file_reader = new FileReader (); file_reader ....Worker*/ const AsposePDFWebWorker = new Worker ( "AsposePDFforJS.js"...

    docs.aspose.com/pdf/javascript-cpp/add-page-num...
  2. Set the background color for PDF with JavaScrip...

    Set background color for the your PDF file with JavaScript via C++....( e ) { const file_reader = new FileReader (); file_reader ....Worker*/ const AsposePDFWebWorker = new Worker ( "AsposePDFforJS.js"...

    docs.aspose.com/pdf/javascript-cpp/set-backgrou...
  3. Excel转HTML 使用PresentationPreference选项实现更好的布局,采用...

    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...HtmlSaveOptions object const options = new HtmlSaveOptions (); // Set the...

    docs.aspose.com/cells/zh/javascript-cpp/excel-t...
  4. Export Document Workbook and Worksheet Properti...

    Learn how to export Document, Workbook, and Worksheet properties in Excel to HTML using Aspose.Cells for JavaScript via C++....file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...Save Options const options = new HtmlSaveOptions (); // We do...

    docs.aspose.com/cells/javascript-cpp/export-doc...
  5. GradientStop class | Aspose.Words for Python

    aspose.words.drawing.GradientStop class. Represents one gradient stop...GradientStop(color, position) Initializes a new instance of the GradientStop...transparency) Initializes a new instance of the GradientStop...

    reference.aspose.com/words/python-net/aspose.wo...
  6. TxtLoadOptions.detectHyperlinks property | Aspo...

    TxtLoadOptions.detectHyperlinks property. Specifies either to detect hyperlinks in text... let loadOptions = new aw . Loading . TxtLoadOptions...detectHyperlinks = true ; let doc = new aw . Document ( Buffer . from...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. My dox file getting currepted if chart creates ...

    [image]...GenerateChart"); Database ODatabase = new(OLogMessages, OCommonVariables);...DocumentBuilder AsposeDocumentBuilde = new(ODocument); AsposeDocumentBuilde...

    forum.aspose.com/t/my-dox-file-getting-currepte...
  8. Document.UpdateFields | Aspose.Words for .NET

    Revamp your document with the UpdateFields method—efficiently refresh all field values for enhanced accuracy and seamless editing....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/doc...
  9. Adding Extended Attributes to Resource Assignme...

    This guide explains how to add extended attributes to resource assignments in Java projects using Aspose.Tasks....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/tasks/java/adding-extended-attr...
  10. Order of child nodes in the Word document with ...

    Hello, I am using Aspose Words for Java version 24.6. I am extracting all the tags defined in a Word template. Then, I process them to check if the expressions used in the tags are valid as per model rules. To do so, …...{ final File templateFile = new File( "path\\to\\input\\word\\templates"...(final InputStream inputStream = new FileInputStream(templateFile);...

    forum.aspose.com/t/order-of-child-nodes-in-the-...