Sort Score
Result 10 results
Languages All
Labels All
Results 511 - 520 of 372,701 for

save

(0.53 sec)
  1. Draw Diamond|Documentation

    This section explains how to draw diamond in a visio page with Aspose.Diagram. Support using C# to draw diamond and Save as pdf, svg, html, image, xps and other formats....2 , 2 , ps ); // Save diagram diagram . Save ( dataDir + "DrawDiamondInPage_out...draw a diamond in the page and save as SVG format. The code example...

    docs.aspose.com/diagram/net/drawing/draw-diamond/
  2. Convert Word to Excel in Python|Aspose.Words fo...

    Convert PDF to Excel, XML to Excel, DOCX to Excel Python. Save a document in various formats to XLSX using Python.... To save your document to XLSX format...As mentioned above, you can save the document in any load format...

    docs.aspose.com/words/python-net/convert-a-docu...
  3. Create, Layout and Auto-Fit Shapes|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....Diagram (); // save in the VSDX format diagram . save ( dataDir +...types of auto layout to it, saving each in a separate file. Layout...

    docs.aspose.com/diagram/java/create-layout-and-...
  4. Convert Document to Other Formats|Aspose.Words ...

    Convert a document from one format to another and fast instead of using Apache POI in Java....converted to other formats using Save As option in the File menu....Aspose.Words, simply invoke the save() method of Document class and...

    docs.aspose.com/words/java/convert-document-to-...
  5. 将文件保存到响应对象中(Python.NET)|Documentation

    学习如何使用Aspose.Cells for Python via .NET将Excel文件直接保存到HTTP响应流中。...not None : # Save in Excel2003 XLS format save_options = XlsSaveOptions...XlsSaveOptions () # Save workbook to response stream with appropriate...

    docs.aspose.com/cells/zh/python-net/saving-file...
  6. Move Pages to PDF using .NET | Aspose.PDF

    Move PDF pages of your document programmatically programmatically with C# sample code using Aspose.PDF for .NET... Save the output PDF using the Save method. Add page...document. Save output file. Delete page in source document. Save the...

    products.aspose.com/pdf/net/pages/move/
  7. Move Pages to PDF using Python | Aspose.PDF

    Move PDF pages of your document programmatically programmatically with Python sample code using Aspose.PDF for Python for .NET... Save the output PDF using the Save method. Add page...document. Save output file. Delete page in source document. Save the...

    products.aspose.com/pdf/python-net/pages/move/
  8. Aspose.Words Java for PHP Usage Examples|Aspose...

    Examples of using Aspose.Words Java for PHP....document, inserts some content and saves it as a Microsoft Word .DOC...( "Hello world!" ); $ doc -> save ( "C:\\Temp\\out.doc" ); ?>...

    docs.aspose.com/words/java/usage-examples-for-php/
  9. Customize Appearance|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.... save ( "barcode_xdim.png" , BarCodeImageFormat...setMillimeters ( 20 . 0f ); generator . save ( "barcode_height.png" , BarCodeImageFormat...

    docs.aspose.com/barcode/java/developer-guide/cu...
  10. Add Signature in PDF File|Aspose.PDF for Java

    Learn how to add a digital signature to a PDF document using Aspose.PDF in Java for secure signing and document verification....Finally, you need to save the signed PDF using save method of the PdfFileSignature...signature ); // Save output PDF file pdfSign . save ( _dataDir +...

    docs.aspose.com/pdf/java/add-signature-in-pdf/