Sort Score
Result 10 results
Languages All
Labels All
Results 391 - 400 of 3,960 for

font encoding

(0.06 sec)
  1. HtmlSaveOptions.export_images_as_base64 propert...

    HtmlSaveOptions.export_images_as_base64 property. Specifies whether images are saved in Base64 format to the output HTML, MHTML or EPUB...Examples Shows how to embed fonts inside a saved HTML document...HtmlSaveOptions () options . export_fonts_as_base64 = True options . ...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Aspose::Words::Saving::TxtSaveOptions class | A...

    Aspose::Words::Saving::TxtSaveOptions class. Can be used to specify additional options when saving a document into the Text format. To learn more, visit the documentation article in C++....whether to allow embedding fonts with PostScript outlines when...when embedding TrueType fonts in a document upon it is saved. The...

    reference.aspose.com/words/cpp/aspose.words.sav...
  3. Aspose::Words::Loading::MarkdownLoadOptions::ge...

    Aspose::Words::Loading::MarkdownLoadOptions::get_ImportUnderlineFormatting method. Gets or sets a boolean value indicating either to recognize a sequence of two plus characters "++" as underline text formatting. The default value is false in C++....MemoryStream > ( System :: Text :: Encoding :: get_ASCII () -> GetBytes...get_Runs () -> idx_get ( 0 ) -> get_Font () -> get_Underline ()); loadOptions...

    reference.aspose.com/words/cpp/aspose.words.loa...
  4. Optimize, Compress or Reduce PDF Size in Python...

    Learn how to optimize PDF documents in Python for improved web performance and reduced file size using Aspose.PDF....Merge duplicate streams Unembed fonts Remove unused objects Remove...Unembedding Fonts If the document uses embedded fonts, it means...

    docs.aspose.com/pdf/python-net/optimize-pdf/
  5. Wrong PageCount on docx file with Aspose.Words ...

    Dear support team, I am running a simple unit test with an input docx document. Each time, this document contains 5 pages. But when I load it with Aspose.Words and then iterate on pages based on PageCount, there is an…...Encoding.UTF8.GetBytes(License); MemoryStream...uses Aptos , which is cloud font, so it is not installed by default...

    forum.aspose.com/t/wrong-pagecount-on-docx-file...
  6. HtmlFixedSaveOptions.export_embedded_css proper...

    HtmlFixedSaveOptions.export_embedded_css property. Specifies whether the CSS (Cascading Style Sheet) should be embedded into Html document....html' , 'rt' , encoding = 'utf-8' ) as file : out_doc_contents...HtmlFixedSaveOptions HtmlFixedSaveOptions.encoding property HtmlFixedSaveOptions...

    reference.aspose.com/words/python-net/aspose.wo...
  7. LHA Archives & .lha Extension - Compression, Ex...

    Discover the LHA archive file format and .lha extension, widely known for its historical importance in software distribution and its efficient compression methods. Learn how to open and extract LHA files, and explore its legacy and features....Font Product Solution Aspose.TeX...Drawing Product Solution Aspose.Font Product Solution Aspose.TeX...

    products.aspose.com/zip/most-common-archives/wh...
  8. Convert other file formats to PDF in Python|Asp...

    This topic show you how to Aspose.PDF allows to convert other file formats such as EPUB, MD, PCL, XPS, PS, XML and LaTeX to PDF document.... Set up a monospaced font (Courier New) for consistent...page with custom margins and font settings. Iterate through lines...

    docs.aspose.com/pdf/python-net/convert-other-fi...
  9. Document Compression and Archiving via Python |...

    Reduce and compress documents including Microsoft Word, Excel, PowerPoint, PDF and Images via your Python application. Test the compression result online....Lossy Compression, Run-Length Encoding (RLE), Lempel-Ziv-Welch (LZW)...Compression Document Cleanup Font Subsetting Content Removal Document...

    products.aspose.com/total/python-net/compress/
  10. When converting docx to html using aspose .net ...

    using var stream = new MemoryStream(); HtmlSaveOptions options = new HtmlSaveOptions(SaveFormat.Html) { PrettyFormat = true, ExportHeadersFootersMode = ExportHeadersFootersMode.PerSection, ExportImagesAsBase…...tell me how to get the proper fonts as well with the html in response...@vishika To ensure that the proper fonts are included when converting...

    forum.aspose.com/t/when-converting-docx-to-html...