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

pdf attachment

(0.06 sec)
  1. PdfAttachmentsEmbeddingMode Enum | Aspose.Words...

    Control how Attachments are embedded in Pdfs with PdfAttachmentsEmbeddingMode. Optimize document structure and compatibility for seamless sharing....Specifies how attachments are embedded to PDF document. public...Value Description None 0 Attachments are not embedded. Annotations...

    reference.aspose.com/words/net/aspose.words.sav...
  2. ConverterXls2Doc Sample - Free Support Forum - ...

    Where is ConverterXls2Doc sample? I can’t find it...@Eli_Tsai , Please find it attached for your requirements. By...Excel file to PDF file Use Aspose.Pdf to convert the PDF file to Word...

    forum.aspose.com/t/converterxls2doc-sample/175725
  3. 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-...
  4. .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...
  5. Aspose.Email produces MHtml file with cutoff te...

    Hello, In the attached zip there are two files. One of them is the input EML file and the other is the MHtml, which is produced using Aspose.Email. The text on the third page is cutoff and cannot be read correctly. It i…...2025, 1:52pm 1 Hello, In the attached zip there are two files. One...needing to change code. Use PDF as a reliable alternative If...

    forum.aspose.com/t/aspose-email-produces-mhtml-...
  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. Cannot open shared object file gdiplus.dll, lib...

    In Azure Linux Container getting runtime error. Working fine in Window 11 system Error at: using (var document = new Aspose.Pdf.Document(stream, options)) // Method to generate Pdf from HTML string and return byte arra…...PDF Product Family aspose-pdf-net innovammir August...using (var document = new Aspose.Pdf.Document(stream, options)) //...

    forum.aspose.com/t/cannot-open-shared-object-fi...
  8. Giving file corrupted error after inserting foo...

    @philip.zhou After inserting footers using Aspose diagram for Java API,when trying to open the vss,vsdx,vsd files, it says “file is corrupted”. Not able to share the files,because of security reasons. Thanks Rama...PDF); //modified as per Aspose team...save(outputStream, SaveFileFormat.PDF); // } ///modified on 07/23/2024...

    forum.aspose.com/t/giving-file-corrupted-error-...
  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...