Sort Score
Result 10 results
Languages All
Labels All
Results 1,891 - 1,900 of 380,291 for

save

(0.52 sec)
  1. 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 JavaScript 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/javascript-cpp/avoid-blan...
  2. Convert PowerPoint Slides to PNG in Java|Aspose...

    Convert PowerPoint presentations to high-quality PNG images quickly with Aspose.Slides for Java, ensuring precise, automated results....render slides as images, and save the results in PNG format. The...each slide. Use the [ IImage.save(String formatName, int imageFormat)...

    docs.aspose.com/slides/java/convert-powerpoint-...
  3. Add Image stamps in PDF programmatically|Aspose...

    Add the Image Stamp in your PDF document using ImageStamp class with the Aspose.PDF for PHP via Java library....$imageStamp ); // Save output document $document -> save ( $outputFile...$imageStamp ); // Save output document $document -> save ( $outputFile...

    docs.aspose.com/pdf/php-java/image-stamps-in-pd...
  4. Watermark Annotations using Python|Aspose.PDF f...

    Learn how to add, inspect, and delete watermark annotations in PDF documents using Aspose.PDF for Python via .NET....], text_state ) Save the PDF document . save ( outfile ) Complete...2" ], text_state ) document . save ( outfile ) Get Watermark Annotation...

    docs.aspose.com/pdf/python-net/watermark-annota...
  5. SaveOptions.update_last_saved_time_property pro...

    SaveOptions.update_last_Saved_time_property property. Gets or sets a value determining whether the [BuiltInDocumentProperties.last_Saved_time](../../../aspose.words.properties/builtindocumentproperties/last_Saved_time/) property is updated before saving....update_last_saved_time_property property SaveOptions.update_...update_last_saved_time_property property Gets or sets a value determining...

    reference.aspose.com/words/python-net/aspose.wo...
  6. 使用评论|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...., "test@" ); // Save diagram diagram . save ( dataDir + "Add...( comment ); } // save Visio diagram . save ( dataDir + "Edit...

    docs.aspose.com/diagram/zh/java/working-with-co...
  7. 在页面中绘制形状|Documentation

    本节介绍如何使用 Aspose.Diagram 在 visio 页面中绘制形状。...2 , 2 , ps ); // Save diagram diagram . Save ( dataDir + "DrawPolylineInPage_out...2 , 2 , ps ); // Save diagram diagram . Save ( dataDir + "DrawBezierInPage_out...

    docs.aspose.com/diagram/zh/net/draw-shapes-in-p...
  8. Setting Margins with Node.js via C++|Documentation

    In this article, you will learn how to set the margins of an Excel worksheet using sample code. Also learn how to programmatically set margins for page center, header, and footer using the Node.js API via C++....setTopMargin ( 3 ); // Save the Workbook. workbook . save ( path . join...( true ); // Save the Workbook. workbook . save ( path . join...

    docs.aspose.com/cells/nodejs-cpp/setting-margins/
  9. Working with Cylinder|Documentation

    Aspose.3D for Python via .NET allows customizing Offset Top of a cylinder. In order to use this functionality, you can use Offset property of Cylinder class....create_child_node ( cylinder2 ) # Save scene . save ( "data-dir" + "CustomizedOffsetTopC...create_child_node ( cylinder2 ) # Save scene scene . save ( "data-dir" + "CustomizedShearBotto...

    docs.aspose.com/3d/python-net/working-with-cyli...
  10. TxtListIndentation | Aspose.Words for Java

    Specifies how list levels are indented when document is exporting to SaveFormat.TEXT format in Java.... To learn more, visit the Save a Document documentation article...configure list indenting when saving a document to plaintext. Document...

    reference.aspose.com/words/java/com.aspose.word...