Sort Score
Result 10 results
Languages All
Labels All
Results 661 - 670 of 32,279 for

custom font

(0.18 sec)
  1. Supported File Formats|Aspose.Slides Documentation

    Discover all file formats Aspose.Slides for C++ can open, save, and convert — including PPT, PPTX and ODP — with clear import/export support notes.... Does the library support font embedding when exporting to...Yes. You can control whether fonts are fully embedded or subsetted...

    docs.aspose.com/slides/cpp/supported-file-formats/
  2. Fonts Are Getting Changed While Converting PPT ...

    Hi Team , We are facing issue of mismatch in Font while converting ppt to pdf file. When converted using acrobat all Fonts remains same. we are using below version of aspose libraries. <java.version>17</java.version> <…...Fonts Are Getting Changed While Converting PPT to PDF in Java...Family slides-java , slides-fonts , slides-pdfexport forasposeissues...

    forum.aspose.com/t/fonts-are-getting-changed-wh...
  3. Supported File Formats|Aspose.Slides for Python...

    Discover all file formats Aspose.Slides for Python via .NET can open, save, and convert — including PPT, PPTX and ODP — with clear import/export support notes.... Does the library support font embedding when exporting to...Yes. You can control whether fonts are fully embedded or subsetted...

    docs.aspose.com/slides/python-net/supported-fil...
  4. ParagraphFormat.Style | Aspose.Words for .NET

    Discover the ParagraphFormat Style property to easily Customize and enhance your document's paragraph styling for improved readability and presentation....DocumentBuilder ( doc ); // Create a custom paragraph style. Style style..."MyStyle1" ); style . Font . Size = 24 ; style . Font . Name = "Verdana"...

    reference.aspose.com/words/net/aspose.words/par...
  5. ParagraphFormat.style property | Aspose.Words f...

    ParagraphFormat.style property. Gets or sets the paragraph style applied to this formatting....DocumentBuilder ( doc ); // Create a custom paragraph style. let style..."MyStyle1" ); style . font . size = 24 ; style . font . name = "Verdana"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Customize Presentation Shapes on Android|Aspose...

    Create and Customize shapes in PowerPoint presentations with Aspose.Slides for Android via Java: geometry paths, curved corners, composite shapes....Customize Presentation Shapes on Android Contents [ Hide ] Change...additional shape geometry customization options, you can convert...

    docs.aspose.com/slides/androidjava/custom-shape/
  7. HtmlSaveOptions.CssClassNamePrefix | Aspose.Wor...

    Discover the HtmlSaveOptions CssClassNamePrefix property to easily Customize CSS class names with a unique prefix, enhancing your web design consistency....useful, for example, if you add custom CSS to generated documents...line-height:normal; font-family:Arial; font-size:11pt; -aw-style-name:footer...

    reference.aspose.com/words/net/aspose.words.sav...
  8. Margins enumeration | Aspose.Words for Python

    aspose.words.Margins enumeration. Specifies preset margins.... CUSTOM Custom margins. Examples Shows... get_by_name ( 'Normal' ) . font . size = 6 doc . sections [...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Document.cleanup method | Aspose.Words for Python

    aspose.words.Document.cleanup method...Shows how to remove all unused custom styles from a document. doc...document now has eight styles. # A custom style is marked as "used" while...

    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…...often caused by font substitution (missing fonts on the conversion...Why it happens Font substitution – When the fonts referenced in...

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