Sort Score
Result 10 results
Languages All
Labels All
Results 2,831 - 2,840 of 373,074 for

save

(1.15 sec)
  1. C++ API to Convert EPUB to XLSM | products.aspo...

    Convert EPUB to XLSM via C++ API without using Microsoft Excel or Adobe Reader...Convert EPUB to XLSX by using Save member function Load XLSX document...reference Save the document to XLSM format using Save member function...

    products.aspose.com/total/cpp/conversion/epub-t...
  2. C++ API to Convert MD to XLAM | products.aspose...

    Convert MD to XLAM via C++ API without using Microsoft Excel or Adobe Reader...Convert MD to XLSX by using Save member function Load XLSX document...reference Save the document to XLAM format using Save member function...

    products.aspose.com/total/cpp/conversion/md-to-...
  3. C++ API to Convert CGM to ODS | products.aspose...

    Convert CGM to ODS via C++ API without using Microsoft Excel or Adobe Reader...Convert CGM to XLSX by using Save member function Load XLSX document...reference Save the document to ODS format using Save member function...

    products.aspose.com/total/cpp/conversion/cgm-to...
  4. Working with Shapes in PostScript | .NET

    How to add shapes to PS file is a question answered by Aspose.Page API solution. See how to use the functionality in .NET...already created output stream and save options. Create a rectangle...rectangle path. Close the page. Save the document. If we need to...

    docs.aspose.com/page/net/ps/working-with-shapes/
  5. SaveOptions.saveFormat property | Aspose.Words ...

    SaveOptions.SaveFormat property. Specifies the format in which the document will be Saved if this Save options object is used....the document will be saved if this save options object is used...use a specific encoding when saving a document to .epub. let doc...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Saving a file using FileFormatToSaveFormat remo...

    Hi, I am using Aspose.Cells version 26.2.0. I have attached a ZIP file containing four files: input.xlsx, output.xlsx, input-Saved.xlsx, and output-Saved.xlsx. output.zip (105.2 KB) In our code, we use Aspose.Cells t…...Saving a file using FileFormatToSaveForm removes data Aspose...output.xlsx , input-saved.xlsx , and output-saved.xlsx . output.zip...

    forum.aspose.com/t/saving-a-file-using-fileform...
  7. Create PDF Document using C++|Aspose.PDF for C++

    The most popular and basic task of working with a PDF file is creating a document from scratch. Use the Aspose.PDF for C++ library....Paragraph collection of the page Save the resultant PDF document void...-> Add ( textFragment ); // Save updated PDF String outputFileName...

    docs.aspose.com/pdf/cpp/create-document/
  8. PDF Header Insertion Using PHP | Aspose.PDF

    PHP sample code to add header in PDF document on any platform.... Save the PDF file. Add a Header to...$imageStamp ); // Save output document $document -> save ( $outputFile...

    products.aspose.com/pdf/php-java/header/
  9. 使用文本框|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....setValue ( 2 ); // save Visio diagram . save ( dataDir + "Form...// save Visio diagram in the local storage diagram . save ( dataDir...

    docs.aspose.com/diagram/zh/java/working-with-te...
  10. Delete PDF Pages with Go|Aspose.PDF for Go via C++

    You can delete pages from your PDF file using Aspose.PDF for Go via C++....specifically for removing pages, saving the modified document, and...PageDelete function. Saving the Document using Save method. package...

    docs.aspose.com/pdf/go-cpp/delete-pages/