Sort Score
Result 10 results
Languages All
Labels All
Results 391 - 400 of 368,684 for

save

(0.65 sec)
  1. 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...
  2. 将文件保存到响应对象中(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...
  3. HtmlFixedSaveOptions.resourcesFolder property |...

    HtmlFixedSaveOptions.resourcesFolder property. Specifies the physical folder where resources (images, fonts, css) are Saved when exporting a document to Html format...resources (images, fonts, css) are saved when exporting a document to...property is false . When you save a Document in Html format, Aspose...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. XamlFlowSaveOptions.imagesFolder property | Asp...

    XamlFlowSaveOptions.imagesFolder property. Specifies the physical folder where images are Saved when exporting a document to XAML format...physical folder where images are saved when exporting a document to...() : string Remarks When you save a Document in XAML format, Aspose...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. SvgSaveOptions.resources_folder property | Aspo...

    SvgSaveOptions.resources_folder property. Specifies the physical folder where resources (images) are Saved when exporting a document to Svg format...where resources (images) are saved when exporting a document to...property is False . When you save a Document in SVG format, Aspose...

    reference.aspose.com/words/python-net/aspose.wo...
  6. 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/
  7. Add Pages in PDF|Aspose.PDF for PHP via Java

    This article teaches how to insert (add) a page at the desired location PDF file. Learn how to move, remove (delete) pages from a PDF file using PHP.... Save the output PDF using the Save method. The following...insert ( 2 ); // Save output document $document -> save ( $outputFile...

    docs.aspose.com/pdf/php-java/add-pages/
  8. ColdFusion and the product|Aspose.Words for Java

    Using Aspose.Words for Java in ColdFusion applications....document, inserts some content and saves it as a Microsoft Word .DOC..."Hello World!!!" )> < cfset doc . save ( "C:\Temp\out.doc" )> </ body...

    docs.aspose.com/words/java/coldfusion-and-aspos...
  9. Move and Remove Form Field|Aspose.PDF for .NET

    Explore how to manage form fields in PDFs, including moving or removing them, using Aspose.PDF for .NET....also need to save the updated PDF file using Save method of FormEditor...514.03f ); // Save PDF document editor . Save ( dataDir + "MoveField_out...

    docs.aspose.com/pdf/net/move-remove-form-field/
  10. Extract Images from PDF File|Aspose.PDF for Java

    This section shows how to extract images from PDF file using Java library....the XImage object’s save(..) method to save the extracted image..."output.jpg" ); // Save output image xImage . save ( outputImage ...

    docs.aspose.com/pdf/java/extract-images-from-pd...