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

font conversion

(0.36 sec)
  1. 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...
  2. When converting docx to html using aspose .net ...

    using var stream = new MemoryStream(); HtmlSaveOptions options = new HtmlSaveOptions(SaveFormat.Html) { PrettyFormat = true, ExportHeadersFootersMode = ExportHeadersFootersMode.PerSection, ExportImagesAsBase…...tell me how to get the proper fonts as well with the html in response...@vishika To ensure that the proper fonts are included when converting...

    forum.aspose.com/t/when-converting-docx-to-html...
  3. 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...
  4. 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...
  5. 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...
  6. 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/
  7. Thai symbols look like boxes while docx to pdf ...

    Hello Support Team, Our client has technical question. Client: A R, Sanjay sanjay.ar@ecolab.com Product: Aspose.Words for Python via .NET OS: Linux Issue: Regarding Thai language I have created a docx file using py…...docx libs have access to the fonts in my system to create the word...Aspose lib doesn’t? I tried font embedding as true, still same...

    forum.aspose.com/t/thai-symbols-look-like-boxes...
  8. 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
  9. Save Word document as PDF corrupts Tab markup -...

    Hi. We have very simple Word document, which we would like to save as PDF using Aspose.Words latest version 25.3.0. Unfortunately this operation corrupts document markup (Tabs are lost). Please see attached source docu…...document is rendered during the conversion process. To address this...structure of the document during conversion. You might also want to explore...

    forum.aspose.com/t/save-word-document-as-pdf-co...
  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...