Sort Score
Result 10 results
Languages All
Labels All
Results 4,261 - 4,270 of 360,885 for

save

(0.1 sec)
  1. Aspose::Words::FileFormatUtil::ImageTypeToExten...

    Aspose::Words::FileFormatUtil::ImageTypeToExtension method. Converts an Aspose.Words image type enumerated value into a file extension. The returned extension is a lower-case string with a leading dot in C++....images from a document, and save them to the local file system...shapes from the document, // and save the image data of every shape...

    reference.aspose.com/words/cpp/aspose.words/fil...
  2. How to Convert PDF to Image in C++

    This quick tutorial guides on how to convert PDF to image in C++. Using C++ convert PDF to image using a few lines of code like load the source PDF and just Save it as an image.... Once the save options are defined in C++ PDF...simply performed by calling the save function of the document class...

    kb.aspose.com/pdf/cpp/how-to-convert-pdf-to-ima...
  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. Convert JSON to Excel with Node.js via C++|Docu...

    Learn how to convert JSON to Excel file with Aspose.Cells for Node.js via C++....filePath ); // save file to xlsx format wb . save ( "sample_out...options ); // Save file to xlsx format book . save ( "sample_out...

    docs.aspose.com/cells/nodejs-cpp/convert-json-t...
  5. Rotate Text Inside PDF|Aspose.PDF for Java

    Learn how to rotate text inside a PDF document, providing flexibility in document layout using Aspose.PDF for Java...textFragment3 ); // Save document pdfDocument . save ( _dataDir + ...paragraph ); // Save document pdfDocument . save ( _dataDir + ...

    docs.aspose.com/pdf/java/rotate-text-inside-pdf/
  6. PageSet constructor | Aspose.Words for Python

    aspose.words.saving.PageSet constructor... saving . PageRange ]): ... Parameter...can pass to the document's "Save" method # to modify the way...

    reference.aspose.com/words/python-net/aspose.wo...
  7. FontSavingArgs Class | Aspose.Words for .NET

    Discover Aspose.Words.Saving.FontSavingArgs class—enhance document processing with detailed FontSaving event data for superior customization and control.... To learn more, visit the Save a Document documentation article...document object that is being saved. FontFamilyName { get; } Indicates...

    reference.aspose.com/words/net/aspose.words.sav...
  8. Aspose::Words::Saving::HtmlSaveOptions::get_Exp...

    Aspose::Words::Saving::HtmlSaveOptions::get_ExportImagesAsBase64 method. Specifies whether images are Saved in Base64 format to the output HTML, MHTML or EPUB. Default is false in C++....Aspose::Words::Saving::HtmlSaveOptions::get_ExportImagesAsBase64...Specifies whether images are saved in Base64 format to the output...

    reference.aspose.com/words/cpp/aspose.words.sav...
  9. Aspose::Words::Saving::FixedPageSaveOptions::ge...

    Aspose::Words::Saving::FixedPageSaveOptions::get_PageSet method. Gets or sets the pages to render. Default is all the pages in the document in C++....Aspose::Words::Saving::FixedPageSaveOptions::get_PageSet method...Words :: Saving :: PageSet > Aspose :: Words :: Saving :: FixedPageSaveOptions...

    reference.aspose.com/words/cpp/aspose.words.sav...
  10. Add Text to PDF using Python|Aspose.PDF for Pyt...

    This article describes various aspects of working with text in Aspose.PDF. Learn how to add text to PDF, add HTML fragments, or use custom OTF fonts....save method and save the output PDF file...text_fragment ) # Save PDF document document . save ( path_outfile...

    docs.aspose.com/pdf/python-net/add-text-to-pdf-...