Sort Score
Result 10 results
Languages All
Labels All
Results 471 - 480 of 369,809 for

save

(0.19 sec)
  1. Add Pages to PDF using Python | Aspose.PDF

    Add PDF pages to your document programmatically with Python sample code using Aspose.PDF for Python for .NET... Save the output PDF using the Save method. Insert...insert ( 2 ) # Save output file document . save ( path_outfile...

    products.aspose.com/pdf/python-net/pages/add/
  2. Extract Images from PDF Python | Aspose.PDF

    Extract images from PDF file programmatically with Python sample code using Aspose.PDF for Python for .NET... Save output image. Save updated PDF file. Extract...output_image , "w" ) # Save output image xImage . save ( output_image...

    products.aspose.com/pdf/python-net/images/extract/
  3. Extract Images from PDF C# | Aspose.PDF

    Extract images from PDF file programmatically with C# sample code using Aspose.PDF for .NET... Save output image. Save updated PDF file. Extract...FileMode . Create ); xImage . Save ( outputImage , 300 ); outputImage...

    products.aspose.com/pdf/net/images/extract/
  4. Convert Document to HTML|Aspose.Words for Java

    Convert a document in any supported format to HTML easily and fast instead of using docx4j in Java....Words, simply invoke the save()}}method of {{Document class...dataDir + "document.doc" ); doc . save ( dataDir + "html/Aspose_DocToHTML...

    docs.aspose.com/words/java/convert-document-to-...
  5. Convert Excel workbook to Ods, Sxc and Fods (Op...

    How to convert Excel to Ods (OpenOffice / LibreOffice Calc) or convert Ods (OpenOffice / LibreOffice Calc) to Excel with Aspose.Cells for JavaScript via C++....)); // Save as ODS const outputOdsData = workbook . save ( SaveFormat...; // Save as SXC const outputSxcData = workbook . save ( SaveFormat...

    docs.aspose.com/cells/javascript-cpp/convert-ex...
  6. 通过C++用JavaScript保存为ODF 1.1、1.2和1.3|Documentation

    使用Aspose.Cells for JavaScript通过C++将Excel转换为ODF 1.1、1.2和1.3规格...Cells ODS Save Example </ title > </ head >...body > < h1 > Aspose.Cells ODS Save Example </ h1 > < input type...

    docs.aspose.com/cells/zh/javascript-cpp/save-od...
  7. Aspose::Words::Drawing::Fill::SetImage method |...

    Aspose::Words::Drawing::Fill::SetImage method. Changes the fill type to single image in C++....jpg" ); doc -> Save ( get_ArtifactsDir () + u "Shape...() + u "Logo.jpg" )); doc -> Save ( get_ArtifactsDir () + u "Shape...

    reference.aspose.com/words/cpp/aspose.words.dra...
  8. Delete PDF Pages programmatically|Aspose.PDF fo...

    You can delete pages from your PDF file using C++ library....page’s index Call the Save method to save the updated PDF file...Delete ( 2 ); // Save updated PDF document -> Save ( _dataDir + inputFileName...

    docs.aspose.com/pdf/cpp/delete-pages/
  9. TxtSaveOptions.saveFormat property | Aspose.Wor...

    TxtSaveOptions.SaveFormat property. Specifies the format in which the document will be Saved if this Save options object is used...the document will be saved if this save options object is used...SaveFormat Examples Shows how to save a .txt document with a custom...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Convert PDF to Excel in .NET|Aspose.PDF for .NET

    Aspose.PDF for .NET library allows you to convert PDF to Excel format using C#. These formats include XLS, XLSX, XML 2003 Spreadsheet, CSV, ODS....Save(..) constructor. The following...instance of ExcelSaveOptions . Save it to XLS format specifying...

    docs.aspose.com/pdf/net/convert-pdf-to-excel/