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

save

(0.84 sec)
  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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/
  6. 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/
  7. 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/
  8. 将文件保存到响应对象中(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...
  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/