Sort Score
Result 10 results
Languages All
Labels All
Results 351 - 360 of 15,151 for

log

(0.05 sec)
  1. PDF to JPEG Converter using Go | Aspose.PDF

    Go sample code for converting PDF to JPEG on any platform...com/aspose-pdf/aspose-pdf-go-cpp" import "log" func main () { // Open(filename..."sample.pdf" ) if err != nil { log . Fatal ( err ) } // PageToJpg(num...

    products.aspose.com/pdf/go-cpp/conversion/pdf-t...
  2. Convert PowerPoint Presentations to Video in Ja...

    Learn how to convert PowerPoint presentations to video in JavaScript. Discover sample code and automation techniques to streamline your workflow.... log ( e ); throw java . newInstanceSync...( e ) { console . log ( e ); console . log ( e ); } Video Effects...

    docs.aspose.com/slides/nodejs-java/convert-powe...
  3. Using WorkbookMetadata with Node.js via C++|Doc...

    Learn how to edit workbook metadata using Aspose.Cells for Node.js via C++.... log ( w . getCustomDocumentPro ()... get ( "test" )); console . log ( "Press any key to continue...

    docs.aspose.com/cells/nodejs-cpp/using-workbook...
  4. SvgSaveOptions.resourcesFolderAlias property | ...

    SvgSaveOptions.resourcesFolderAlias property. Specifies the name of the folder used to construct image URIs written into an SVG document... log ( `Resource # ${ ++ mSavedResourceCount...resourceFileName } \"` ); console . log ( "\t" + args . resourceFileUri...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Opening Files with Different Formats with JavaS...

    Aspose.Cells for JavaScript via C++ API allows you to open or read different formats like XLSX, HTML, CSV, ODS, TSV, SXC, FODS, etc.... log ( "Aspose.Cells initialized"...successfully!</p>' ; console . log ( "SpreadsheetML file opened...

    docs.aspose.com/cells/javascript-cpp/opening-fi...
  6. 通过Node.js与C++签署和验证数字签名|Documentation

    使用Aspose.Cells for Node.js via C++对Excel文件进行数字签名和验证。保护工作簿内容的真实性。... log ( wb2 . isDigitallySigned );...digitalSignatures ) { console . log ( dst . getComments ()); // test...

    docs.aspose.com/cells/zh/nodejs-cpp/assign-and-...
  7. Add Custom XML Parts and Select them by ID with...

    Learn how to add custom XML parts to Excel documents and select them by ID using Aspose.Cells for JavaScript via C++.... log ( "Aspose.Cells initialized"...cxp . isNull ()) { console . log ( `Not Found: CustomXmlPart ID...

    docs.aspose.com/cells/javascript-cpp/add-custom...
  8. Find out if VBA Project is Protected with JavaS...

    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 ( "Aspose.Cells initialized".... isProtected (); console . log ( "IsProtected - Before Protecting...

    docs.aspose.com/cells/javascript-cpp/find-out-i...
  9. Reading Cell Values in Multiple Threads Simulta...

    Learn how to read cell values in multiple threads simultaneously through the Aspose.Cells for JavaScript via C++ API.... log ( "This message box will show...}). then (() => { console . log ( "Aspose.Cells initialized"...

    docs.aspose.com/cells/javascript-cpp/reading-ce...
  10. Successful PDF/A-1b conversion creates invalid ...

    Using Aspose.PDF .NET 25.10, I am converting the attached file using following code: using (var document = new Aspose.Pdf.Document(pdfPath)) { var options = new Aspose.Pdf.PdfFormatConversionOptions(Aspose.Pdf.PdfFo…... Log file contains details – The LogFileName...LogFileName option writes a conversion log that lists missing glyphs, font...

    forum.aspose.com/t/successful-pdf-a-1b-conversi...