Sort Score
Result 10 results
Languages All
Labels All
Results 3,491 - 3,500 of 38,273 for

save

(0.22 sec)
  1. Manage TextBox|Aspose.Slides Documentation

    Manage a text box or text frame in PowerPoint presentations using C# or .NET...TextBox" ; // Saves the presentation to disk pres . Save ( "TextBox_out...= 10 ; // Saves the presentation presentation . Save ( "ColumnCount...

    docs.aspose.com/slides/net/manage-textbox/
  2. Working with Text in PostScript | C++

    How to add textt in PS file is a question answered by Aspose.Page API solution. See how to use the functionality in C++...custom fonts folder(s) in the save options. Create with the already...already created output stream and save options. Create the necessary...

    docs.aspose.com/page/cpp/ps/working-with-text/
  3. 图表工作簿|Aspose.Slides 文档

    Java 中 PowerPoint 演示文稿中的图表工作簿... save ( "resultchart.pptx" , SaveFormat...0 , "B1" , "新单元格" )); pres . save ( "pres.pptx" , SaveFormat ...

    docs.aspose.com/slides/zh/androidjava/chart-wor...
  4. How to Create a Table in Word using Python

    This article describes how to create a table in Word using Python. It contains detailed instructions to configure the environment, write a program to accomplish the task, and also shares a runnable sample code for inserting table in MS Word using Python....of the table if required and save the resultant Word file as a...using the respective methods Save the output Word file having...

    kb.aspose.com/words/python/how-to-create-a-tabl...
  5. CssSavingArgs.keepCssStreamOpen property | Aspo...

    CssSavingArgs.keepCssStreamOpen property. Specifies whether Aspose.Words should keep the stream open or close it after saving an CSS information....stream open or close it after saving an CSS information. get keepCssStreamOpen...provided in the Aspose.Words.Saving.CssSavingArgs.CssStream property...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Merge PDF/UA - Free Support Forum - aspose.com

    Buongiorno, ho la necessità di effettuare la merge tra più documenti in formato PDF/UA compliant ma, una volta effettuata la merge, il documento PDF prodotto non risulta essere più PDF/UA compliant. Grazie Matteo...merge(pdfDocument2); // Save concatenated output file pdfDocument1.save(destionationBasePath...flattenAllFields(); pdfForm.save(destionationBasePath + "MergedPdf_flattened_1...

    forum.aspose.com/t/merge-pdf-ua/310793
  7. MarkdownSaveOptions.SaveFormat | Aspose.Words f...

    Discover the MarkdownSaveOptions SaveFormat property to effortlessly Save documents in Markdown format, ensuring compatibility and ease of use....the document will be saved if this save options object is used...rename the image name during saving into Markdown document. public...

    reference.aspose.com/words/net/aspose.words.sav...
  8. SvgSaveOptions.id_prefix property | Aspose.Word...

    SvgSaveOptions.id_prefix property. Specifies a prefix that is prepended to all generated element IDs in the output document...docx' ) save_options = aw . saving . SvgSaveOptions () save_options.... id_prefix = 'pfx1_' doc . save ( file_name = ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  9. HtmlSaveOptions.font_resources_subsetting_size_...

    HtmlSaveOptions.font_resources_subsetting_size_threshold property. Controls which font resources need subsetting when saving to HTML, MHTML or EPUB...resources need subsetting when saving to HTML, MHTML or EPUB. Default...( 'Hello world!' ) # When we save the document to HTML, we can...

    reference.aspose.com/words/python-net/aspose.wo...
  10. How to Convert PNG to PowerPoint Slide in Java

    This article focuses on how to convert PNG to PowerPoint Slide in Java. It provides the configuration details, step wise process to accomplish this task and a sample code to assist for creating a PNG to PPTX converter in Java....collection of the selected slide Save the presentation with PNG added...image collection, and a save method to save the presentation on the...

    kb.aspose.com/slides/java/how-to-convert-png-to...