Sort Score
Result 10 results
Languages All
Labels All
Results 2,281 - 2,290 of 375,715 for

save

(0.73 sec)
  1. C++ API to Convert XPS to POT | products.aspose...

    Convert XPS to POT via C++ without using Microsoft Word or Adobe Acrobat Reader...Convert XPS to PPTX by using Save method function Load PPTX document...reference Save the document to POT format using Save member function...

    products.aspose.com/total/cpp/conversion/xps-to...
  2. C++ API to Convert CGM to XAML | products.aspos...

    Convert CGM to XAML via C++ without using Microsoft Word or Adobe Acrobat Reader...Convert CGM to PPTX by using Save method function Load PPTX document...reference Save the document to XAML format using Save member function...

    products.aspose.com/total/cpp/conversion/cgm-to...
  3. Change PDF Page Size Programmatically|Aspose.PD...

    Change Page Size from your PDF file using PHP.... Call the Document class’ save(..) method to generate the PDF...842.4 ); // Save output document $document -> save ( $outputFile...

    docs.aspose.com/pdf/php-java/change-page-size/
  4. AiModel.Summarize | Aspose.Words for .NET

    Smart document summarization API with customizable length options. Generate concise summaries from any document using AI technology.... Save ( ArtifactsDir + "AI.AiSummarize...options ); multiDocumentSummary . Save ( ArtifactsDir + "AI.AiSummarize...

    reference.aspose.com/words/net/aspose.words.ai/...
  5. 与气缸一起工作|Documentation

    Aspose.3D for Node.js via Java 允许自定义圆柱体的偏移顶部。为了使用此功能,您可以使用Cylinder类的setOffsetTop() 方法。...createChildNode ( cylinder2 ); // Save scene . save ( "CustomizedOffsetTopC...( cylinder2 ); // Save scene scene . save ( "CustomizedShearBotto...

    docs.aspose.com/3d/zh/nodejs-java/working-with-...
  6. Set Default Font while rendering spreadsheet to...

    Learn how to set the default font while rendering a spreadsheet to HTML using Aspose.Cells for C++.... Then it saves the workbook in HTML by setting...); cell . SetStyle ( st ); // Save the workbook in HTML format...

    docs.aspose.com/cells/cpp/set-default-font-whil...
  7. Managing Document Properties in PHP|Documentation

    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....$customProp3 , "Source" , array ()); // Save the file with added properties...$ptr -> Call ( $workbook , "Save" , array ( $dataDir . "/Test_Workbook...

    docs.aspose.com/cells/net/managing-document-pro...
  8. C++ API to Convert MHTML to TXT | products.aspo...

    Convert MHTML to TXT via C++ API without using Microsoft Excel or Adobe Reader...page archive format used to save webpages in a single file. It...audio, and video. It is used to save webpages for offline viewing...

    products.aspose.com/total/cpp/conversion/mhtml-...
  9. C++ API to Convert MHTML to MD | products.aspos...

    Convert MHTML to MD via C++ API without using Microsoft Excel or Adobe Reader...page archive format used to save and share web content. It is...audio, and video. It is used to save webpages for offline viewing...

    products.aspose.com/total/cpp/conversion/mhtml-...
  10. Merge PDF using C++|Aspose.PDF for C++

    This page explain how to merge PDF documents into a single PDF file with C++.... Finally, save the output PDF file using the Save method. The...()); // Save concatenated output file pdfDocument1 -> Save ( _dataDir...

    docs.aspose.com/pdf/cpp/merge-pdf-documents/