Sort Score
Result 10 results
Languages All
Labels All
Results 2,471 - 2,480 of 20,361 for

layout

(0.13 sec)
  1. Convert Presentations in Handout Mode with Pyth...

    Convert presentations to handouts in Python. Set slides per page, keep notes, export to PDF or images with Aspose.Slides, with sample code. Try it free....mode by setting the slides_layout_options property in the PdfOptions...the export options. slides_layout_options = slides . export ...

    docs.aspose.com/slides/python-net/convert-power...
  2. NullPointerException with Aptos Font and wp14:a...

    Summary Aspose.Words throws a NullPointerException during Document.save() or Document.updatePageLayout() when ALL of the following conditions are met: Document contains wp14:anchorId attributes (Word 2010+ drawing anch…...during VML shape rendering/layout calculation. Environment Aspose...supported upon VML import” During layout calculation ( updatePageLayout()...

    forum.aspose.com/t/nullpointerexception-with-ap...
  3. EQ Field Text Rotation Issue in Vertical DOCX t...

    Description When rendering vertical (top-to-bottom) text that contains a Word EQ field, the content inside the field equation is rendered with an incorrect text direction in HTML output. Specifically, the number inside …...PNG export works because the layout engine rotates the glyph when...rendered correctly in vertical layout. // Example: replace a circled...

    forum.aspose.com/t/eq-field-text-rotation-issue...
  4. Specify Rendering Options When Converting to PD...

    Convert a document to PDF with advanced options. Use PdfSaveOptions to change the result of saving a document to PDF format using Java....document to PDF, including the layout calculation. Since these stages...editable forms. Aspose.Words layout engine imitates the way Microsoft...

    docs.aspose.com/words/java/specify-rendering-op...
  5. Convert images to HTML(HTML5 Canvas) image form...

    Using Aspose.Imaging for .NET library it is easy to convert to HTML(HTML5 Canvas) from other supported image formats...Style Sheets (CSS) for overall layout representation. Following conversions...

    products.aspose.com/imaging/net/conversion/to/h...
  6. Change styles for complete document - Free Supp...

    Hi we are trying to change style of document, there are few issues that are seen and need support for resolving the issues we are using the below function to change the font name and font size def change_styles(self, f…...document layout before saving try: doc.update_page_layout() except...that you are not altering the layout properties of the shapes. Check...

    forum.aspose.com/t/change-styles-for-complete-d...
  7. Setting Print Options|Documentation

    This section explains how to set print options with Aspose.Diagram....used to set different page layout options for a printed page...

    docs.aspose.com/diagram/net/setting-print-options/
  8. IHyphenationCallback Interface | Aspose.Words f...

    Explore the Aspose.Words.IHyphenationCallback interface to easily implement and register hyphenation dictionaries for enhanced document formatting.... Layout )); Assert . That ( warningInfoCollectio...

    reference.aspose.com/words/net/aspose.words/ihy...
  9. Animate PowerPoint Text in .NET|Aspose.Slides D...

    Create dynamic animated text in PowerPoint and OpenDocument presentations using Aspose.Slides for .NET, with easy-to-follow, optimized C# code examples....Do text animations work in layouts and the slide master? Effects...Effects applied to layout/master objects are inherited by slides...

    docs.aspose.com/slides/net/animated-text/
  10. How to Imprve performance below below Aspose.wo...

    Below is the C# code which is taking longer time to execute public void CreatePDFFile() { try { var logger = log4net.LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType); …...required – each call forces a layout recompute. Fast pattern: //...SetLineSpacingForHea/ Footer does any heavy layout work, move those calculations...

    forum.aspose.com/t/how-to-imprve-performance-be...