Sort Score
Result 10 results
Languages All
Labels All
Results 121 - 130 of 2,445 for

reference attachment

(0.06 sec)
  1. Aspose.Words - Errors after upgrading to .NET8,...

    Hi, I have a method where I am trying to save the document with custom properties. I am using the document.Save() to achieve it. After updating to .NET 8, I am getting the following error for document Save methods. No…... Please refer the below link. https://reference.aspose.com/words/net/aspose...chose in ContentDisposition, Attachment or Inline. How to achieve...

    forum.aspose.com/t/aspose-words-errors-after-up...
  2. Saving File to Response Object with C++|Documen...

    Learn how to save files dynamically and send them directly to a client browser using Aspose.Cells for C++....save types: Type Description Attachment Sends the spreadsheet to...it in an application as an attachment associated with .xls/.xlsx...

    docs.aspose.com/cells/cpp/saving-file-to-respon...
  3. Failed to convert Image type format to PDF: The...

    Hi, I am trying to convert images format to the pdf please find the below code for that: using (var imageStream = new MemoryStream(inputBytes)) { using (var outputStream = new MemoryStream()) { var pdf = new Aspose…...ToArray(); } } Make sure to reference the correct namespaces and...throws error. Find the below attachment: Easyupload.io - Upload Files...

    forum.aspose.com/t/failed-to-convert-image-type...
  4. 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…... Please refer to the two attached files within the Excel...conversion code snippet for your reference. Professionalize.Discourse...

    forum.aspose.com/t/words-for-net-output-questio...
  5. Convert BMP to MSG in Python | products.aspose.com

    Save BMP to MSG within Python applications without using Microsoft Word or Outlook...image to be sent as an email attachment. How Aspose.Total Helps for...3.5 or later is required Reference APIs within the project directly...

    products.aspose.com/total/python-net/conversion...
  6. DeleteBlankRows() is deleting rows even if it h...

    Ideally, according to the documentation, DeleteBlankRows() should delete only rows which are empty i.e. the rows which does not have any content, images, charts, comments etc… But in the attached file below, Even the r…... comments etc… But in the attached file below, Even the rows...correct results. Please refer to the attachment. out_net.zip (244.3...

    forum.aspose.com/t/deleteblankrows-is-deleting-...
  7. Aspose::Words::DigitalSignatures namespace | As...

    Aspose::Words::DigitalSignatures namespace. The Aspose.Words.DigitalSignatures namespace provides classes to sign documents and verify signatures in C++....collection of digital signatures attached to a document. To learn more...

    reference.aspose.com/words/cpp/aspose.words.dig...
  8. How to copy pivot table and chart to other work...

    I have a pivot table and chart in sheet2, Reference data in sheet1, and I need copy it to sheet3 twice(differen placement). In Excel I can select the pivot table and chart range and paste to other sheet and will copy al…...table and chart in sheet2, reference data in sheet1, and I need...the range. Please refer to the attachment. out_net.zip (20.9...

    forum.aspose.com/t/how-to-copy-pivot-table-and-...
  9. Copying formulas with cell referecing other she...

    Hi, I have a workbook with following formula in cell G3 in Sheet1 which is referencing Sheet2. When I try to copy this formula to cell C3 in Sheet1, the relative cell Reference part is the same as source and won’t ajust…...Sheet1, the relative cell reference part is the same as source...destination cell. Please reference attachment for reproduction. The...

    forum.aspose.com/t/copying-formulas-with-cell-r...
  10. Add a page break in excel at end of each page i...

    Hello, I am working on a Project to convert excel files to pdf with Aspose.Cells version 25.6. Currently I am using below code for conversion: final PageSetup pgSetup = curSheet.getPageSetup(); if (pgSetup != null && …...setOnePagePerSheet(true); You can also refer to the following sample code...correct results. Please refer to the attachment. out_java.pdf (44.9...

    forum.aspose.com/t/add-a-page-break-in-excel-at...