Sort Score
Result 10 results
Languages All
Labels All
Results 7,161 - 7,170 of 586,086 for

save

(0.15 sec)
  1. Convert CSV to POTX using Java or with free Onl...

    Java API to Export CSV to POTX or online with using Excel or Word or online. Test free CSV to DOC online converter quickly before integrating the code....Document class Save the document to POTX format using save method and..."input.csv" ); // save CSV as PDF book . save ( "pdfOutput.pdf"...

    products.aspose.com/total/java/conversion/csv-t...
  2. C++ API to Convert XPS to TXT | products.aspose...

    Convert XPS to TXT via C++ API without using Microsoft Excel or Adobe Reader...Convert XPS to XLSX by using Save member function Load XLSX document...reference Save the document to TXT format using Save member function...

    products.aspose.com/total/cpp/conversion/xps-to...
  3. C++ API to Convert CGM to TSV | products.aspose...

    Convert CGM to TSV via C++ API without using Microsoft Excel or Adobe Reader...Convert CGM to XLSX by using Save member function Load XLSX document...reference Save the document to TSV format using Save member function...

    products.aspose.com/total/cpp/conversion/cgm-to...
  4. Control Exception PDF File|Aspose.PDF for .NET

    Learn how to handle exceptions in PDF processing and ensure smooth operations while working with PDFs using Aspose.PDF in .NET.... Save ( dataDir + "sample_decrtypted...Message}" ); } fileSecurity . Save ( dataDir + "sample_decrtypted...

    docs.aspose.com/pdf/net/control-exception/
  5. 用六个面将场景渲染到立方体图中|Documentation

    使用 Aspose.3D for .NET API,开发人员可以将具有六个面的场景渲染到cubemap中,并将所有面保存为支持的图像格式。...ITextureCubemap ; //we can directly save each face to disk by specifing...png" }; //and call Save method cubemap . Save ( fileNames , ImageFormat...

    docs.aspose.com/3d/zh/net/render-a-scene-into-t...
  6. Convert XLTX to PPT via PHP or with free Online...

    PHP API to Convert XLTX to PPT or Online App without using Microsoft Excel or Powerpoint. Test free XLTX to PPT online converter quickly before integrating the code....the PDF save options using PdfSaveOptions object Save the XLTX...XLTX file into PDF using save method Use Presentation class to laod...

    products.aspose.com/total/php-java/conversion/x...
  7. PDF to PPT Converter using Android via Java | A...

    Sample code on Android via Java for PDF to PPT conversion. Use example code for batch PDF to PPT conversion with Android via Java...method to convert the page to PPT Save the PPT file System Requirements...your PDF file and then simply save it as a PPT file. You can use...

    products.aspose.com/pdf/android-java/conversion...
  8. Create DOTM Files via C# | products.aspose.com

    C# Sample code for generating DOTM documents. Use this code for creating Word DOTM files within VB.NET, Asp.NET or any .NET based application.... Save the file using Save(.) method. System...next page. // Save it to get the created one dotm.Save( "Document...

    products.aspose.com/words/net/create/dotm/
  9. FileFormatInfo | Aspose.Words for Java

    Contains data returned by FileFormatUtil document format detection methods in Java....a password when we save it, and then save the document. OdtSaveOptions...setPassword("MyPassword"); doc.save(getArtifactsDir() + "File.DetectDocumentEncryp...

    reference.aspose.com/words/java/com.aspose.word...
  10. Nested Regions creating multiple rows instead o...

    Nested Regions creating multiple rows instead of single row I am using this code ``` DataSet dataSet = new DataSet(); // Approver's main information DataTable tblApprovers = new DataTable("Approver......ExecuteWithRegions(dataSet); // Save the output document doc.Save("output.docx");...ExecuteWithRegions(dataSet); // Save the output document doc.Save(@"C:\Temp\out...

    forum.aspose.com/t/nested-regions-creating-mult...