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

layout issues

(0.28 sec)
  1. Aspose.Svg 25.8.0 exception when using PageSetu...

    When attempting to convert an SVG to pdf with PageSetup.Sizing types ScaleContent and Contain we get an exception. The other 2 types work fine. This doesn’t seen to be document related but I do have a sample. System.Nul…...8, 2025, 12:22pm 2 @skowald Issue Summary Product / Version :...explicitly set, the internal layout engine receives a null value...

    forum.aspose.com/t/aspose-svg-25-8-0-exception-...
  2. 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
  3. 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...
  4. Aspose.Slides/Net6.Crossplatform Latest Version...

    Hello. Our company uses the following libraries: Aspose.Slides.Net6 for apps targetting net47 Aspose.Slides.Net6.Crossplatform for our application running under net8, Linux containers. The current versions we run are …...we remove unused master and layout slides, we remove video frames...would like to know if these issues are known and worked on, and...

    forum.aspose.com/t/aspose-slides-net6-crossplat...
  5. Aspose is unable to convert html to pdf - Free ...

    Please find attached zip file. The zip file contains the code POC and the HTML file. We are trying to convert given html to PDF using following code. But when the code reaches to Converter.ConvertHTML it gets stuck there…...matches a known memory‑leak/hang issue in Aspose.HTML versions up to...February 3, 2026, 4:19am 3 The issue was due to large html especially...

    forum.aspose.com/t/aspose-is-unable-to-convert-...
  6. Topics tagged aspose-pdf-net

    Topics tagged aspose-pdf-net...single pdf having intermittent issues Aspose.Total Product Family...aspose-pdf-net 3 132 March 24, 2025 Issue with Unwanted Blank Page in...

    forum.aspose.com/tag/aspose-pdf-net
  7. 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...
  8. How to get the gridspan of a cell in table - Fr...

    I have the table structure something like: <w:tr> <w:tc> <w:p><w:r><w:t>T3 Row3 -1</w:t></w:r></w:p> </w:tc> <w:tc> <w:tcPr> <w:gridSpan w:val=“2”/> </w:tcPr> <w:p><w:r><w:t>T3 Row3 -2</w:t></w:r></w:p> </w:tc> <w:tc> <w…...correctly models the logical layout of the table when cells are...getColumnSpan() in your code, the issue is likely due to one of the...

    forum.aspose.com/t/how-to-get-the-gridspan-of-a...
  9. Insert template to existing document - Free Sup...

    Hi, Need some help. We have templates from Microsoft office available at "C:\Program Files\Microsoft Office\Templates" under this particular path we have folders for each template(.dotm) - macro enabled template when…...update_page_layout() # Save the modified document...update_fields() # Update page layout to ensure everything is rendered...

    forum.aspose.com/t/insert-template-to-existing-...
  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-...