Sort Score
Result 10 results
Languages All
Labels All
Results 9,071 - 9,080 of 377,459 for

save

(0.38 sec)
  1. HtmlSaveOptions.export_document_properties prop...

    HtmlSaveOptions.export_document_properties property. Specifies whether to export built-in and custom document properties to HTML, MHTML or EPUB...use a specific encoding when saving a document to .epub. doc =...document that we will save. save_options = aw . saving . HtmlSaveOptions...

    reference.aspose.com/words/python-net/aspose.wo...
  2. 在用C++保存为PDF时,仅更改特定Unicode字符的字体|Documentation

    了解如何在用Aspose.Cells的C++保存为PDF时更改特定Unicode字符的字体。... AutoFitColumns (); // Save to Pdf without setting PdfSaveOptions...workbook . Save ( outDir + u "SampleOutput_out.pdf" ); // Save to Pdf...

    docs.aspose.com/cells/zh/cpp/change-the-font-on...
  3. Converting a PS file to EMF using C++ | Aspose.PDF

    Sample code for PS to EMF conversion using C++. Use C++ example for batch PS to EMF conversion....output file path as parameters Save the output EMF file Here is...your PS file and then simply save it as a EMF file. You can use...

    products.aspose.com/pdf/cpp/conversion/ps-to-emf/
  4. Converting a PDF file to BMP using C++ | Aspose...

    Sample code for PDF to BMP conversion using C++. Use C++ example for batch PDF to BMP conversion....output file path as parameters Save the output BMP file Here is...your PDF file and then simply save it as a BMP file. You can use...

    products.aspose.com/pdf/cpp/conversion/pdf-to-bmp/
  5. Converting a TEX file to XML using Java | Aspos...

    TEX to XML conversion via Java sample code. Programmers can use this example code to export TEX to XML within any Web or Desktop Java based application....output file path as parameters Save the output XML file Here is...your TEX file and then simply save it as a XML file. You can use...

    products.aspose.com/pdf/java/conversion/tex-to-...
  6. Converting a PDF file to PDFA using PHP | Aspos...

    Sample code on PHP for PDF to PDFA conversion. Use example code for batch PDF to PDFA conversion with Aspose.PDF for PHP via Java...to PDF/A compliant document Save the output PDF/A file System...your PDF file and then simply save it as a PDFA file. You can use...

    products.aspose.com/pdf/php-java/conversion/pdf...
  7. Export EMAIL to WORD via Java | products.aspose...

    Java API to Convert EMAIL to WORD without using Microsoft Word or Outlook...using save method Load HTML by using Document class Save the document...document to DOCX format using save method and set DOCX as SaveFormat...

    products.aspose.com/total/java/conversion/email...
  8. Export EMAIL to JPEG via Java | products.aspose...

    Java API to Convert EMAIL to JPEG without using Microsoft Word or Outlook...using save method Load HTML by using Document class Save the document...document to JPEG format using save method and set JPEG as SaveFormat...

    products.aspose.com/total/java/conversion/email...
  9. 使用 JavaScript 将 PowerPoint 演示文稿转换为 HTML|Aspose....

    将 PowerPoint 演示文稿转换为响应式 HTML。使用 Aspose.Slides 转换指南,快速、完美地保留布局、链接和图像。... 使用 save 方法将对象保存为 HTML 文件。 下面的代码演示了如何在...)); // 将演示文稿保存为 HTML pres . save ( "ConvertWholePresenta_out...

    docs.aspose.com/slides/zh/nodejs-java/convert-p...
  10. Create PDF Document|Aspose.PDF for PHP via Java

    Learn how to create PDF file in Aspose.PDF for PHP via Java....Paragraph collection of the page Save the resultant PDF document $document...$textFragment ); $document -> save ( $outputFile ); Open PDF Document...

    docs.aspose.com/pdf/php-java/create-document/