Sort Score
Result 10 results
Languages All
Labels All
Results 2,911 - 2,920 of 377,229 for

save

(0.14 sec)
  1. C++ API to Convert EPUB to XLTM | products.aspo...

    Convert EPUB to XLTM 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 XLTM format using Save member function...

    products.aspose.com/total/cpp/conversion/epub-t...
  2. Aspose::Words::Saving::OoxmlSaveOptions class |...

    Aspose::Words::Saving::OoxmlSaveOptions class. Can be used to specify additional options when saving a document into the Docx, Docm, Dotx, Dotm or FlatOpc format. To learn more, visit the documentation article in C++....Aspose::Words::Saving::OoxmlSaveOptions class Contents [ Hide...specify additional options when saving a document into the Docx ,...

    reference.aspose.com/words/cpp/aspose.words.sav...
  3. Set Print Titles with Python.NET|Documentation

    Learn how to configure repeated row/column headers on printed pages using Aspose.Cells for Python via .NET....= "$1:$1" # Save modified workbook workbook . save ( "output.xlsx"...print_title_columns = "" # Save modified workbook workbook . save ( "output.xlsx"...

    docs.aspose.com/cells/python-net/how-to-set-pri...
  4. Text Formatting inside PDF using C++|Aspose.PDF...

    Learn how to apply text formatting within PDFs in C++ using Aspose.PDF to control text appearance....-> Add ( text ); document -> Save ( _dataDir + outputFileName...textFragment ); // Save the document document -> Save ( _dataDir +...

    docs.aspose.com/pdf/cpp/text-formatting-inside-...
  5. Set Worksheet Tab Color in Aspose.Cells|Documen...

    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.... Red ; //Save the Excel file workbook . Save ( "AsposeColoredTab_Out...AI Document Assistant Close Save Each Worksheet to a Different...

    docs.aspose.com/cells/net/set-worksheet-tab-col...
  6. PDF Watermarking API | Aspose.PDF

    Add or remove watermark from PDF documents with free cross-platform Apps and High Code APIs for any platform.... Save PDF file Add Watermark in PDF...artifact ); //save result pdf to file doc . Save ( "add_watermark...

    products.aspose.com/pdf/watermark/
  7. Split PDF programmatically|Aspose.PDF for C++

    This topic shows how to split PDF pages into individual PDF files with C++....the empty document Save the new PDF using Save method The following...CopyPage ( page ); newDocument -> Save ( _dataDir + u "page_" + pageCount...

    docs.aspose.com/pdf/cpp/split-pdf-document/
  8. Split PDF programmatically|Aspose.PDF for PHP v...

    This topic shows how to split PDF pages into individual PDF files in your PHP applications.... Save the new PDF using Save method. The following...add ( $page ); $newDocument -> save ( $outputFile . "page_" . $pageCount...

    docs.aspose.com/pdf/php-java/split-document/
  9. Protect PDF using Java | Aspose.PDF

    Lock PDF with password programmatically with Java sample code using Aspose.PDF for Java... Save result in PDF format Protect...AESx256 ); // save updated PDF pdfDocument . save ( "EncryptedFile...

    products.aspose.com/pdf/java/protect/
  10. Create Rubber Stamp With Appearance File|Aspose...

    The example binds an input PDF, creates a rubber stamp on page 1 using an image file as the stamp appearance, and Saves the updated PDF.... Save the updated PDF document. import...image_file , ) # Save updated document content_editor . save ( outfile...

    docs.aspose.com/pdf/python-net/create-rubber-st...