Sort Score
Result 10 results
Languages All
Labels All
Results 9,321 - 9,330 of 375,987 for

save

(0.13 sec)
  1. 使用 Python 将 PDF 转换为 Excel|Aspose.PDF for Python...

    Aspose.PDF for Python 库允许您使用 Python 将 PDF 转换为 Excel 格式。这些格式包括 XLS、XLSX、XML 2003 电子表格、CSV、ODS。...Save() 方法并传递 ExcelSaveOptions 将其保存为..."testout/result1.xls" doc . save ( documentOutName , Api . SaveFormat...

    docs.aspose.com/pdf/zh/python-java/convert-pdf-...
  2. PdfImageCompression enumeration | Aspose.Words ...

    aspose.words.saving.PdfImageCompression enumeration. Specifies the type of compression applied to images in the PDF file....can pass to the document's "Save" method # to modify how that...document to .PDF. pdf_save_options = aw . saving . PdfSaveOptions...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Converting a MHT file to XLS using C++ | Aspose...

    Sample code for MHT to XLS conversion using C++. Use C++ example for batch MHT to XLS conversion....Save method while passing the output...SaveFormat.Xls as parameters Save the output XLS file Here is...

    products.aspose.com/pdf/cpp/conversion/mht-to-xls/
  4. Converting a MHT file to XLSX using C++ | Aspos...

    Sample code for MHT to XLSX conversion using C++. Use C++ example for batch MHT to XLSX conversion....Save method while passing the output...SaveFormat.Xlsx as parameters Save the output XLSX file Here is...

    products.aspose.com/pdf/cpp/conversion/mht-to-x...
  5. Converting a PDF file to DOC using Android via ...

    Sample code on Java for PDF to DOC conversion. Use example code for batch PDF to DOC conversion in Android...save Save the DOC file Here is an example...your PDF file and then simply save it as a DOC file. You can use...

    products.aspose.com/pdf/android-java/conversion...
  6. Converting a XPS file to XLS using C++ | Aspose...

    Sample code for XPS to XLS conversion using C++. Use C++ example for batch XPS to XLS conversion....Save method while passing the output...SaveFormat.Xls as parameters Save the output XLS file Here is...

    products.aspose.com/pdf/cpp/conversion/xps-to-xls/
  7. Converting a XPS file to SVG using C++ | Aspose...

    Sample code for XPS to SVG conversion using C++. Use C++ example for batch XPS to SVG conversion....Save method while passing the output...SaveFormat.Svg as parameters Save the output SVG file Here is...

    products.aspose.com/pdf/cpp/conversion/xps-to-svg/
  8. PdfEncryptionDetails class | Aspose.Words for N...

    Aspose.Words.Saving.PdfEncryptionDetails class. Contains details for encrypting and access permissions for a PDF document...how to set permissions on a saved PDF document. let doc = new...encryptionDetails = new aw . Saving . PdfEncryptionDetails ( "password"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Converting a MHTML file to XLSX using C++ | Asp...

    Sample code for MHTML to XLSX conversion using C++. Use C++ example for batch MHTML to XLSX conversion....Save method while passing the output...SaveFormat.Xlsx as parameters Save the output XLSX file Here is...

    products.aspose.com/pdf/cpp/conversion/mhtml-to...
  10. Add Watermark To PDF with C++|Documentation

    Learn how to add text and image watermarks to PDF files while rendering using Aspose.Cells with C++....); // Save the workbook with the watermark. wb . Save ( u "o...); std :: cout << "Workbook saved with watermark successfully...

    docs.aspose.com/cells/cpp/add-watermark-to-pdf/