Sort Score
Result 10 results
Languages All
Labels All
Results 2,351 - 2,360 of 380,264 for

save

(0.61 sec)
  1. Aspose.PSD for .NET 20.12 - Release Notes|Docum...

    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....than Canvas Bug PSDNET-782 Saved PSB file can be opened with...CieLab M:Aspose.PSD.RasterImage.Save(System.IO.Stream,Aspose.PSD...

    docs.aspose.com/psd/net/aspose-psd-for-net-20-1...
  2. Disable Compatibility Checker in Excel with Jav...

    Learn how to disable the compatibility checker through the Aspose.Cells for JavaScript via C++ API....Compatibility Checker flags that saving a file in an earlier file format...Microsoft Excel 2010. When you save a workbook in a previous version...

    docs.aspose.com/cells/javascript-cpp/disable-co...
  3. Create New Document|Aspose.Words for Java

    Create a new document easily and fast instead of using docx4j....); // Save the document in DOCX format. The format to save as is...supports saving any document in many more formats. doc . save ( "Aspose_NewDoc...

    docs.aspose.com/words/java/create-new-document/
  4. Avoid Blank Page in Output PDF when there is No...

    Learn how to avoid blank pages in output PDF when there is nothing to print using Aspose.Cells for Node.js via C++....file is empty and the user saves it to PDF using Aspose.Cells...an empty workbook and then saves it as PDF after setting the...

    docs.aspose.com/cells/nodejs-cpp/avoid-blank-pa...
  5. HtmlSaveOptions.ImageSavingCallback | Aspose.Wo...

    Control image saving with HtmlSaveOptions' ImageSavingCallback. Optimize document exports to HTML, MHTML, or EPUB for seamless user experience....how images are saved when a document is saved to HTML, MHTML...split a document into parts and save them. Document doc = new Document...

    reference.aspose.com/words/net/aspose.words.sav...
  6. Format PowerPoint Text in Python|Aspose.Slides ...

    Learn how to format and style text in PowerPoint and OpenDocument presentations using Aspose.Slides for Python via .NET. Customize fonts, colors, alignment, and more with powerful Python code examples.... save ( "SomePresentation-out2.pptx"...blue , options ) presentation . save ( "SomePresentation-out3.pptx"...

    docs.aspose.com/slides/python-net/text-formatting/
  7. TxtSaveOptionsBase.ForcePageBreaks | Aspose.Wor...

    Control page breaks with TxtSaveOptionsBase's ForcePageBreaks property. Ensure seamless exports and maintain document formatting effortlessly....document's "Save" // method to modify how we save the document...Microsoft Word documents. // Save formats such as ".txt" are one...

    reference.aspose.com/words/net/aspose.words.sav...
  8. 与气缸一起工作|Documentation

    Aspose.3D for Node.js via Java 允许自定义圆柱体的偏移顶部。为了使用此功能,您可以使用Cylinder类的setOffsetTop() 方法。...createChildNode ( cylinder2 ); // Save scene . save ( "CustomizedOffsetTopC...( cylinder2 ); // Save scene scene . save ( "CustomizedShearBotto...

    docs.aspose.com/3d/zh/nodejs-java/working-with-...
  9. Convert PowerPoint Presentations to PDF with No...

    Convert formats PPT and PPTX to PDF with notes using Aspose.Slides for Java. Preserve layouts and speaker notes for professional presentations....PowerPoint to PDF with Notes The save method in the Presentation class...include speaker notes, and then save the file as a PDF. The following...

    docs.aspose.com/slides/java/convert-powerpoint-...
  10. Add Attachment|Aspose.PDF for Java

    Learn how to attach an external file to a PDF document in Java using the PdfContentEditor facade in Aspose.PDF.... Save the updated PDF document. public..."Sample attachment." ); editor . save ( outputFile . toString ());...

    docs.aspose.com/pdf/java/add-attachment/