Sort Score
Result 10 results
Languages All
Labels All
Results 81 - 90 of 866 for

layout issues

(0.07 sec)
  1. Extra text appears when converting DOCX to PDF ...

    Hi, When converting a DOCX file to PDF using Aspose.Words, I noticed extra text appears at page 2. Code: var doc = new Document(@".\test.docx"); doc.LayoutOptions.TextShaperFactory = HarfBuzzTextShaperFactory.Instance…...2 @ServerSide527 Cause The issue of extra text appearing when...in Word but still affect the layout during conversion. In your...

    forum.aspose.com/t/extra-text-appears-when-conv...
  2. Words for .NET output questions - Free Support ...

    doc-gen format error.zip (2.1 MB) Please see the questions below from the client and help, thank you ! We are currently experiencing Issues with Aspose when converting Excel and Word files to PDF, specifically differen…...are currently experiencing issues with Aspose when converting...differences in styling and layout distortion . Please refer to...

    forum.aspose.com/t/words-for-net-output-questio...
  3. 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...
  4. Page Number Issue-URGENT - Free Support Forum -...

    We are using the Aspose Words -23.8 version for Java library to generate the attached document. Some sections of the document are created programmatically using Aspose, while other sections are uploaded from our system a…...Page Number Issue-URGENT Aspose.Words Product Family words-java...experiencing page‑number misalignment issues in both the Word and PDF outputs...

    forum.aspose.com/t/page-number-issue-urgent/326823
  5. 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...
  6. 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...
  7. Standard way of extracting the location of revi...

    Hello, I have posted this query on behalf of Ruiz, Manuel MRuiz39@ITS.JNJ.com Currently I am facing Issues with setting the parent node of the revisions in the enum, getting the following error: enum.set_current(layou…...com Currently I am facing issues with setting the parent node...following error: enum.set_current(layout, rev.parent_node) Traceback...

    forum.aspose.com/t/standard-way-of-extracting-t...
  8. 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...
  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. 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...