Sort Score
Result 10 results
Languages All
Labels All
Results 701 - 710 of 21,442 for

font converter

(1.08 sec)
  1. 获取单元值的文本宽度|Documentation

    了解如何通过Aspose.Cells for JavaScript在C++ API中获取单元格值的文本宽度。...textWidth(string, Font, number) 方法,允许开发者获取单元格值的文本宽度。以下示例代码演示如何使用...CellsHelper.textWidth(string, Font, number) 访问单元格值的文本宽度。 以下代码片段中使用的源文件,请参考附件。...

    docs.aspose.com/cells/zh/javascript-cpp/get-tex...
  2. 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…...@dhzhao2016 Summary When converting a DOCX to PDF with the generic...The conversion relies on the fonts that are available on the machine...

    forum.aspose.com/t/word-saveto-pdf/322091
  3. PdfFontEmbeddingMode Enum | Aspose.Words for .NET

    Discover Aspose.Words.PdfFontEmbeddingMode enum for optimal Font embedding in PDFs. Enhance document quality and ensure consistent text display....Words should embed fonts. public enum PdfFontEmbeddingMode...EmbedAll 0 Aspose.Words embeds all fonts. EmbedNonstandard 1 Aspose.Words...

    reference.aspose.com/words/net/aspose.words.sav...
  4. Text Extends Beyond Circle Boundaries When Conv...

    Hi, We are using Aspose.slides for c++ For attached ppt, there is sun image with text fully inside the circle. Using below code to generate thumbnail, the text in thumbnail goes outside circle boundaries. shape->GetIm…...Beyond Circle Boundaries When Converting Shape to Image in C++ Aspose...Slides Product Family slides-fonts , slides-cpp , slides-rendering...

    forum.aspose.com/t/text-extends-beyond-circle-b...
  5. PdfException during Xml to Pdf conversion - Fre...

    Hello, I am trying to convert Xml to Pdf using below aspose code but encountering an exception. Code I am using: try (final com.aspose.pdf.Document document = new com.aspose.pdf.Document();) { final com.as…...5:14am 1 Hello, I am trying to convert Xml to Pdf using below aspose...TextFragment(xmlContent); // -- Set font to a monospaced font to mimic browser XML...

    forum.aspose.com/t/pdfexception-during-xml-to-p...
  6. Html convert to Markdown occurs Object referenc...

    Hi , When I am converting the Html content into Markdown, it occurs the error: Object reference not set to an instance of an object. here is the html content: <table id=\"attributesTable\">\n <tbody>\n <tr>…...Html convert to Markdown occurs Object reference not set to an... 6:17am 1 Hi , When I am converting the Html content into Markdown...

    forum.aspose.com/t/html-convert-to-markdown-occ...
  7. Aspose.Words.Document convert changing icons - ...

    Hello, I have a attached a couple documents that when converted to PDF will result in rendering issues. The code is just a simple conversion from word to pdf using Aspose.Words (23.3.0) (Icons are being converted to ot…...Document convert changing icons Aspose.Words Product...couple documents that when converted to PDF will result in rendering...

    forum.aspose.com/t/aspose-words-document-conver...
  8. Exporting SHX fonts|CAD 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....Exporting SHX fonts Contents [ Hide ] Export SHX fonts for DXF/DWG...drawings Some drawings may contain fonts in special SHX format, that...

    docs.aspose.com/cad/net/export-shx-fonts/
  9. getColumnWidthPixel how to calculate width - Fr...

    Workbook workbook = new Workbook(); Worksheet worksheet = workbook.getWorksheets().get(0); Cells cells = worksheet.getCells(); cells.setColumnWidthPixel(0, 170); ByteArrayOutputStream baos = new ByteArrayOutputStream(); …...the column widths in the converted HTML file are not the same...column‑width value that is later converted back to pixels when the workbook...

    forum.aspose.com/t/getcolumnwidthpixel-how-to-c...
  10. Render Presentations with Fallback Fonts in .NE...

    Render presentations with fallback Fonts in Aspose.Slides for .NET – keep text consistent across PPT, PPTX and ODP with step-by-step C# code samples....Presentations with Fallback Fonts in .NET Contents [ Hide ] The...fallback font rules collection . Remove() a fallback font rule and...

    docs.aspose.com/slides/net/render-presentation-...