Sort Score
Result 10 results
Languages All
Labels All
Results 721 - 730 of 368,727 for

save

(0.35 sec)
  1. Don't want to see the Formulas in the viewer - ...

    Hi Team, I don’t want to see the formulas in the viewer , I just want to see the values . Can you please suggest is there any way to do that . image.png (65.9 KB)...xlsx"); // Save the workbook as PDF to hide...hide formulas workbook.Save("output.pdf", SaveFormat.Pdf); This code...

    forum.aspose.com/t/dont-want-to-see-the-formula...
  2. Watermarker.set_watermark_to_images method | As...

    aspose.words.lowcode.Watermarker.set_watermark_to_images method...set_watermark_to_images(input_file_name, save_options, watermark_text) Adds...input_file_name : str , save_options : aspose . words . saving . ImageSaveOptions...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Saving File to Response Object with Node.js via...

    Learn how to dynamically generate files and send them directly to a client browser using Aspose.Cells for Node.js via C++....Ask AI Saving File to Response Object with Node.js via C++ Contents...files can be saved to a response object. Saving File to Response...

    docs.aspose.com/cells/nodejs-cpp/saving-file-to...
  4. 使用C++进行页面设置功能|Documentation

    学习如何使用Aspose.Cells结合C++配置Excel文件中的页面设置功能。...75 ); // Save the workbook workbook . Save ( "PageMargins...PageOrientationType :: Landscape ); workbook . Save ( "PageOrientation.xlsx" );...

    docs.aspose.com/cells/zh/cpp/page-setup-features/
  5. Saving Visio Document in Ruby|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....Saving Visio Document in Ruby Contents [ Hide ] Aspose.Diagram...Diagram - Saving Visio Document To Save Visio Document using Aspose...

    docs.aspose.com/diagram/java/saving-visio-docum...
  6. Aspose.PSD的Java 24.1版本发布说明|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.... // So if you save the AI image without changing...will be rendered and saved. image . save ( firstPageOutputPng...

    docs.aspose.com/psd/zh/java/aspose-psd-for-java...
  7. Convert PDF/A to PDF|Aspose.PDF for Android via...

    To convert PDF/A to PDF you should remove restrictions from the original document. Aspose.PDF for Android via Java allows you to solve this problem easly and simply....removePdfaCompliance (); // Save output in XML format document . save ( pdfDocumentFileName...add (); // Save updated document document . save ( pdfDocumentFileName...

    docs.aspose.com/pdf/androidjava/convert-pdfa-to...
  8. SaveOptions.dmlRenderingMode property | Aspose....

    SaveOptions.dmlRenderingMode property. Gets or sets a value determining how DrawingML shapes are rendered.... Saving . DmlRenderingMode Remarks...effects in a document as we save it to PDF. let doc = new aw...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. PageSavingArgs.PageIndex | Aspose.Words for .NET

    Discover the PageIndex property of PageSavingArgs for efficient page management. Optimize your navigation with precise current page tracking....Shows how to use a callback to save a document to HTML page by page...can pass to the document's "Save" method // to modify how we...

    reference.aspose.com/words/net/aspose.words.sav...
  10. Create Bookmarks|Aspose.PDF for .NET

    This section explains how to create bookmarks to your PDF file with Aspose.PDF Facades using PdfBookmarEditor Class....CreateBookmarks method and save the output PDF file using Save method. The following...CreateBookmarks (); // Save PDF document bookmarkEditor . Save ( dataDir +...

    docs.aspose.com/pdf/net/create-bookmarks/