Sort Score
Result 10 results
Languages All
Labels All
Results 9,891 - 9,900 of 380,540 for

save

(2.91 sec)
  1. 布局幻灯片|Aspose.Slides for Python 文档

    使用 Python 与 Aspose.Slides 管理布局幻灯片:在 PPT、PPTX 和 ODP 演示文稿中创建、应用、克隆、重命名和自定义占位符及主题。... save ( "layout_slide.pptx" , slides...layout_slide ) presentation . save ( "layout_slide_removed.pptx"...

    docs.aspose.com/slides/zh/python-net/examples/e...
  2. PDF to HTML Merge using Python | Aspose.PDF

    Combine two or more PDF documents into one HTML single file programmatically with Python sample code using Aspose.PDF for Python for .NET...HtmlSaveOptions object to specify saving options, such as the file format...parameters are provided for other save options. Export the merged PDF...

    products.aspose.com/pdf/python-net/merger/pdf-t...
  3. How to create fillable PDF | Aspose.PDF

    Do you know how easily create a fillable PDF forms using C#? Create a fillable PDF forms with high quality using .NET PDF library.... This process saves time, reduces costs, and improves...Fillable PDF also allow users to save, print and share fillable forms...

    products.aspose.com/pdf/tutorial/fillable-pdf/
  4. Processor.To | Aspose.Words for .NET

    Optimize your workflow with our processor method that clearly defines output files, enhancing efficiency and streamlining your data management tasks....SaveOptions Optional save options. If not specified, save format is determined...saveFormat SaveFormat Save format. If not specified, save format is determined...

    reference.aspose.com/words/net/aspose.words.low...
  5. 使用JavaScript通过C++实现工作表的自定义纸张大小以进行渲染|Documentation

    本文介绍如何通过C++的JavaScript API在将Excel文件以PDF格式渲染时,为目标工作表设置自定义纸张大小。...00 in" ; // Save the workbook in pdf format const...const outputData = wb . save ( SaveFormat . Pdf ); const blob...

    docs.aspose.com/cells/zh/javascript-cpp/impleme...
  6. 在 .NET 中创建 3D 演示文稿|Aspose.Slides 文档

    使用 Aspose.Slides 在 .NET 中轻松生成交互式 3D 演示文稿。快速导出为 PowerPoint 和 OpenDocument 格式,实现多种用途。... Save ( "sample_3d.png" ); } presentation . Save ( "sandbox_3d...imageScale )) { thumbnail . Save ( "sample_3d.png" ); } 3D 深度和拉伸...

    docs.aspose.com/slides/zh/net/3d-presentation/
  7. 在演示文稿中使用 C++ 应用形状效果|Aspose.Slides 文档

    使用 Aspose.Slides for C++ 对 PPT 和 PPTX 文件进行高级形状效果转换 - 仅需数秒即可创建醒目、专业的幻灯片。...0f ); pres -> Save ( u "output.pptx" , SaveFormat...set_BlurRadius ( 4 ); pres -> Save ( u "reflection.pptx" , SaveFormat...

    docs.aspose.com/slides/zh/cpp/shape-effect/
  8. Online MHTML to OTP Conversion or Build .NET ba...

    Free online app to convert MHTML to OTP files. .NET C# conversion library code for MHTML documents....Convert MHTML to PPTX by using Save method Load PPTX file by using...Presentation class Save the document to OTP format using Save method and...

    products.aspose.com/total/net/conversion/mhtml-...
  9. 在用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...
  10. 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/