Sort Score
Result 10 results
Languages All
Labels All
Results 2,361 - 2,370 of 15,386 for

log

(0.16 sec)
  1. Add Filter in Pivot Table|Documentation

    Learn how to add a filter in pivot table with Aspose.Cells for JavaScript via C++.... log ( "Aspose.Cells initialized"...

    docs.aspose.com/cells/javascript-cpp/add-filter...
  2. 6. 数学公式中的文本

    本文讨论如何在 LaTeX 数学公式中插入文本。文章还介绍了数学函数和运算符,以及定义它们的方法。... 运算符名称 常用数学函数(例如 sin 和 log )和运算符(例如 min 和 sup )的名称通常需要与...\lg \lim \liminf \limsup \ln \log \max \min \Pr \projlim \sec \sin...

    docs.aspose.com/tex/zh/java/latex-text-in-math-...
  3. 在 JavaScript 中管理演示文稿形状|Aspose.Slides for Node.j...

    了解如何使用 JavaScript 和 Aspose.Slides for Node.js via Java 创建、编辑和优化形状,并交付高性能的 PowerPoint 演示文稿。... log ( "Shape Name: " + shape . getName...} } catch ( e ) { console . log ( e ); } finally { if ( pres...

    docs.aspose.com/slides/zh/nodejs-java/shape-man...
  4. Images not being rendered properly when convert...

    using var stream = new MemoryStream(); HtmlSaveOptions options = new HtmlSaveOptions(SaveFormat.Html) { PrettyFormat = true, ExportHeadersFootersMode = ExportHeadersFootersMode.PerSection, ExportImagesAsBase6…...Debugging : If the issue persists, log the output of the MemoryStream...

    forum.aspose.com/t/images-not-being-rendered-pr...
  5. Converting a PDF file to PDFA using JavaScript ...

    Code Examples on JavaScript via C++ for PDF‑to‑PDFA Conversion on All Platforms.../*make a link to download the Log (xml)*/ DownloadFile ( json ...

    products.aspose.com/pdf/javascript-cpp/conversi...
  6. Word saveto Pdf,内容样式错误问题 - Free Support Forum -...

    Document doc = new Document(“test.docx”); SaveOptions saveOptions = SaveOptions.createSaveOptions(SaveFormat.PDF); saveOptions.setMemoryOptimization(true); doc.save(“test.pdf”, saveOptions); Aspose.word for java 25.1…...Enable logging to detect font substitution java.util.logging.Logger...Logger logger = java.util.logging.Logger.getLogger("com.aspose.words");...

    forum.aspose.com/t/word-saveto-pdf/322091
  7. PPT to PDF Conversion in C#: PptxReadException:...

    Hi While converting a PPT to PDF I am getting the following exception. Aspose.Slides.PptxReadException: Index was out of range. Must be non-negative and less than the size of the collection. (Parameter ‘index’) —> Sy…...code to catch exceptions and log details about the problematic...

    forum.aspose.com/t/ppt-to-pdf-conversion-in-c-p...
  8. Contribute to Aspose.Tasks Java for PHP | Aspos...

    Learn how to support, extend, and contribute to Aspose.Tasks Java for PHP.... You can log any issues or suggestions related...

    docs.aspose.com/tasks/java/support-extend-and-c...
  9. How to access dynamic object properties using t...

    Hi team, Aspose Words for Java version 25.11. JSON payload is used to prepare JsonDataSource at time of document generation. I’m working with a JSON payload where some property names are dynamic. Here is a simplified …... If I can confirm it, I’ll log it internally and follow up here...

    forum.aspose.com/t/how-to-access-dynamic-object...
  10. Black box for certain images when doing PDF to ...

    I’m using the following code, in Java: Page firstPdfPage = pdfDocument.getPages().get_Item(1); PageInfo pdfPageInfo = firstPdfPage.getPageInfo(); Dimension pdfDimension = new Dimension((int) pdfP…...PNG if you tried), the console log, and the environment details...

    forum.aspose.com/t/black-box-for-certain-images...