Sort Score
Result 10 results
Languages All
Labels All
Results 781 - 790 of 22,049 for

font conversion

(0.25 sec)
  1. PDF|Documentation

    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....Cells supports conversion of an Excel workbook into...we will see the complete conversion of an Excel workbook into...

    docs.aspose.com/cells/net/convert-excel-to-pdf/
  2. Fonts Are Getting Changed While Converting PPTX...

    Hi Team , We are facing issue of mismatch in Font while converting ppt to pdf file. When converted using acrobat all Fonts remains same. we are using below version of aspose libraries. <java.version>17</java.version> <…...Fonts Are Getting Changed While Converting PPTX to PDF in Java...Family slides-java , slides-fonts , slides-pdfexport forasposeissues...

    forum.aspose.com/t/fonts-are-getting-changed-wh...
  3. ArgumentException Occurrs When Converting PPTX ...

    Hello, I am using Aspose.slides 25.5 to convert PPT to PDF. I am attempting to convert a PPT that contains a mathematical equation inserted in it to PDF but, the Conversion fails with below exception: Blockquotecom.as…...Family slides-java , slides-fonts , slides-pdfexport aakanksha76...inserted in it to PDF but, the conversion fails with below exception:...

    forum.aspose.com/t/argumentexception-occurrs-wh...
  4. com.aspose.pdf.internal.ms.System.lh: Invalid o...

    We keep getting this error while converting HTML documents to PDF documents com.aspose.pdf.internal.ms.System.lh: Invalid operation at com.aspose.pdf.internal.l108t.l6if.lI(Unknown Source) at com.aspose.pdf.internal.l…...added necessary fonts like Microsoft core fonts and symbol.ttf...getting this error. Added fallback font: private static @NotNull TextState...

    forum.aspose.com/t/com-aspose-pdf-internal-ms-s...
  5. Saving a PPTX File as PDF in C# Causes Text Ove...

    Hi team. We have run into a problem with overlapping text when *.pptx file was saved in pdf format applying specific Font to the text. Scenario: there is a *.pptx file where Untitled Serif Font is applied to the text.…...Family slides-net , slides-fonts , slides-pdfexport VadymIanchenko...pdf format applying specific font to the text. Scenario: there...

    forum.aspose.com/t/saving-a-pptx-file-as-pdf-in...
  6. Convert TTF to WOFF using Java

    This article explains the process to convert TTF to WOFF using Java. It has details to set the IDE, a list of steps, and a sample code to convert Font TTF to WOFF using Java....Font Product Family Aspose.TeX Product...generator using Java . The conversion is helpful in web optimization...

    kb.aspose.com/font/java/convert-ttf-to-woff-usi...
  7. 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…...it happens The conversion relies on the fonts that are available...machine where the code runs. If a font used in the DOCX is missing...

    forum.aspose.com/t/word-saveto-pdf/322091
  8. Symbol in chart incorrectly rendered when using...

    Hi Aspose Team, I’m noticing an issue with a symbol not rendering correctly when I convert a chart to image using aspose cells. I’m using the latest version of aspose cells, V25.4.0. Here’s the code I’ve used: Documen…...symbols or fonts are handled during the conversion process. Here...issue: Check Font Availability : Ensure that the font used for the...

    forum.aspose.com/t/symbol-in-chart-incorrectly-...
  9. Aspose table alignment is not working properly ...

    We are creating aspose report using html tags, the formatting in english language comes differently as compared to chinese. Even if the colspan is declared the table adjust its column as per content. image.png (31.2 KB…...gn:left;font-size:22pt;color:#ffc700;width:100%;font-weight:... bold;font-family:Calibri; '>$Z7_FindingDetail$</td> </tr> <tr...

    forum.aspose.com/t/aspose-table-alignment-is-no...
  10. Pdf rendition is not getting generating like wo...

    Hi Team, We are trying to transformation input file with below code. Document doc = new Document("test.docx"); PdfSaveOptions options = new PdfSaveOptions(); doc.save("output.pdf", options); Formatting and Alignment o…...word document content (like Font, Font Size, Line Spacing, Word...output: Embed Fonts : Make sure to embed all fonts used in your...

    forum.aspose.com/t/pdf-rendition-is-not-getting...