Sort Score
Result 10 results
Languages All
Labels All
Results 181 - 190 of 223 for

font bug fix

(0.06 sec)
  1. Convert RTF to EMAIL in Python | products.aspos...

    Save RTF to EMAIL within Python applications without using Microsoft Word or Outlook...updated with new features and bug fixes, making it a great choice...formatting elements, such as font styles, sizes, colors, paragraphs...

    products.aspose.com/total/python-net/conversion...
  2. What's new 2026|Aspose.PDF for .NET

    This page introduces the most popular new features in Aspose.PDF for .NET that have been introduced in recent releases....basic text formatting such as fonts, colors, bold, and italics,...Enhanced rendering accuracy – fixed missing vertical text on the...

    docs.aspose.com/pdf/net/whatsnew/2026/
  3. Converting Presentation to images not processin...

    I am using a pptx file and converting it to images. The images are not correct. Note that this works fine on windows but fails on Ubuntu linux servers. The images are created but are missing parts of the slide. I am usin…...been numerous updates and bug fixes in recent versions that may...latest one. Test with Different Fonts : Sometimes, issues can arise...

    forum.aspose.com/t/converting-presentation-to-i...
  4. Charts have wrong axis labels when converting f...

    Hi, When converting a DOCX to PDF, I noticed some x-axis labels in some charts are wrongly rendered. Code: var doc = new Document(@".\test.docx"); doc.Save(@".\out.pdf", new PdfSaveOptions()); I’ve attached the test …...as updates often include bug fixes and improvements related to...property to ensure that all fonts are embedded correctly, which...

    forum.aspose.com/t/charts-have-wrong-axis-label...
  5. Inconsistent behaviour manipulating HeaderFoote...

    Hello We are migrating our PDF’s to the new Aspose schema (from version 11 to 25.10.0) and one of the tasks we need to do programatically, is to display headers and footers in subsequent pages because when the content g…... Recommended fix Create a clone of the header/footer...header/footer handling bugs were fixed in recent updates. XML...

    forum.aspose.com/t/inconsistent-behaviour-manip...
  6. Missing images when exporting to PDF under Linu...

    I have the following problem: I have a DOCX template with images. Creating the document works. The images are there. Now, when I convert the document to a PDF, it works under Windows, but not under Linux. When my progra…... In addition, some fonts are missing. I have already...libc6-compat \ && update-ms-fonts \ && fc-cache -f \ && ln -s...

    forum.aspose.com/t/missing-images-when-exportin...
  7. Unclear margin behavior when stamping with a Cr...

    Using Aspose.Pdf 8.4.1, I'm seeing an odd behavior when attempting to add text stamps to a PDF page that has a CropBox defined. Using the code below, only the version using offsets to compensate for the crop box (includ…...Font = FontRepository.FindFont(“Helvetica”);...the issue and logged it in our bug tracking system as PDFNEWNET-35828...

    forum.aspose.com/t/unclear-margin-behavior-when...
  8. System.NullReferenceException during Find and r...

    Hi, We use Aspose PDF for .Net “TextFragmentAbsorber” to replace texts in PDF (mailmerge) It is working as expected in local. Our code is hosted in Azure kubernetes, We do mailmerge on a particular template for all e…... Ensure required fonts are available on the Kubernetes...Kubernetes nodes (install the fonts used in the PDF template or copy...

    forum.aspose.com/t/system-nullreferenceexceptio...
  9. TreeMap DataLabel issue - Free Support Forum - ...

    Hi, I am facing an issue where the data labels are not visible in the TreeMap chart. For your reference, I have attached a zip file. TreeMapCode.zip (71.0 KB)...system and will deliver their fixes according to the terms mentioned...12:28pm 9 @sanjeevkumar.v If it’s fixed, you will be notified. Thank...

    forum.aspose.com/t/treemap-datalabel-issue/307800
  10. excel转PDF时,字体加粗了 - Free Support Forum - aspose.com

    excel 文件里面有的行包含特殊的字符,转PDF时自动加粗了,导致与其他行格式不一致...Font font = style.getFont(); if(font != null && “Arial”...“Arial”.equals(font.getName())){ font.setName(“Arial Unicode...

    forum.aspose.com/t/excel-pdf/323763