Sort Score
Result 10 results
Languages All
Labels All
Results 71 - 80 of 793 for

layout issues

(2.84 sec)
  1. The generated PDF report has incorrect footers ...

    I am using Aspose aspose-words-25.8-jdk17.jar. I use the following code to generate a PDF document from a Word report: import com.aspose.words.Document; import com.aspose.words.SaveFormat; public class WordToPdf { …...sounds like you’re experiencing issues with the footers in your generated...document. Cause : The footer issues may arise from incorrect configurations...

    forum.aspose.com/t/the-generated-pdf-report-has...
  2. Need guidance on how to achieve merged cells wi...

    Hi, we want to achieve the following Layout with merged cells using smart markers only. I have attached data, template, output, and expected output in the attachment. Could you please guide us on how this can be achieved…...want to achieve the following layout with merged cells using smart...this can be achieved? Thanks layout.zip (26.1 KB) Professionalize...

    forum.aspose.com/t/need-guidance-on-how-to-achi...
  3. While converting pdf to word the document text ...

    thats orignal pdf file дог1673_26_11_2024 (3).pdf (168.1 KB) and here is converted word file дог1673_26_11_20241.docx (27.0 KB)...sounds like you’re experiencing issues with text formatting when converting...sets. Cause : The formatting issues may arise from unembedded fonts...

    forum.aspose.com/t/while-converting-pdf-to-word...
  4. Problems with title and legend when saving as P...

    I am encountering Issues while using Aspose.Words to convert a word document into a PDF. Aspose.Words Version : 25.6.0 When i use the code to convert “test.docx” to “test.pdf”: var testDoc = new Document("D:\\test.doc…...8:27am 1 I am encountering issues while using Aspose.Words to...that you are encountering an issue with overlapping titles, legends...

    forum.aspose.com/t/problems-with-title-and-lege...
  5. The document conversion is not converted correc...

    The document conversion is not happened properly, when document has different font styles like “Italianno,Bahnschrift Condensed…”. Aspose Version 22.5.0 sample code var document = new Aspose.Words.Document(stream); v…...document to build document layout upon conversion to PDF. If...fonts mismatch and document layout differences. You can implement...

    forum.aspose.com/t/the-document-conversion-is-n...
  6. Word to Pdf:Document Format - Free Support Foru...

    I’ve noticed inconsistencies in paragraph formatting when converting some documents to PDF. For example, text that’s on the second line in Word becomes the third line in PDF; in extreme cases, a one-page document becomes…... How can I resolve this issue? version:words-25.10-jdk17.jar...often caused by font‑related issues – the conversion engine cannot...

    forum.aspose.com/t/word-to-pdf-document-format/...
  7. Table and image truncation during word transfor...

    We are using ASPOSE.Words for our .doc to .docx transformation. During transformation, some of the tables are images are getting truncated. Even Auto Fit Word settings dont work. Please help....Words, if you are experiencing issues with tables and images being...docx") Document Layout : Sometimes, the layout of the original...

    forum.aspose.com/t/table-and-image-truncation-d...
  8. Document.ExtractPages yields wrong results - Fr...

    Use the following code: var document = new Document("input.docx"); for (int page = 0; page < document.PageCount; page++) { Document extractedPage = document.ExtractPages(page, 1); // startindex and count string …...pages displayed in Word Print Layout and also when printing the...required to build document layout. If Aspose.Words cannot find...

    forum.aspose.com/t/document-extractpages-yields...
  9. Font Issue on Linux machine - Free Support Foru...

    Hi, I’m using Arial font in my .docx template, and everything works correctly when generating the output PDF on a Windows environment. However, after hosting the application on a Linux server, the output PDF no longer d…...Font Issue on Linux machine Aspose.Words Product Family embed-fonts...DefaultFontName = "Arial"; Debugging Font Issues : Implement a warning callback...

    forum.aspose.com/t/font-issue-on-linux-machine/...
  10. Document comparison - Using Aspose library - Fr...

    Hi, I am trying to compare two documents could be pdf-pdf, pdf-docx, docx-docx. Docx-Docx comparison works well as it gives revisions which is helpful when I am trying to highlight my document. PDF-PDF comparison and …...which may help maintain the layout. Adjust the RelativeHorizontalPr...based on your specific document layout. A smaller value can improve...

    forum.aspose.com/t/document-comparison-using-as...