Sort Score
Result 10 results
Languages All
Labels All
Results 6,221 - 6,230 of 375,527 for

save

(0.11 sec)
  1. Working with Text|Documentation

    This section explains how to insert a text shape or update shape's text with Aspose.Diagram...."Test text" ); // Save diagram diagram . Save ( dataDir + "InsertTextShape_out...particular shape. Set the new text. Save the diagram. Update Shape Text...

    docs.aspose.com/diagram/net/working-with-text/
  2. Migrate to the latest Aspose.Tasks for Java | A...

    Learn how to migrate from earlier versions of Aspose.Tasks for Java 8.1.0 to the latest ones....22 23 // Save the project to XML format 24 25 prj. save ( "Project4... Prorated ); 18 19 project. save ( "ProjectDefaultProps.xml"...

    docs.aspose.com/tasks/java/how-to-migrate-to-as...
  3. ActiveX|Aspose.Slides Documentation

    See Aspose.Slides for Java ActiveX examples: insert, configure, and control ActiveX objects in PPT and PPTX presentations with clear Java code.... save ( "add_activex.pptm" , SaveFormat...removeAt ( 0 ); } presentation . save ( "removed_activex.pptm" , SaveFormat...

    docs.aspose.com/slides/java/examples/elements/a...
  4. Manage Chart Data Series in Presentations on An...

    Learn how to manage chart series on Android for PowerPoint (PPT/PPTX) with practical Java code examples and best practices to enhance your data presentations.... save ( "SetChartSeriesOverla_out...preferred fill type and fill color. Save the modified presentation. This...

    docs.aspose.com/slides/androidjava/chart-series/
  5. Aspose.PSD for Java 21.7 - 发行说明|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.... save ( outputFilePng , new PngOptions...PngOptions ()); image . save ( outputFilePsd ); } finally { image...

    docs.aspose.com/psd/zh/java/aspose-psd-for-java...
  6. Make Booklet of PDF|Aspose.PDF for Java

    This section explains how to make booklet of PDF with com.aspose.pdf.facades using PdfFileEditor class....booklet of the input PDF file and save it to the output PDF file. This...booklet of the input PDF file and save it to the output PDF file. This...

    docs.aspose.com/pdf/java/make-booklet-of-pdf/
  7. Archival scanning and OCR|Documentation

    Automatically tag images based on their content, organize them into archives, and reduce file size to Save disk space.... Save the downloaded invoice images...image processing settings to save disk space when storing an archive:...

    docs.aspose.com/ocr/net/archival-scanning/
  8. Working with Signature in PDF File|Aspose.PDF f...

    This section explains how to to extract signature information, extract image from signature, change language, and etc using PdfFileSignature class....signature ); // Save PDF document pdfFileSignature . Save ( dataDir...signature ); // Save PDF document pdfFileSignature . Save ( dataDir...

    docs.aspose.com/pdf/net/working-with-signature-...
  9. Შექმენით Დოკუმენტი C++ Ში

    შექმენით ფაილი C++ ბიბლიოთეკის გამოყენებით. მარტივად შექმენით ახალი დოკუმენტი C++ ში რამდენიმე ნაბიჯით...." ); doc-> Save ( u"Output.docx" ); using namespace...builder->EndBookmark(u"Aspose bookmark"); doc->Save(u"Output.docx"); using namespace...

    products.aspose.com/words/ka/cpp/make/
  10. Გააკეთეთ Markdown C++ Ის Გამოყენებით

    შექმენით ახალი Markdown C++ ში რამდენიმე ნაბიჯით. მარტივად შექმენით Markdown C++ ბიბლიოთეკის გამოყენებით...." ); doc-> Save ( u"Output.md" ); using namespace...builder->EndBookmark(u"Aspose bookmark"); doc->Save(u"Output.md"); using namespace...

    products.aspose.com/words/ka/cpp/make/md/