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

save

(0.89 sec)
  1. Urobiť DOC Pomocou C++

    Vytvorte nový DOC v C++ v niekoľkých krokoch. Jednoducho vytvorte DOC pomocou knižnice C++...." ); doc-> Save ( u"Output.doc" ); using namespace...builder->EndBookmark(u"Aspose bookmark"); doc->Save(u"Output.doc"); using namespace...

    products.aspose.com/words/sk/cpp/make/doc/
  2. Gawe WORD Nganggo C++

    Gawe WORD anyar ing C++ ing sawetara langkah. Nggawe WORD kanthi gampang nggunakake perpustakaan C++...." ); doc-> Save ( u"Output.docx" ); using namespace...builder->EndBookmark(u"Aspose bookmark"); doc->Save(u"Output.docx"); using namespace...

    products.aspose.com/words/jv/cpp/make/word/
  3. Converting a PDF file to ODS using Python via J...

    Sample code on Python via Java for PDF to ODS conversion. Use example code for batch PDF to ODS conversion with Python and Java...ODS Save it to ODS format by calling Doc.Save() method and...passing it ExcelSaveOptions Save the output ODS file Here is...

    products.aspose.com/pdf/python-java/conversion/...
  4. 如何使用 C# 创建 PDF|Aspose.PDF for .NET

    使用 Aspose.PDF for .NET 创建和格式化 PDF 文档。..." )); // Save PDF document document . Save ( dataDir + "HelloWorld_out...CallBackGetHocr ); // Save PDF document document . Save ( dataDir + "...

    docs.aspose.com/pdf/zh/net/create-pdf-document/
  5. Converting a PDF file to TXT using C++ | Aspose...

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

    products.aspose.com/pdf/cpp/conversion/pdf-to-txt/
  6. Converting a PDF file to EMF using C++ | Aspose...

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

    products.aspose.com/pdf/cpp/conversion/pdf-to-emf/
  7. 使用C++给PDF添加水印|Documentation

    了解如何在使用Aspose.Cells的渲染过程中为PDF文件添加文本和图像水印。...); // Save the workbook with the watermark. wb . Save ( u "o...); std :: cout << "Workbook saved with watermark successfully...

    docs.aspose.com/cells/zh/cpp/add-watermark-to-pdf/
  8. NullReferenceException with SaveFormat.Html5 (O...

    I’ve attached a PowerPoint file we ran into that causes the following error when attempting to use the HTML5 Save format. DLLs only from Downloads ---New Releases-aspose.slides-for-.net-25.8(dlls-only) on at least macO…...attempting to use the HTML5 save format. DLLs only from Downloads...Object ) at e .Write(Stream ) at .Save(String , IOutputFile ) at Aspose...

    forum.aspose.com/t/nullreferenceexception-with-...
  9. Converting a PNG file to PDF using PHP | Aspose...

    Sample code on PHP for PNG to PDF conversion. Use example code for batch PNG to PDF conversion with Aspose.PDF for PHP via Java...Document Load input PNG image Save the output PDF file System Requirements...your PNG file and then simply save it as a PDF file. You can use...

    products.aspose.com/pdf/php-java/conversion/png...
  10. MD to PDF Merge using Java | Aspose.PDF

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

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