Sort Score
Result 10 results
Languages All
Labels All
Results 4,311 - 4,320 of 375,785 for

save

(0.62 sec)
  1. Prefix Table Elements Styles with HtmlSaveOptio...

    Learn how to prefix table element styles in HTML using Aspose.Cells for Node.js via C++....setStyle ( st ); // Specify html save options - specify table css..."MyTest_TableCssId" ); // Save the workbook in html wb . save ( "outputTableCssId...

    docs.aspose.com/cells/nodejs-cpp/prefix-table-e...
  2. Convert a Document in Python|Aspose.Words for P...

    Easily convert documents from one format to another using Python. You can work with all the most popular formats like Microsoft Word formats such as DOCX or DOC, OpenDocument formats such as ODT or OTT, web formats such as HTML or XHTML, text formats such as MarkDown or TXT, and others....describing the simple load‑and‑save process and providing links...combination of loading and saving operations. Almost any task...

    docs.aspose.com/words/python-net/convert-a-docu...
  3. Add PDF Form Fields|Aspose.PDF for Java

    This topic explains how to work with Form Fields with java/com.aspose.pdf.facades using FormEditor Class....String-int- ) and finally use Save method to save the updated PDF file...( "Country" , 20 ); editor . save ( _dataDir + "Sample-Form-01-mod...

    docs.aspose.com/pdf/java/add-form-fields/
  4. Convert PNG to JPG in C++ | products.aspose.com

    Convert PNG to JPG in C++. Use C++ library API to convert PNG files to JPGs...Presentation from PNG file and save it as JPG. C++ code for converting...jpg" ); // Save the image in PNG format bmp -> Save(outputFilePath...

    products.aspose.com/slides/cpp/conversion/png-t...
  5. Convert Excel file to PDF format compatible wit...

    Learn how to convert Excel files to PDF/A-1a compliant PDF format using Aspose.Cells with Golang via C++....Cells enables you to save Excel files to PDF/A‑compliant...This topic describes how to save the Excel workbook to a PDF/A‑compliant...

    docs.aspose.com/cells/go-cpp/convert-excel-file...
  6. Convert EMLX to BMP in Python | products.aspose...

    Save EMLX to BMP in your Python applications without using Microsoft Outlook or Word...such as when a user wants to save an email as an image or when...Words for Python via .NET and saved into the respective Word BMP...

    products.aspose.com/total/python-net/conversion...
  7. RtfSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.RTF format in Java....specify additional options when saving a document into the SaveFormat...learn more, visit the Specify Save Options documentation article...

    reference.aspose.com/words/java/com.aspose.word...
  8. Extract relevant OOXML for a chart using Aspose...

    Hi, I wanted to extract the following OOXML from a word doc, this word doc was created by by saving an excel workbook as a Docx with SaveAsEditableShapes marked as true. I will attach the OOXML data I require. The idea i…...word doc was created by by saving an excel workbook as a Docx...ToString(SaveFormat.Ooxml); // Save or process the OOXML as needed...

    forum.aspose.com/t/extract-relevant-ooxml-for-a...
  9. Aspose.Slides for Java 14.9.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 ( "presentation_out.pptx" ,...为保留页面编号而保存幻灯片添加的方法 新增方法如下: void IPresentation.save(string fname, int[] slides,...

    docs.aspose.com/slides/zh/androidjava/public-ap...
  10. Add Arc Object to PDF file|Aspose.PDF for C++

    This article explains how to create a arc object to your PDF using Aspose.PDF for C++....paragraphs collection of page Save our PDF file The following code...Add ( graph ); // Save PDF file document -> Save ( _dataDir + u...

    docs.aspose.com/pdf/cpp/add-arc/