Sort Score
Result 10 results
Languages All
Labels All
Results 5,991 - 6,000 of 368,176 for

save

(0.5 sec)
  1. How to Insert Comment into DOCX using C++

    In this tutorial, we will learn how to insert comment into DOCX using C++. Comments are useful for reviewing the Word document. They don't change the document itself but are used by authors to discuss or comment about any section of Word Document....C++ Save the Word file with Comments in C++ by using Save method...API. You can use SaveFormat to save the document in DOCX or DOC...

    kb.aspose.com/words/cpp/how-to-insert-comment-i...
  2. Android API to Render PDF to GIF | products.asp...

    Transform PDF to GIF via Android via Java API...Convert PDF to DOC by using save method Load DOC file by using...Aspose.Words Save the document to GIF format using save method and...

    products.aspose.com/total/android-java/conversi...
  3. Setup Environment and Installation Guidelines|D...

    setup Aspose.Diagram for Python via Java and installation guidelines.... save ( "output.vsdx" , SaveFileFormat...diagram = Diagram () diagram . save ( "output.vsdx" , SaveFileFormat...

    docs.aspose.com/diagram/python-java/setup-envir...
  4. Aspose::Words::Saving::ImageSavingArgs::get_Ima...

    Aspose::Words::Saving::ImageSavingArgs::get_ImageFileName method. Gets or sets the file name (without path) where the image will be Saved to in C++....Aspose::Words::Saving::ImageSavingArgs::get_ImageFileName method...will be saved to. System :: String Aspose :: Words :: Saving :: ImageSavingArgs...

    reference.aspose.com/words/cpp/aspose.words.sav...
  5. Check if Digital Signature of VBA Code is Valid...

    Learn how to check the validity of a digital signature in VBA code using Aspose.Cells with C++....when we modify its VBA code and save the workbook and then recheck...( code ); // Save the workbook workbook . Save ( srcDir + u "output_out...

    docs.aspose.com/cells/cpp/check-if-digital-sign...
  6. 将 PowerPoint 转换为 PDF 附注|Aspose.Slides for PHP 文档

    将 PowerPoint 转换为带附注的 PDF...:: BottomFull ); $presOut -> save ( "PDF-SelectedSlide.pdf" ,...在附注幻灯片视图中将 PowerPoint 转换为 PDF Save 方法由 Presentation 类提供,可用于将整个演示文稿在附注幻灯片视图中转换为...

    docs.aspose.com/slides/zh/php-java/convert-powe...
  7. MailMergeSettings.DataSource | Aspose.Words for...

    Discover how to set the MailMergeSettings DataSource property for seamless mail merge integration. Easily specify your data source path for optimal results!... Save ( ArtifactsDir + "MailMerge...builder . EndTable (); doc . Save ( ArtifactsDir + "MailMerge...

    reference.aspose.com/words/net/aspose.words.set...
  8. MailMergeSettings.HeaderSource | Aspose.Words f...

    Discover the MailMergeSettings HeaderSource property, define your mail merge header path effortlessly. Optimize your document workflow today!... Save ( ArtifactsDir + "MailMerge...builder . EndTable (); doc . Save ( ArtifactsDir + "MailMerge...

    reference.aspose.com/words/net/aspose.words.set...
  9. 在 .NET 中自定义演示文稿的图表轴|Aspose.Slides 文档

    了解如何使用 Aspose.Slides for .NET 在 PowerPoint 演示文稿中自定义图表轴,用于报告和可视化。... Save ( "ErrorBars_out.pptx" , SaveFormat...SwitchRowColumn (); // 保存演示文稿 pres . Save ( "SwitchChartRowColumn_out...

    docs.aspose.com/slides/zh/net/chart-axis/
  10. Creating PDF from XML using XSLT|Aspose.PDF for...

    C++ library provides the ability to convert an XML file into pdf document requiring that the input XML file must follow the Aspose.PDF Schema....by calling its BindXML method Save the bound XML with PDF instance...(); throw ; } //Save the document pdf -> Save ( _dataDir + u ...

    docs.aspose.com/pdf/cpp/create-a-hello-world-pd...