Sort Score
Result 10 results
Languages All
Labels All
Results 3,991 - 4,000 of 371,741 for

save

(0.34 sec)
  1. Section|Aspose.Slides for Python Documentation

    Manage slide sections in Python with Aspose.Slides: create, rename, reorder easily, move slides between sections, and control visibility for PPT, PPTX and ODP.... save ( "section.pptx" , slides ....remove_section ( section ) presentation . save ( "section_removed.pptx" , slides...

    docs.aspose.com/slides/python-net/examples/elem...
  2. PHP via Inline Java|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....BarCodeBuilder to generate barcode and save the barcode image to disk. PHP...); // Save the barcode image to disk $builder -> save ( "e:\...

    docs.aspose.com/barcode/java/php-via-inline-java/
  3. Add Text to PDF file|Aspose.PDF for PHP via Java

    Explore how to add text to PDF files in PHP using Aspose.PDF for easy content editing.... Save the resulting PDF document to...$textFragment ); // Save resulting PDF document. $document -> save ( $outputFile...

    docs.aspose.com/pdf/php-java/add-text-to-pdf-file/
  4. Aspose::Words::Document::get_PageCount method |...

    Aspose::Words::Document::get_PageCount method. Gets the number of pages in the document as calculated by the most recent page layout operation in C++....fixed page save format, // such as .pdf. So you can save some time...more complex documents. doc -> Save ( get_ArtifactsDir () + u "Document...

    reference.aspose.com/words/cpp/aspose.words/doc...
  5. Aspose::Words::ParagraphFormat::get_SuppressAut...

    Aspose::Words::ParagraphFormat::get_SuppressAutoHyphens method. Specifies whether the current paragraph should be exempted from any hyphenation which is applied in the document settings in C++....// When we save this document to a fixed page save format, its...suppressAutoHyphens ); doc -> Save ( get_ArtifactsDir () + u "ParagraphFormat...

    reference.aspose.com/words/cpp/aspose.words/par...
  6. 在 .NET 中将 PDF 转换为 HTML|Aspose.PDF for .NET

    本主题向您展示如何使用 Aspose.PDF C# 库将 PDF 文件转换为 HTML 格式。...Save() 方法将其保存为 SaveFormat.Html 格式。...pdf" )) { // Save the output HTML document . Save ( dataDir +...

    docs.aspose.com/pdf/zh/net/convert-pdf-to-html/
  7. Aspose.PSD for .NET 19.4 - Release Notes|Docume...

    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 ( outputFilePath ); } PSDNET-120...sourceFileName , options )) { image . Save ( outputFilePathPsd , new PsdOptions...

    docs.aspose.com/psd/net/aspose-psd-for-net-19-4...
  8. Aspose.Slides for Java 15.4.0 的公共 API 和不向后兼容的更改...

    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 ( "output.pptx" , SaveFormat...setText ( "第二个根节点" ); pres . save ( "out.pptx" , SaveFormat ....

    docs.aspose.com/slides/zh/androidjava/public-ap...
  9. Add Figures Annotations using Python|Aspose.PDF...

    This article describes how to add, get, and delete figures annotations from your PDF document with Aspose.PDF for Python via .NET... save ( output_file ) The following...circleAnnotation ) document . save ( output_file ) As an example...

    docs.aspose.com/pdf/python-net/figures-annotation/
  10. Rotate Text Inside PDF using C#|Aspose.PDF for ...

    Learn how to rotate text within PDF files in .NET using Aspose.PDF to adjust text alignment and improve presentation....textFragment3 ); // Save PDF document document . Save ( dataDir + "...paragraph ); // Save PDF document document . Save ( dataDir + "...

    docs.aspose.com/pdf/net/rotate-text-inside-pdf/