Sort Score
Result 10 results
Languages All
Labels All
Results 1,831 - 1,840 of 3,552 for

pdf attachment

(0.34 sec)
  1. Eliminate Extra spacing\lines in MS Word before...

    Hello We use MS Word Template with xml data to create Pdfs using Aspose. Currently we are facing an issue when we assemble multiple Word Templates together before mailmerge. Looking to see how to eliminate the extra li…...Template with xml data to create pdfs using Aspose. Currently we are...MS Word templates. I have attached the relevant code in the zip...

    forum.aspose.com/t/eliminate-extra-spacing-line...
  2. If text is long vertically it is not moving to ...

    if i fix the column width and if text is long vertically it is not moving to next page. autofitrow() not working as expected...Excel file is zipped before attaching it here. royal.monteiro August...Save as PDF workbook.Save("output.pdf", SaveFormat.Pdf); Console...

    forum.aspose.com/t/if-text-is-long-vertically-i...
  3. Incorrect position of text boxes rotated to 90 ...

    Incorrect position of text boxes rotated to 90 and 270 deg after changing text wrap to NONE. Code snippet: Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc); builder.w…...NONE); PDF export result: with default (SQARE)...(the code you posted) and the PDF output you expect. They can confirm...

    forum.aspose.com/t/incorrect-position-of-text-b...
  4. What's new in Aspose.Cells for .NET|Documentation

    Aspose.Cells for .NET expands and enhances daily. On this page, you can learn about the huge and most interesting features of the product....Support pdf object stream while converting workbook to pdf Workbook...the generated pdf file while converting to pdf Support to calculate...

    docs.aspose.com/cells/net/what-s-new-in-aspose-...
  5. .docx to .html table formatting error - Free Su...

    Hi, When converting a .docx file to a.html file using Aspose.Words, I noticed a formatting issue when my EMF table is converted see screenshot attached. I had the same error with Pdf conversion which as solved with …...is converted see screenshot attached. 528×807 58.7 KB I had the...the same error with pdf conversion which as solved with convertedDocument...

    forum.aspose.com/t/docx-to-html-table-formattin...
  6. Aspose java 24.9 - help in finding code to add ...

    Hi, I am trying to evaluate aspose for one of our requirements. I tried downloading the aspose Pdf java jar 24.9 version from the website. Also we got temporary license which I don’t know how to set it yet. I tried usin…...PDF Product Family tryaspose1 January...tried downloading the aspose pdf java jar 24.9 version from the...

    forum.aspose.com/t/aspose-java-24-9-help-in-fin...
  7. Rendering Task Sheet View | Aspose.Tasks Docume...

    Learn how to render Microsoft Project (MPP/XML) task sheet views using Aspose.Tasks for Java....PDF Product Solution Aspose.Cells...Words Product Solution Aspose.PDF Product Solution Aspose.Cells...

    docs.aspose.com/tasks/java/rendering-task-sheet...
  8. Aspose.Total for Android via Java|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, Pdf, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....DOCX, RTF, HTML, OpenDocument, PDF, XPS, EPUB and other formats...Welcome to Aspose.PDF for Android via Java Aspose.PDF for Android via...

    docs.aspose.com/total/android-java/
  9. Unable to process large files - Free Support Fo...

    Hello, When I am implementing the word to Pdf conversion. It’s failing for files larger than 4MB. Hosting it in AWS, lambda is getting timed out. I am using the temporary license, to purchase the paid license we need to…...am implementing the word to pdf conversion. It’s failing for...convert large Word documents to PDF using AWS Lambda. Here’s a structured...

    forum.aspose.com/t/unable-to-process-large-file...
  10. 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 …...document from Word to PDF results in a PDF with 3 pages. However...same error with the document attached. I’ve catching the scenario...

    forum.aspose.com/t/document-extractpages-yields...