Sort Score
Result 10 results
Languages All
Labels All
Results 271 - 280 of 793 for

layout issues

(0.94 sec)
  1. Aspose.word save pdf 样式错误 - Free Support Forum ...

    Document doc = new Document(“template.docx”); DocumentBuilder builder = new DocumentBuilder(doc); builder.moveToDocumentEnd(); builder.writeln(“test.”); SaveOptions saveOptions = SaveOptions.createSaveOptions(SaveFor…...machine) or by the document layout not being refreshed before...mis‑alignment. Stale layout cache – If the layout is not recomputed...

    forum.aspose.com/t/aspose-word-save-pdf/321219
  2. Table contents are getting split while converti...

    Hi, I’m trying to convert a docx file (containing 23 pages along with some tables present inside, page 4) into pdf with Aspose.words 25.11 While exploring the pdf, I found that the output contains 25 pages and the tabl…...8, 2026, 4:56am 2 @rsv2 The issue you’re experiencing—where tables...recommended step to improve layout accuracy is to call doc.UpdatePageLayout()...

    forum.aspose.com/t/table-contents-are-getting-s...
  3. Header Alignment issue during mailmerge - Free ...

    We have a MS word document where we are reducing the top margin to 0 and starting the text content without leaving any top margin. But after mailmerge, the resultant document is rendered with some top margin. Due to th…...Header Alignment issue during mailmerge Aspose.Words Product...how to correct this alignment issue Professionalize.Discourse July...

    forum.aspose.com/t/header-alignment-issue-durin...
  4. JavaScript API for PostScript Processing

    Aspose.Page for JavaScript handles PS, EPS, and XPS files and lets you load, merge, and convert them to PDF or raster images easily....below Fixed Layout: XPS PostScript: EPS, PS Fixed Layout: PDF Images:...I get help if there are any issues with the API? Try to get answer...

    products.aspose.com/page/javascript-cpp/
  5. Html to Excel rowspan issue - Free Support Foru...

    I am converting excel from html using aspose cells library 25.12 version and java version 21 but rowspan is not applying in excel This is html and my java code for converting …...Html to Excel rowspan issue Aspose.Cells Product Family aspose-cells-java...preserved in the output . A similar issue involving loss of HTML table...

    forum.aspose.com/t/html-to-excel-rowspan-issue/...
  6. What is an XLSX File? .xlsx File Extension, Pro...

    Learn about the XLSX file format, its extension, and how it is used for project management. Discover XLSX file processing, editing, and conversion with Aspose.Tasks. Automate project management workflows using C#, Java, C++, and Python to read, write, modify, and export XLSX files.... Common Issues and Troubleshooting with XLSX...scenarios may still introduce issues. One common problem is compatibility...

    products.aspose.com/tasks/supported-formats/xlsx/
  7. 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…... ForeColor expression issue Export report to TSV in UniCode...theme is selected from the Page Layout tab. I’ve been able to manually...

    forum.aspose.com/t/applying-themes-to-charts/10...
  8. Section Breaks Lost During Document.Save() in A...

    Description: We are encountering a critical issue where section breaks are being lost or corrupted when using Document.Save() to overwrite DOCX files. This results in improper page Layout—multi-page documents collapse i…...are encountering a critical issue where section breaks are being...This results in improper page layout—multi-page documents collapse...

    forum.aspose.com/t/section-breaks-lost-during-d...
  9. Doc Properties update TOC page numbering change...

    Hi Team, We are using the Doc properties update extensively and it works really well. but for few cases we see some challenges which causes some issue. the document table of content is getting changed after the doc pr…...challenges which causes some issue. the document table of content...does not automatically: Re‑layout the document – i.e., recalculate...

    forum.aspose.com/t/doc-properties-update-toc-pa...
  10. Tables colliding on docx to pdf conversion - Fr...

    async function addLetterHeadToDocx(docPath, letterHeadpath, outDir, logger) { const headDoc = new aw.Document(letterHeadpath); const contentDoc = new aw.Document(docPath); const headDocParagraphs = headDoc.sections…...dimensions, margins, or page layout settings. Here are some suggestions...suggestions to help resolve this issue: Check Table Dimensions : Ensure...

    forum.aspose.com/t/tables-colliding-on-docx-to-...