Sort Score
Result 10 results
Languages All
Labels All
Results 4,421 - 4,430 of 373,036 for

save

(0.29 sec)
  1. 使用 C++ 保护和取消保护工作簿结构|Documentation

    使用 C++ 和 Aspose.Cells 保护或取消保护Excel文件的工作簿结构。..."password" ); // Save the workbook to a file workbook . Save ( u "Book1..."password" ); // Save Excel file. workbook . Save ( inputFilePath...

    docs.aspose.com/cells/zh/cpp/protect-and-unprot...
  2. Convert HTML to TIFF in Python | products.aspos...

    Convert HTML to TIFF in Python. Use Python library API to convert HTML files to TIFFs...Presentation from HTML file and save it as TIFF. Python code for... add_from_html(data) pres . save( "doc.tiff" , slides . export...

    products.aspose.com/slides/python-net/conversio...
  3. Convert PDF to HTML in Python | products.aspose...

    Convert PDF to HTML in Python. Use Python library API to convert PDF files to HTMLs...Presentation from PDF file and save it as HTML. Python code for...add_from_pdf( "document.pdf" ) pres . save( "OutputPresentation.html" ...

    products.aspose.com/slides/python-net/conversio...
  4. Convert PDF to TIFF in Python | products.aspose...

    Convert PDF to TIFF in Python. Use Python library API to convert PDF files to TIFFs...Presentation from PDF file and save it as TIFF. Python code for...add_from_pdf( "document.pdf" ) pres . save( "doc.tiff" , slides . export...

    products.aspose.com/slides/python-net/conversio...
  5. Convert PDF to PPTX in Python | products.aspose...

    Convert PDF to PPTX in Python. Use Python library API to convert PDF files to PPTXs...Presentation from PDF file and save it as PPTX. Python code for...add_from_pdf( "document.pdf" ) pres . save( "OutputPresentation.pptx" ...

    products.aspose.com/slides/python-net/conversio...
  6. Convert PDF to TIFF in C++ | products.aspose.com

    Convert PDF to TIFF in C++. Use C++ library API to convert PDF files to TIFFs...Presentation from PDF file and save it as TIFF. C++ code for converting...u "InputPDF.pdf" ); pres -> Save( u "Tiffoutput_out.tiff" , SaveFormat...

    products.aspose.com/slides/cpp/conversion/pdf-t...
  7. C++ API to Convert CGM to XLT | products.aspose...

    Convert CGM to XLT via C++ API without using Microsoft Excel or Adobe Reader...Microsoft Excel for creating and saving spreadsheet templates. It is...Convert CGM to XLSX by using Save member function Load XLSX document...

    products.aspose.com/total/cpp/conversion/cgm-to...
  8. Open PDF Document|Aspose.PDF for PHP via Java

    Learn how to open a PDF file with Aspose.PDF for PHP via Java.... They are widely used to save the format of a document. However...$inputFile ); Create PDF Document Save PDF Document...

    docs.aspose.com/pdf/php-java/open-pdf-document/
  9. Convert PowerPoint Presentations to TIFF with N...

    Convert PowerPoint presentations to TIFF with notes using Aspose.Slides for PHP via Java. Learn how to export slides with speaker notes efficiently....and efficient, utilizing the save method of the Presentation class...Presentation to TIFF with Notes Saving a PowerPoint or OpenDocument...

    docs.aspose.com/slides/php-java/convert-powerpo...
  10. Add Figures Annotations using Python|Aspose.PDF...

    This article describes how to add, get, and delete figures annotations from your PDF document with Aspose.PDF for Python via .NET... save ( output_file ) The following...circleAnnotation ) document . save ( output_file ) As an example...

    docs.aspose.com/pdf/python-net/figures-annotation/