Sort Score
Result 10 results
Languages All
Labels All
Results 5,671 - 5,680 of 16,496 for

text rendering

(0.14 sec)
  1. Get Shape Effective Properties from Presentatio...

    Discover how Aspose.Slides for C++ calculates and applies effective shape properties for precise PowerPoint Rendering.... In prototype shape text style on layout or master slide...portion’s text frame shape has one). In presentation global text settings...

    docs.aspose.com/slides/cpp/shape-effective-prop...
  2. Rare Chinese Characters display incorrectly - F...

    When I try to generate pdf which contains rare chinese characters,the chars displayed incorrectly which means some parts are beyond cell boundaries.The font has been installed correctly on system.And these rare chars can…...add(); // A paragraph of text containing both normal and rare...rare characters TextFragment text = new TextFragment("这里是正常字1...

    forum.aspose.com/t/rare-chinese-characters-disp...
  3. Save HTML Document in Python – Aspose.HTML for ...

    Learn how to save HTML documents to a file or URL using Aspose.HTML for Python via .NET API and how to apply save options....Create a text node and add it to the document 16 text = document...document. create_text_node ( "Hello, World!" ) 17 document. body ...

    docs.aspose.com/html/python-net/save-html-docum...
  4. Android PowerPoint API | Aspose.Slides for Andr...

    Aspose.Slides for Android API or Android PowerPoint API to create read and manipulate PPT POT PPS PPTX POTX PPSX PowerPoint on Android....edit, manipulate, convert, and render presentations directly on Android...Programmatically create and update slides, text content, shapes, tables, SmartArt...

    products.aspose.com/slides/android-java/
  5. Convert HTML from ZIP archive to JPG – Aspose.H...

    Learn how to convert HTML from a ZIP archive to JPG using C# message handlers in Aspose.HTML for .NET.... Text . Encoding . RegisterProvider (System. Text . CodePagesEncodingPro...// Create an instance of Rendering Options 27 ImageRenderingOption...

    docs.aspose.com/html/net/message-handlers/conve...
  6. Some styles were not copied correctly, like fon...

    Use the following code, I’m not able to copy all the styles correctly, the copied document contains wrong font size: and here the source code which copy the styles: import com.aspose.words.*; import lombok.extern.sl…...fonts are used during the rendering process. For example, you...contains a style called “Body Text | Ref Note”, with Font “Avenir...

    forum.aspose.com/t/some-styles-were-not-copied-...
  7. Compress RTF Files Online or via C++ | products...

    Free online app to compress different RTF files. C++ compression library code for RTF documents....Compress ODT Files (OpenDocument Text File Format) Compress PDF Files...Format) Compress RTF Files (Rich Text Format) Compress Word Files...

    products.aspose.com/total/cpp/compress/rtf/
  8. MeasureString result not accurate - Free Suppor...

    I am trying to use font Tahoma and measure the string with font size 25 pixels. I am then trying to draw the Text in the string s = "N 40º 34' 36.556\" W 70º 45' 24.412\""; StringFormat tb = new StringFormat() { FormatF…...I am then trying to draw the text in the string s = "N 40º 34'...is now bigger than the drawn text making the background rectangle...

    forum.aspose.com/t/measurestring-result-not-acc...
  9. RtfSaveOptions.export_compact_size property | A...

    RtfSaveOptions.export_compact_size property. Allows to make output RTF documents smaller in size, but if they contain RTL (right-to-left) Text, it will not be displayed correctly....contain RTL (right-to-left) text, it will not be displayed correctly...does not contain right-to-left text in languages like Arabic, then...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Convert TXT to PDF in Java

    You can convert TXT to PDF in Java with this short tutorial. It covers the process of configuring the IDE and sequential workflow while showing a practical code snippet to export TXT file to PDF in Java....Words to convert text to PDF using Java Access the...instance of the Document class Render TXT to PDF with the save method...

    kb.aspose.com/words/java/convert-txt-to-pdf-in-...