Sort Score
Result 10 results
Languages All
Labels All
Results 281 - 290 of 2,459 for

fontsettings

(0.06 sec)
  1. Utilizzo codifica ANSI e non Identity-H in conv...

    Buongiorno, in fase di conversione da docx a PDF utilizzando la compliance con PDF_UA i font utilizzati all’interno del PDF prodotto risultano con codifica ANSI. Com’è possibile forzare la codifica Identity-H? Grazie M…...corretto per la proprietà FontSettings e specificare il tipo di...PdfUa; saveOptions.FontSettings = new FontSettings(); saveOptions...

    forum.aspose.com/t/utilizzo-codifica-ansi-e-non...
  2. Aspose::Words::Fonts::FontSourceBase class | As...

    Aspose::Words::Fonts::FontSourceBase class. This is an abstract base class for the classes that allow the user to specify various font sources. To learn more, visit the documentation article in C++....Document > (); doc -> set_FontSettings ( System :: MakeObject <...Fonts :: FontSettings > ()); doc -> get_FontSettings () -> SetFontsSources...

    reference.aspose.com/words/cpp/aspose.words.fon...
  3. FontSubstitutionRule.enabled property | Aspose....

    FontSubstitutionRule.enabled property. Specifies whether the rule is enabled or not.... FontSettings () # By default, a blank...font_settings = aw . fonts . FontSettings () font_config_substitution...

    reference.aspose.com/words/python-net/aspose.wo...
  4. MemoryFontSource.font_data property | Aspose.Wo...

    MemoryFontSource.font_data property. Binary font data.... FontSettings () doc . font_settings ...

    reference.aspose.com/words/python-net/aspose.wo...
  5. FontSettings.getFontsSources method | Aspose.Wo...

    Fontsettings.getFontsSources method. Gets a copy of the array that contains the list of sources where Aspose.Words looks for TrueType fonts....new font sources use the FontSettings.setFontsSources() method...Words.Fonts class FontSettings FontSettings.substitutionSettings...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Issue: Embedded Clario Font Is Substituted on L...

    Description We are encountering a platform-specific font substitution issue while converting DOCX to PDF using Aspose.Words. The DOCX document contains the Clario font embedded. When the document is converted to PDF on…...source using FontSettings.SetFontsFolder or FontSettings.SetFontsSources...selected: var fontSettings = new FontSettings(); fontSettings.SubstitutionSettings...

    forum.aspose.com/t/issue-embedded-clario-font-i...
  7. FontPitch enumeration | Aspose.Words for Node.js

    Aspose.Words.Fonts.FontPitch enumeration. Represents the font pitch....FontNameSubstitution class FontSettings class...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. MemoryFontSource.type property | Aspose.Words f...

    MemoryFontSource.type property. Returns the type of the font source.... FontSettings () doc . font_settings ...

    reference.aspose.com/words/python-net/aspose.wo...
  9. FontSourceBase.type property | Aspose.Words for...

    FontSourceBase.type property. Returns the type of the font source.... FontSettings () doc . font_settings ...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Aspose.word save pdf 样式错误 - Free Support Forum ...

    Document doc = new Document(“template.docx”); DocumentBuilder builder = new DocumentBuilder(doc); builder.moveToDocumentEnd(); builder.writeln(“test.”); SaveOptions saveOptions = SaveOptions.createSaveOptions(SaveFor…...folder : FontSettings fontSettings = new FontSettings(); fontSettings...sub‑folders doc.setFontSettings(fontSettings); Embed the fonts in the...

    forum.aspose.com/t/aspose-word-save-pdf/321219