Sort Score
Result 10 results
Languages All
Labels All
Results 171 - 180 of 6,814 for

log

(0.02 sec)
  1. Get Paper Width and Height of Page Setup of Wor...

    Discover how to get the Excel Worksheet Page Setup Paper Width and Height using Node.js via C++ programmatically.... log ( "PaperA2: " + sheet . getPageSetup...PaperSizeType . PaperA3 ); console . log ( "PaperA3: " + sheet . getPageSetup...

    docs.aspose.com/cells/nodejs-cpp/get-paper-widt...
  2. OoxmlSaveOptions.compressionLevel property | As...

    OoxmlSaveOptions.compressionLevel property. Specifies the compression level used to save document... log ( `Saving operation done using...compression level:` ); console . log ( `\tDuration:\t ${ timeAfter...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. DocumentBase.fontInfos property | Aspose.Words ...

    DocumentBase.fontInfos property. Provides access to properties of fonts used in this document.... log ( `Font index # ${ i } ` ); console . log ( `\tName:...( i ). name } ` ); console . log ( `\tIs ${ allFonts . at ( i...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. GridJs的自定义右键菜单|Documentation

    本文描述了如何配置GridJs的右键菜单。... log ( 'my action clicked1' + sheet...onMyActionClick2 = ( sheet ) => { console . log ( 'my action clicked2' + sheet...

    docs.aspose.com/cells/zh/python-net/aspose-cell...
  5. Aspose PDF License|Aspose.PDF for Go via C++

    Aspose. PDF for Go invites its customers to get a Classic License. As well as use a limited license to better explore the product....com/aspose-pdf/aspose-pdf-go-cpp" import "log" func main () { // Open(filename..."sample.pdf" ) if err != nil { log . Fatal ( err ) } // SetLicense(filename...

    docs.aspose.com/pdf/go-cpp/licensing/
  6. Convert the Smart Art to Group Shape with Node....

    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.... log ( "Is Smart Art Shape: " + shape...shape is group shape console . log ( "Is Group Shape: " + shape...

    docs.aspose.com/cells/nodejs-cpp/convert-the-sm...
  7. LoadOptions.resourceLoadingCallback property | ...

    LoadOptions.resourceLoadingCallback property. Allows to control how external resources (images, style sheets) are loaded when a document is imported from HTML, MHTML.... log ( `External CSS Stylesheet found...ResourceType . Image : console . log ( `External Image found upon...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Rotate PDF using Go | Aspose.PDF

    Rotate PDF documents programmatically with Go sample code using Aspose.PDF for Go via C++...com/aspose-pdf/aspose-pdf-go-cpp" import "log" func main () { // Open(filename..."sample.pdf" ) if err != nil { log . Fatal ( err ) } // PageRotate(num...

    products.aspose.com/pdf/go-cpp/rotate/
  9. Error Converting from PDF to PDF/A format in No...

    I am trying to convert a file from PDF to PDF/A format. The conversion seems to be working in my local environment but not in QA/Staging. The code is very straight forward and shouldnt be causing issues. I am attaching t…...ResultConvertToPDFAL: <Compliance Name="Log" Operation="Validation" Targ...PDF/A standards. Review Log Files : The log file generated during...

    forum.aspose.com/t/error-converting-from-pdf-to...
  10. Convert PDF to Excel in Go|Aspose.PDF for Go vi...

    Aspose.PDF for Go allows you to convert PDF to XLSX format....com/aspose-pdf/aspose-pdf-go-cpp" import "log" func main () { // Open(filename..."sample.pdf" ) if err != nil { log . Fatal ( err ) } // SaveXlsX(filename...

    docs.aspose.com/pdf/go-cpp/convert-pdf-to-xlsx/