Sort Score
Result 10 results
Languages All
Labels All
Results 8,021 - 8,030 of 347,031 for

save

(0.16 sec)
  1. Convert MHTML to VCF via C++ application | prod...

    Sample C++ conversion code for MHTML document to VCF format. Use example code for batch MHTML to VCF conversion within any C++ Application.... Call the Save() method. Pass the output file...extension. VCF file will be saved at the specified path. Open...

    products.aspose.com/email/cpp/conversion/mhtml-...
  2. Convert EML to PST via C++ application | produc...

    Sample C++ conversion code for EML document to PST format. Use example code for batch EML to PST conversion within any C++ Application.... Call the Save() method. Pass the output file...extension. PST file will be saved at the specified path. Open...

    products.aspose.com/email/cpp/conversion/eml-to...
  3. Convert VCF to PST via C++ application | produc...

    Sample C++ conversion code for VCF document to PST format. Use example code for batch VCF to PST conversion within any C++ Application.... Call the Save() method. Pass the output file...extension. PST file will be saved at the specified path. Open...

    products.aspose.com/email/cpp/conversion/vcf-to...
  4. Convert MBOX to HTML via C++ application | prod...

    Sample C++ conversion code for MBOX document to HTML format. Use example code for batch MBOX to HTML conversion within any C++ Application.... Call the Save() method. Pass the output file...extension. HTML file will be saved at the specified path. Open...

    products.aspose.com/email/cpp/conversion/mbox-t...
  5. Convert OFT to MBOX via C++ application | produ...

    Sample C++ conversion code for OFT document to MBOX format. Use example code for batch OFT to MBOX conversion within any C++ Application.... Call the Save() method. Pass the output file...extension. MBOX file will be saved at the specified path. Open...

    products.aspose.com/email/cpp/conversion/oft-to...
  6. Convert EMLX to ICS via C++ application | produ...

    Sample C++ conversion code for EMLX document to ICS format. Use example code for batch EMLX to ICS conversion within any C++ Application.... Call the Save() method. Pass the output file...extension. ICS file will be saved at the specified path. Open...

    products.aspose.com/email/cpp/conversion/emlx-t...
  7. 形状效果|Aspose.Slides for PHP 文档

    对 PowerPoint 形状应用效果...setDirection ( 45 ); $pres -> save ( "output.pptx" , SaveFormat...setBlurRadius ( 4 ); $pres -> save ( "reflection.pptx" , SaveFormat...

    docs.aspose.com/slides/zh/php-java/shape-effect/
  8. 使用Python.NET在PDF中嵌入附件|Documentation

    学习如何使用 Aspose.Cells for Python 将 Ole 对象附件嵌入到 PDF 文件中 via .NET。... pdf_save_options = PdfSaveOptions () pdf_save_options ....True # Save the pdf file with PdfSaveOptions wb . save ( "output...

    docs.aspose.com/cells/zh/python-net/embed-attac...
  9. 嵌入式字体|Aspose.Slides 文档

    在 C++ 中使用 PowerPoint 演示文稿中的嵌入式字体...GetImage ( Size ( 960 , 720 )) -> Save ( u "picture1_out.png" , ImageFormat...GetImage ( Size ( 960 , 720 )) -> Save ( u "picture2_out.png" , ImageFormat...

    docs.aspose.com/slides/zh/cpp/embedded-font/
  10. MD to PDF Merge using C++ | Aspose.PDF

    Combine two or more MD documents into one PDF single file programmatically with C++ sample code using Aspose.PDF for C++...new PDF page After the loop save the result Here is an example...Merge MD files using C++ and save as PDF Example C++: this sample...

    products.aspose.com/pdf/cpp/merger/md-to-pdf/