Sort Score
Result 10 results
Languages All
Labels All
Results 371 - 380 of 2,456 for

fontsettings

(0.12 sec)
  1. Aspose.Words 23.1.0 – Conversion Hangs(Timeout ...

    Hi Team, We are using Aspose.Words 23.1.0 and encountering an issue when converting a specific Word file to PDF. The code execution gets stuck at the line wordDoc.Save(pdfStream, saveOptions); and does not proceed furt…...; var fontSettings = new FontSettings(); fontSettings.SubstitutionSettings...DefaultFontName = "Times New Roman"; fontSettings.SetFontsFolders(new[] {...

    forum.aspose.com/t/aspose-words-23-1-0-conversi...
  2. MemoryFontSource class | Aspose.Words for Python

    aspose.words.fonts.MemoryFontSource class. Represents the single TrueType font file stored in memory... FontSettings () doc . font_settings ...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Issue with thai text - Free Support Forum - asp...

    Hello, I’m testing the new version of Aspose.Words 26.1 and have found an issue with thai text. I’m opening a docx file then define the font folder source for Aspose and save the document as pdf. The result document s…...Words using FontSettings and FontSourceBase . Try...fallback settings to XML: FontSettings.DefaultInstance.FallbackSettings...

    forum.aspose.com/t/issue-with-thai-text/324630
  4. WarningInfoCollection.warning method | Aspose.W...

    WarningInfoCollection.warning method. Implements the [IWarningCallback](../../iwarningcallback/) interface... FontSettings () font_settings . substitution_settings...file_name = ARTIFACTS_DIR + 'FontSettings.EnableFontSubstituti.pdf'...

    reference.aspose.com/words/python-net/aspose.wo...
  5. LayoutOptions.keep_original_font_metrics proper...

    LayoutOptions.keep_original_font_metrics property. Gets or sets an indication of whether the original font metrics should be used after font substitution... FontSettings () font_settings . substitution_settings...file_name = ARTIFACTS_DIR + 'FontSettings.EnableFontSubstituti.pdf'...

    reference.aspose.com/words/python-net/aspose.wo...
  6. TableSubstitutionRule.save method | Aspose.Word...

    aspose.words.fonts.TableSubstitutionRule.save method... FontSettings () doc . font_settings =...save ( ARTIFACTS_DIR + 'FontSettings.table_substitution_rule...

    reference.aspose.com/words/python-net/aspose.wo...
  7. WarningInfo class | Aspose.Words for Python

    aspose.words.WarningInfo class. Contains information about a warning that Aspose.Words issued during document loading or saving... FontSettings () font_settings . substitution_settings...file_name = ARTIFACTS_DIR + 'FontSettings.EnableFontSubstituti.pdf'...

    reference.aspose.com/words/python-net/aspose.wo...
  8. MemoryFontSource constructor | Aspose.Words for...

    aspose.words.fonts.MemoryFontSource constructor... FontSettings () doc . font_settings ...

    reference.aspose.com/words/python-net/aspose.wo...
  9. TxtLoadOptions | Aspose.Words for Java

    Allows to specify additional options when loading LoadFormat.TEXT document into a Document object in Java.... setFontSettings(FontSettings value) Allows to specify...getFontSettings() public FontSettings getFontSettings() Allows...

    reference.aspose.com/words/java/com.aspose.word...
  10. Conversion to PDF taking over 1 minute with Lar...

    Hi, I am facing some issues when converting to PDF from excel / word with documents of larger size. They are taking over 1 minute of time for the conversion. This usually happens with larger files (5-20mb) however, som…...FontSettings fontSettings = new(); fontSettings.SetFon...ath, true); doc.FontSettings = fontSettings; //doc.LayoutOptions...

    forum.aspose.com/t/conversion-to-pdf-taking-ove...