Sort Score
Result 10 results
Languages All
Labels All
Results 5,141 - 5,150 of 134,636 for

font

(0.26 sec)
  1. Convert a Document to HTML, MHTML or EPUB in C#...

    Convert a document from almost any format to HTML or MHTML, as well as to EPUB format using C#. You can also specify save options for managing the output document....resources, such as images, fonts, and external CSS, are saved...as FontsFolder which saves fonts to the specified folder and...

    docs.aspose.com/words/net/convert-a-document-to...
  2. Aspose::Words::DocumentBuilder class | Aspose.W...

    Aspose::Words::DocumentBuilder class. Provides methods to insert text, images and other content, specify Font, paragraph and section formatting. To learn more, visit the documentation article in C++....images and other content, specify font, paragraph and section formatting...document. get_Bold () True if the font is formatted as bold. get_CellFormat...

    reference.aspose.com/words/cpp/aspose.words/doc...
  3. Footer height and extra line issue when convert...

    I am experiencing a layout problem when converting OpenDocument Text (.odt) files to PDF using Aspose.Words for .NET version 23.5.0. Specifically, the footer height is handled incorrectly, causing an extra line to appear…...All fonts are available and no warnings related to fonts or conversion...multiple paragraphs, or a larger font). Consequently an extra blank...

    forum.aspose.com/t/footer-height-and-extra-line...
  4. Footnotes conversion from HTML to DOCX - Free S...

    Hello, I am trying to convert an HTML to DOCX with Aspose.Words for java and I have footnotes in the HTML with reference. I want to convert them in real footnotes in DOCX without loosing the reference is it possible? Th…...imported as Word formatting (fonts, bold, italics, etc.). Complex...style="text-decoration:none"><span style="font-size:8pt; vertical-align:super;...

    forum.aspose.com/t/footnotes-conversion-from-ht...
  5. Automate Presentation Localization on Android|A...

    Automate PowerPoint and OpenDocument slide localization in Java with Aspose.Slides for Android, using practical code samples and tips for faster global rollout....the availability of proper fonts and layout/line-break settings...make the required fonts available, configure font substitution rules...

    docs.aspose.com/slides/androidjava/presentation...
  6. Urobiť WORD Pomocou C++

    Vytvorte nový WORD v C++ v niekoľkých krokoch. Jednoducho vytvorte WORD pomocou knižnice C++....<DocumentBuilder>(doc); auto font = builder-> get_Font (); font-> set_Name (...( u"Courier New" ); font-> set_Color (System::Drawing::Color::...

    products.aspose.com/words/sk/cpp/make/word/
  7. Urobiť HTML Pomocou C++

    Vytvorte nový HTML v C++ v niekoľkých krokoch. Jednoducho vytvorte HTML pomocou knižnice C++....<DocumentBuilder>(doc); auto font = builder-> get_Font (); font-> set_Name (...( u"Courier New" ); font-> set_Color (System::Drawing::Color::...

    products.aspose.com/words/sk/cpp/make/html/
  8. 使用 Python 向 PDF 添加文本图章 | Aspose.PDF

    在 .NET Framework、.NET Core 上向 PDF 文件添加文本戳的 Python 源代码。... font = apdf . text . FontRepository . find_font ( "Arial"...text_state . font_size = 14 textStamp . text_state . font_style =...

    products.aspose.com/pdf/zh-hans/python-net/stam...
  9. Buat DOCX Menggunakan C++

    Buat DOCX baharu dalam C++ dalam beberapa langkah. Buat DOCX dengan mudah menggunakan pustaka C++....<DocumentBuilder>(doc); auto font = builder-> get_Font (); font-> set_Name (...( u"Courier New" ); font-> set_Color (System::Drawing::Color::...

    products.aspose.com/words/ms/cpp/make/docx/
  10. I use apache.poi create doc, use aspose.words t...

    in local windows dev, the Font is not missing; this is my code public static void streamToDocX1(String docFilePath, OutputStream stream) throws Exception { document = new Document(docFilePath); docume…...KB in local windows dev, the font is not missing; this is my code...proper document layout the fonts used in the original document...

    forum.aspose.com/t/i-use-apache-poi-create-doc-...