Sort Score
Result 10 results
Languages All
Labels All
Results 9,861 - 9,870 of 47,999 for

as

(0.08 sec)
  1. Noto Serif JP font not rendering when embedded ...

    Greetings! We are using HTML to DOCX conversion for converting HTMLs containing Japanese characters to DOCX files. These HTMLs are using “Noto Serif JP” font, which is a google font. To ensure that it works on other sys…...Greetings! We are using HTML to DOCX conversion for converting HTMLs containing Japanese characters to DOCX files. These HTMLs are using “Noto Serif JP” font, which is a google font. To ensure that it works on other sys…

    forum.aspose.com/t/noto-serif-jp-font-not-rende...
  2. Rending Issue with MathType Equation OLE Object...

    I am encountering rendering issues with MathType Equation OLE objects (progId == "Equation.DSMT4") when converting DOCX to images using Aspose.Words. Sample Code : using Aspose.Words; using Aspose.Words.Saving; var li…...I am encountering rendering issues with MathType Equation OLE objects (progId == "Equation.DSMT4") when converting DOCX to images using Aspose.Words. Sample Code : using Aspose.Words; using Aspose.Words.Saving; var li…

    forum.aspose.com/t/rending-issue-with-mathtype-...
  3. Features|Aspose.Words for .NET

    Aspose.Words for .NET provides users with a wide range of features from simply converting and modifying documents to creating structured and visually appealing documents or automating reporting using C#....Aspose.Words for .NET provides users with a wide range of features from simply converting and modifying documents to creating structured and visually appealing documents or automating reporting using C#.

    docs.aspose.com/words/net/features/
  4. Incorrect Rendering of Marathi Text When Conver...

    Hello, We are using Aspose.Words for .NET v25.5 with a free trial license to generate PDF documents containing text in Marathi (Devanagari script). Issue Observed: When we generate the output As DOCX using Aspose.Wo…...Hello, We are using Aspose.Words for .NET v25.5 with a free trial license to generate PDF documents containing text in Marathi (Devanagari script). Issue Observed: When we generate the output as DOCX using Aspose.Wo…

    forum.aspose.com/t/incorrect-rendering-of-marat...
  5. Optimize Image Management in Presentations on A...

    Streamline image management in PowerPoint and OpenDocument with Aspose.Slides for Android via Java, optimizing performance and automating your workflow....Streamline image management in PowerPoint and OpenDocument with Aspose.Slides for Android via Java, optimizing performance and automating your workflow.

    docs.aspose.com/slides/androidjava/image/
  6. Incorrect render of text with font from Aptos f...

    Hello, I have an issue when rendering a worksheet range to an EMF image when the font is from Aptos family. The render creates an image where the text lacks spaces As seen in this screenshot: image.png (739 Octets) W…...Hello, I have an issue when rendering a worksheet range to an EMF image when the font is from Aptos family. The render creates an image where the text lacks spaces as seen in this screenshot: image.png (739 Octets) W…

    forum.aspose.com/t/incorrect-render-of-text-wit...
  7. Embed Attachment to PDF with Node.js via C++|Do...

    Learn how to embed an OLE object As an attachment in a PDF using Aspose.Cells for Node.js via C++....Learn how to embed an OLE object as an attachment in a PDF using Aspose.Cells for Node.js via C++.

    docs.aspose.com/cells/nodejs-cpp/embed-attachme...
  8. Power query parameter description is always nul...

    Hi Team, I am trying to read the parameter type power query formula’s description (wb.DataMAshup.PowerQueryFormulAs[0].Description) but the value is always returned As null even though the parameter is having descriptio…...Hi Team, I am trying to read the parameter type power query formula’s description (wb.DataMashup.PowerQueryFormulas[0].Description) but the value is always returned as null even though the parameter is having descriptio…

    forum.aspose.com/t/power-query-parameter-descri...
  9. Can aspose convert mht to excel including formu...

    can Aspose convert mht to excel including formula? In a cell, we want to do some simple forumla like: =IF(1.1=0,“zero”,“non-zero”)...can aspose convert mht to excel including formula? In a cell, we want to do some simple forumla like: =IF(1.1=0,“zero”,“non-zero”)

    forum.aspose.com/t/can-aspose-convert-mht-to-ex...
  10. DeleteBlankOptions set start and end index to 0...

    The following code snippet DeleteBlankOptions options = new DeleteBlankOptions(); options.setStartIndex(0); System.out.println(options.getStartIndex()); options.setStartIndex(1); System.out.println(options.getStartIndex…...The following code snippet DeleteBlankOptions options = new DeleteBlankOptions(); options.setStartIndex(0); System.out.println(options.getStartIndex()); options.setStartIndex(1); System.out.println(options.getStartIndex…

    forum.aspose.com/t/deleteblankoptions-set-start...