Sort Score
Result 10 results
Languages All
Labels All
Results 231 - 240 of 1,369 for

fixed layout

(0.04 sec)
  1. 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/
  2. 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...
  3. 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...
  4. Resize Shapes on Presentation Slides in .NET|As...

    Easily resize shapes on PowerPoint and OpenDocument slides with Aspose.Slides for .NET—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/net/re-sizing-shapes-on-...
  5. Aspose.Cells 25.11 - Refreshing XLSM Pivot Tabl...

    Hi, I’m using Aspose.Cells 25.11 for .NET, and during our calculation engine we run refresh Pivot Tables. When using it on .xlsm file it returns a corrupt workbook and changes the order of some columns on the workbook…...release notes or rerun with layout refresh disabled to isolate...changes to this API’s defaults or layout behaviour. Share these hypotheses...

    forum.aspose.com/t/aspose-cells-25-11-refreshin...
  6. 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...
  7. 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
  8. 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...
  9. OneNote Java API | Create Convert and Manipulat...

    Java library to read manipulate and convert Microsoft Office OneNote documents to PDF BMP JPG GIF and TIFF image formats....Microsoft OneNote: ONE ONETOC2 Fixed Layout: PDF Web: NOTE Images: GIF...file. Read text formatting and layout information (sizes and positions)...

    products.aspose.com/note/java/
  10. Aspose Words convert pdf to md messy content - ...

    convert pdf to markdown, cause some messy contents file: 附件3-消杀承包合同(中航物业转包).pdf (1.9 MB) code: document = aw.Document(file_path) document.save("output2/test3.md")...formatting and layout. PDFs are designed for fixed layouts, while Markdown...include improvements and bug fixes related to file conversions...

    forum.aspose.com/t/aspose-words-convert-pdf-to-...