Sort Score
Result 10 results
Languages All
Labels All
Results 5,151 - 5,160 of 347,031 for

save

(0.18 sec)
  1. 在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....$v_page_breaks -> add ( "Y30" ); \ # Saving the modified Excel file in...Excel 2003) format $workbook -> save ( $dataDir . "Add Page Breaks...

    docs.aspose.com/cells/zh/java/managing-page-bre...
  2. 在 PS 文件中使用渐变 | Java

    在 PS 文件中添加渐变是 Aspose.Page API 解决方案支持的功能。了解如何在 Java 中使用该功能...ps" ); 3 //Create save options with A4 size 4 PsSaveOptions...closePage (); 33 //Save the document 34 document. save (); 运行此代码的结果如下:...

    docs.aspose.com/page/zh/java/ps/working-with-gr...
  3. Aspose::Words::Saving::HtmlSaveOptions::get_Ima...

    Aspose::Words::Saving::HtmlSaveOptions::get_ImagesFolderAlias method. Specifies the name of the folder used to construct image URIs written into an HTML document. Default is an empty string in C++....Aspose::Words::Saving::HtmlSaveOptions::get_ImagesFolderAlias...:: String Aspose :: Words :: Saving :: HtmlSaveOptions :: get_ImagesFolderAlias...

    reference.aspose.com/words/cpp/aspose.words.sav...
  4. Aspose::Words::IDocumentConverterPlugin::Conver...

    Aspose::Words::IDocumentConverterPlugin::Convert method. Converts document using specified input output streams and Save options in C++....specified input output streams and save options. virtual void Aspose...SharedPtr < Aspose :: Words :: Saving :: SaveOptions > saveOptions...

    reference.aspose.com/words/cpp/aspose.words/ido...
  5. Aspose::Words::LowCode::Converter::Convert meth...

    Aspose::Words::LowCode::Converter::Convert method. Converts the given input document into a single output document using specified input and output streams in C++....System::SharedPtr<Aspose::Words::Saving::SaveOptions>&) method Converts...SharedPtr < Aspose :: Words :: Saving :: SaveOptions > & saveOptions...

    reference.aspose.com/words/cpp/aspose.words.low...
  6. FontInfoCollection class | Aspose.Words for Nod...

    Aspose.Words.Fonts.FontInfoCollection class. Represents a collection of fonts used in a document...fonts in a document when it is saved. Default value for this property...Specifies whether or not to save a subset of the embedded TrueType...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. ResourceSavingArgs.ResourceFileName | Aspose.Wo...

    Manage your resources efficiently with ResourceSavingArgs. Easily set or retrieve the file name for saving resources without the hassle of paths....where the resource will be saved to. public string ResourceFileName...the value of this property to save the resource into a different...

    reference.aspose.com/words/net/aspose.words.sav...
  8. SvgSaveOptions.text_output_mode property | Aspo...

    SvgSaveOptions.text_output_mode property. Gets or sets a value determining how text should be rendered in SVG.... saving . SvgTextOutputMode : ... @text_output_mode..., value : aspose . words . saving . SvgTextOutputMode ): ......

    reference.aspose.com/words/python-net/aspose.wo...
  9. Converting To MHTML Files in Python|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....xlsx" # Specify the HTML saving options sv = self . HtmlSaveOptions...Workbook ( filePath ) # Save the MHT file wb . save ( filePath + ".out...

    docs.aspose.com/cells/java/converting-to-mhtml-...
  10. Add Text to PDF file|Aspose.PDF for Java

    Discover how to insert text into an existing PDF document in Java with Aspose.PDF for text insertion and modification....the Document object’s Save method and save the output PDF file...textFragment ); // Save resulting PDF document. document . save ( _dataDir...

    docs.aspose.com/pdf/java/add-text-to-pdf-file/