Sort Score
Result 10 results
Languages All
Labels All
Results 621 - 630 of 15,769 for

log

(0.11 sec)
  1. Add page numbering to PDF in Node.js|Aspose.PDF...

    Aspose.PDF for Node.js via C++ allows you to add Page Number Stamp to your PDF file using AsposePdfAddPageNum.... log ( "AsposePdfAddPageNum => %O"..."ResultAddPageNum.pdf" ); console . log ( "AsposePdfAddPageNum => %O"...

    docs.aspose.com/pdf/nodejs-cpp/add-page-number/
  2. Access and Modify the Display Label of the Link...

    Learn how to access and modify the display label of a linked Ole object using Aspose.Cells for Node.js via C++.... log ( "Ole Object Label - Before:...been modified earlier console . log ( "Ole Object Label - After:...

    docs.aspose.com/cells/nodejs-cpp/access-and-mod...
  3. Node class | Aspose.Words for Node.js

    Aspose.Words.Node class. Base class for all nodes of a Word document... log ( "Run contents:" ); console . log ( `\t\" ${...(); console . log ( "Shape:" ); console . log ( `\t ${ childShape...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Differentiation between Comments and Reference ...

    Hello Everyone and @alexey.noskov, In my Java code I remove comments from my document. When converting word to PDF using Aspose.words: com.aspose.words.NodeCollection comments = (com.aspose.words.NodeCollection)doc.ge…... To expedite your case, log in to the paid support forum...

    forum.aspose.com/t/differentiation-between-comm...
  5. Working with External Data Connection of type W...

    Learn how to work with external data connections of type WebQuery using Aspose.Cells for JavaScript via C++.... log ( "Aspose.Cells initialized"...webQuery = connection ; console . log ( "Web Query URL: " + webQuery...

    docs.aspose.com/cells/javascript-cpp/working-wi...
  6. CustomXmlPartCollection.clone method | Aspose.W...

    CustomXmlPartCollection.clone method. Makes a deep copy of this collection and its items.... log ( `XML part index ${ index }...index ). id } ` ); console . log ( `\tContent: ${ Buffer . from...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Add XMP metadata to EPS file using NodeJS

    The process of adding XMP metadata to EPS file with Aspose.Page API solution for Node.js via C++ is explained and illustrated with the code snippets here.... log ( "Aspose.Page for Node.js via..."result1.eps" ); 11 console. log ( "AsposeEPSGetXMP => %O" , JSON...

    docs.aspose.com/page/nodejs-cpp/xmp-metadata/add/
  8. Preview workbook with JavaScript via C++|Docume...

    Aspose.Cells supports printing and previewing Excel files without Microsoft Excel installation using JavaScript via C++.... log ( "Aspose.Cells initialized"...evaluatedPageCount ; console . log ( "Workbook page count: " + workbookPageCount...

    docs.aspose.com/cells/javascript-cpp/workbook-a...
  9. Add array items in XMP metadata of EPS| Node.js

    The process of adding items in XMP metadata of EPS with Aspose.Page for Node.js via C++ is explained and illustrated with the code snippets here.... log ( "Aspose.Page for Node.js via..."result2.eps" , input); 14 console. log ( "AsposeXMPAddArrayIte => %O"...

    docs.aspose.com/page/nodejs-cpp/xmp-metadata/ad...
  10. Calculate Formulas with Node.js via C++|Documen...

    This article introduces how to use Aspose.Cells library to calculate formulas in Microsoft Excel using Node.js via C++. By loading an existing Excel file or creating a new Excel file, we can use the methods provided by Aspose.Cells to calculate the formula and get the result. Finally, we save the modified Excel file to disk.... log ( "Value of A1: " + cellA1 ....getStringValue ()); console . log ( "Value of A2: " + cellA2 ....

    docs.aspose.com/cells/nodejs-cpp/calculate-form...