Sort Score
Result 10 results
Languages All
Labels All
Results 5,241 - 5,250 of 380,886 for

save

(0.09 sec)
  1. C++ API to Convert POT to WORD or with free Onl...

    Export POT to WORD within your C++ applications or online. Test free POT to WORD online converter quickly before integrating the code....Render POT to HTML by using Save member funciton and set Html...reference Save the document to DOCX format by using Save member...

    products.aspose.com/total/cpp/conversion/pot-to...
  2. C++ API to Convert POTX to WORD or with free On...

    Export POTX to WORD within your C++ applications or online. Test free POTX to WORD online converter quickly before integrating the code....Render POTX to HTML by using Save member funciton and set Html...reference Save the document to DOCX format by using Save member...

    products.aspose.com/total/cpp/conversion/potx-t...
  3. Export PPTX to DOCM on Andorid via Java or with...

    Convert PPTX to DOCM in mobile apps without installing any software or online. Test free PPTX to DOCM online converter quickly before integrating the code....Convert PPTX to HTML by using save method and set Html as SaveFormat...Document class Save the document to DOCM format using save method and...

    products.aspose.com/total/android-java/conversi...
  4. 在 C# 中指定 3D 文件保存选项|Documentation

    有几个场景。保存方法重载接受一个SaveOptions对象。每种保存格式都有一个相应的类,该类保存该保存格式的保存选项。...Save 方法重载。这应该是从 SaveOptions 类派生的...FromFile "document.fbx" ); scene . Save ( "UncompressedDocument.fbx"...

    docs.aspose.com/3d/zh/net/specify-3d-file-save-...
  5. Manage Audio in Presentations on Android|Aspose...

    Create and control audio frames in Aspose.Slides for Android—Java examples to embed, trim, loop, and configure playback across PPT, PPTX, and ODP presentations.... Save the modified presentation. This...PowerPoint file to disk pres . save ( "AudioFrameEmbed_out.pptx"...

    docs.aspose.com/slides/androidjava/audio-frame/
  6. Create PDF using .NET | Aspose.PDF

    This topic shows you how to use the Aspose.PDF for .NET API to easily generate and read PDF files in .NET applications.... Save the PDF using Save(String) method. Following..."Hello, World" )); pdfDocument . Save ( outputFile );...

    products.aspose.com/pdf/net/create/
  7. Set Viewer Preference of an existing PDF File|A...

    Learn how to set viewer preferences, such as page layout and zoom settings, for existing PDF documents using Aspose.PDF in Java....you have to save the updated PDF file using Save method. The...PAGE_MODE_USE_NONE ); editor . save ( _dataDir + "PdfContentEdi...

    docs.aspose.com/pdf/java/set-viewer-preference-...
  8. 在 .NET 中将 PDF 转换为 PowerPoint|Aspose.PDF for .NET

    Aspose.PDF 允许您使用 .NET 将 PDF 转换为 PPT(PowerPoint)格式。 一种方法是将 PDF 转换为 PPTX,并将幻灯片作为图像。...Save(..) 方法 。 以下代码片段展示了将 PDF 文件转换为...PptxSaveOptions 类的实例。 使用 Document 对象的 Save 方法将 PDF 保存为 PPTX。 // For complete...

    docs.aspose.com/pdf/zh/net/convert-pdf-to-power...
  9. Render Slide as Thumbnail to JPEG by User Defin...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... Save the thumbnail image in any desired...)) { //Save the image to disk in JPEG format image . Save ( destFileName...

    docs.aspose.com/slides/net/render-slide-as-thum...
  10. Protect PPTX Presentation Files using Java | pr...

    Protect PPTX presentations in Java. Use Aspose.Slides for Java to encrypt presentation files and set write protection.... save ( "encrypted-presentation.pptx"...( "123123" ); presentation . save ( "write-protected-presentation...

    products.aspose.com/slides/java/protect/pptx/