Sort Score
Result 10 results
Languages All
Labels All
Results 4,541 - 4,550 of 380,825 for

save

(0.21 sec)
  1. XpsSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.XPS format in Java....specify additional options when saving a document into the SaveFormat...learn more, visit the Specify Save Options documentation article...

    reference.aspose.com/words/java/com.aspose.word...
  2. ParagraphFormat.SuppressAutoHyphens | Aspose.Wo...

    Control hyphenation in your document with the ParagraphFormat SuppressAutoHyphens property, ensuring clear and professional paragraph formatting....// When we save this document to a fixed page save format, its...suppressAutoHyphens ; doc . Save ( ArtifactsDir + "ParagraphFormat...

    reference.aspose.com/words/net/aspose.words/par...
  3. Add Rectangle Object to PDF file|Aspose.PDF for...

    This article explains how to create a Rectangle object to your PDF using Aspose.PDF for C++....collection of page instance And save your PDF file private static... Add ( rect ); // Save PDF file doc . Save ( _dataDir + "Cre...

    docs.aspose.com/pdf/cpp/add-rectangle/
  4. 使用 Outlook 联系人|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....Jpeg ) # Save the Contact in MSG format contact . save ( data_dir...MSG ) # Save the Contact in VCF format contact . save ( data_dir...

    docs.aspose.com/email/zh/python-net/working-wit...
  5. Add Square Annotation|Aspose.PDF for Python via...

    This example binds an input PDF, adds a filled blue square annotation on the first page, and Saves the modified document.... Save the updated Document. import...1 , 3 ) # Save output PDF file content_editor . save ( outfile...

    docs.aspose.com/pdf/python-net/add-square-annot...
  6. Create Submit Button|Aspose.PDF for Python via ...

    Learn how to add a Submit Button to a PDF document programmatically using Aspose.PDF for Python. This tutorial demonstrates how to create a button that submits form data to a specified URL and Save the updated PDF.... Save the updated PDF with the new...100 , 450 , 200 , 470 , ) # Save updated PDF document with form...

    docs.aspose.com/pdf/python-net/create-submit-bu...
  7. Add JavaScript Link|Aspose.PDF for Python via .NET

    This example binds an input PDF, adds a JavaScript link that triggers an alert on click, and Saves the modified document.... Save the updated PDF document. import...orange , ) # Save updated document content_editor . save ( outfile...

    docs.aspose.com/pdf/python-net/add-javascript-l...
  8. Customize Chart Axes in Presentations Using Jav...

    Discover how to use JavaScript with Aspose.Slides for Node.js via Java to customize chart axes in PowerPoint presentations for reports and visualizations....getActualMinorUnit (); // Saves the presentation pres . save ( "MaxValuesVerticalAxi_out...switchRowColumn (); // Saves presentation pres . save ( "SwitchChartRowColumn_out...

    docs.aspose.com/slides/nodejs-java/chart-axis/
  9. Add Polygon Annotation|Aspose.PDF for Python vi...

    This example binds an input PDF, draws a solid polygon on the first page, and Saves the modified document with an annotation.... Save the updated Document. import...annotation" , ) # Save output PDF file content_editor . save ( outfile...

    docs.aspose.com/pdf/python-net/add-polygon-anno...
  10. 通过Node.js通过C++插入Excel文件的图片和形状|Documentation

    使用Aspose.Cells for Node.js via C++管理Excel文件中的图片、OLE对象和形状。...jpg" )); // Saving the Excel file workbook . save ( path . join...objectData ); // Save the excel file workbook . save ( path . join...

    docs.aspose.com/cells/zh/nodejs-cpp/insert-shapes/