Sort Score
Result 10 results
Languages All
Labels All
Results 181 - 190 of 1,146 for

fixed layout

(0.05 sec)
  1. Section breaks erased - Free Support Forum - as...

    Issue occurs in Aspose Words 25.6 and later, when calling either of these two methods in com.aspose.words.Document: save(String fileName, int saveFormat) save(String fileName, SaveOptions saveOptions) Section breaks a…...document, causing unintended page layout changes, with no changes to...section breaks, breaking the layout. Also, please ignore the part...

    forum.aspose.com/t/section-breaks-erased/319189
  2. Convert EPUB to PDF in Python

    Learn how to convert EPUB to PDF in Python. Explore features, setup, and a simple code example to get started....while PDF is widely used for fixed-layout documents ideal for sharing...conversion with full control over layout, fonts, and output formatting...

    blog.aspose.com/pdf/convert-epub-to-pdf-in-python/
  3. Resize Shapes in Presentations with Python|Aspo...

    Easily resize shapes on PowerPoint and OpenDocument slides with Aspose.Slides for Python via .NET—automate slide Layout adjustments and boost productivity....they conform to the new slide layout. import aspose.slides as slides...width_ratio for layout_slide in master . layout_slides : for shape...

    docs.aspose.com/slides/python-net/re-sizing-sha...
  4. Resize Shapes on Presentation Slides|Aspose.Sli...

    Easily resize shapes on PowerPoint and OpenDocument slides with Aspose.Slides for C++—automate slide Layout adjustments and boost productivity....they conform to the new slide layout. // Load the presentation file...work for master slides and layout slides? Yes, but you should...

    docs.aspose.com/slides/cpp/re-sizing-shapes-on-...
  5. RevisionOptions class | Aspose.Words for Python

    aspose.words.Layout.RevisionOptions class. Allows to control how document revisions are handled during Layout process...revisions are handled during layout process. To learn more, visit...visit the Converting to Fixed-page Format documentation article...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Applying themes to Charts - Free Support Forum ...

    How would I go about adding theme to a chart? The only information I've found regarding chart formatting is changing the ChartArea.Area methods (Background, Foreground, FillFormat, etc). Is it possible to get themes app…...theme is selected from the Page Layout tab. I’ve been able to manually...Then if I go under the Page Layout > Themes and mouse over other...

    forum.aspose.com/t/applying-themes-to-charts/10...
  7. Change pages only after comparison - Free Suppo...

    Hi, docA = aw.Document( "DocumentA.docx") docB = aw.Document("DocumentA_corrected.docx") options = aw.comparing.CompareOptions() options.ignore_formatting = True options.ignore_headers_and_footers = True o…...Words has it’s own layout engine to achieve this. To...you are saving the output in fixed page formats, like PDF or XPS...

    forum.aspose.com/t/change-pages-only-after-comp...
  8. HTML file is displayed incorrectly with "Freeze...

    I am using Aspose.Cells 25.9.0. .NET 9.0 HTML file is displayed incorrectly with “Freeze Panes” If I use the “Freeze Panes” feature in the table, the conversion to HTML is INCORRECT. If I use the “Unfreeze Panes” fe…...“Freeze Panes” is applied, the layout may not render correctly in...after conversion to correct any layout issues caused by frozen panes...

    forum.aspose.com/t/html-file-is-displayed-incor...
  9. Resize Shapes on Presentation Slides|Aspose.Sli...

    Easily resize shapes on PowerPoint and OpenDocument slides with Aspose.Slides for Java—automate slide Layout adjustments and boost productivity....they conform to the new slide layout. // Load the presentation file...work for master slides and layout slides? Yes, but you should...

    docs.aspose.com/slides/java/re-sizing-shapes-on...
  10. Saving converted word document into PDF takes f...

    Hi Team, We are encountering an issue while converting a .docx file to PDF using Aspose. Specifically, the process hangs indefinitely at the line: wordDoc.save(os, SaveFormat.PDF); Here is the relevant snippet for ref…...document to PDF or any other fixed page formats, however, the most...most time is taken by document layout process than by saving operation...

    forum.aspose.com/t/saving-converted-word-docume...