Sort Score
Result 10 results
Languages All
Labels All
Results 141 - 150 of 2,444 for

fontsettings

(0.07 sec)
  1. Aspose pdf fails to save a PDF when options are...

    using .net 9 latest apose.pdf (25.10.0). 1.pdf (221.1 KB) when trying to save attached PDF with: SaveOptions so = new PdfSaveOptions() { DefaultFontName = "Arial", }; pdfDocument.Save(outputPdfPath, so); save fa…...its internal FontSettings . If the FontSettings instance is not... Create and configure a FontSettings object using Aspose.Pdf;...

    forum.aspose.com/t/aspose-pdf-fails-to-save-a-p...
  2. TableSubstitutionRule Class | Aspose.Words for ...

    Discover the Aspose.Words.Fonts.TableSubstitutionRule class for efficient font management and seamless text formatting in your documents....Document (); FontSettings fontSettings = new FontSettings (); doc...doc . FontSettings = fontSettings ; // Create a new table substitution...

    reference.aspose.com/words/net/aspose.words.fon...
  3. FontSubstitutionSettings | Aspose.Words for Java

    Specifies font substitution mechanism settings in Java....setFontSettings(new FontSettings()); // By default, a blank...Document(); FontSettings fontSettings = new FontSettings(); doc....

    reference.aspose.com/words/java/com.aspose.word...
  4. Aspose::Words::LowCode::ProcessorContext::set_F...

    Aspose::Words::LowCode::ProcessorContext::set_Fontsettings method. Font settings used by the processor in C++....et_FontSettings method ProcessorContext::set_FontSettings method...ProcessorContext :: set_FontSettings ( const System :: SharedPtr...

    reference.aspose.com/words/cpp/aspose.words.low...
  5. Aspose::Words::LowCode::ProcessorContext::get_F...

    Aspose::Words::LowCode::ProcessorContext::get_Fontsettings method. Font settings used by the processor in C++....et_FontSettings method ProcessorContext::get_FontSettings method...Aspose :: Words :: Fonts :: FontSettings > & Aspose :: Words :: LowCode...

    reference.aspose.com/words/cpp/aspose.words.low...
  6. Aspose::Words::Loading::LoadOptions::set_FontSe...

    Aspose::Words::Loading::LoadOptions::set_Fontsettings method. Setter for Aspose::Words::Loading::LoadOptions::get_Fontsettings in C++....:set_FontSettings method LoadOptions::set_FontSettings method...Aspose::Words::Loading::LoadOptions::get_FontSettings . void Aspose :: Words ::...

    reference.aspose.com/words/cpp/aspose.words.loa...
  7. TableSubstitutionRule | Aspose.Words for Java

    Table font substitution rule in Java....Document(); FontSettings fontSettings = new FontSettings(); doc....setFontSettings(fontSettings); // Create a new table substitution...

    reference.aspose.com/words/java/com.aspose.word...
  8. Aspose::Words::Fonts::FontFallbackSettings::Loa...

    Aspose::Words::Fonts::FontFallbackSettings::LoadMsOfficeFallbackSettings method. Loads predefined fallback settings which mimics the Microsoft Word fallback and uses Microsoft office fonts in C++....Words :: Document > (); auto fontSettings = System :: MakeObject <...Fonts :: FontSettings > (); doc -> set_FontSettings ( fontSettings...

    reference.aspose.com/words/cpp/aspose.words.fon...
  9. FolderFontSource.Type | Aspose.Words for .NET

    Discover the FolderFontSource Type property. Easily identify font source types to enhance your design projects and streamline your workflow.... FontSettings = new FontSettings (); doc . FontSettings . SetFontsSources...

    reference.aspose.com/words/net/aspose.words.fon...
  10. Issue with custom fonts converting from word to...

    We have an issue converting a word document to pdf with a custom font. I’ve tried several ways to setup the custom fonts, but so far it always failed. here is my code: string[] fontFolders = FontsLoader.GetFontFolder…...FontSettings = new FontSettings(); doc.FontSettings.SetF...the custom font using doc.FontSettings.SetFontsFolders(new string[]...

    forum.aspose.com/t/issue-with-custom-fonts-conv...