Sort Score
Result 10 results
Languages All
Labels All
Results 4,241 - 4,250 of 368,145 for

save

(0.46 sec)
  1. Keep Separators for Blank Rows while exporting ...

    Learn how to keep separators for blank rows when exporting spreadsheets to CSV format using Aspose.Cells with C++....GetKeepSeparatorsFor() property to true and saves it as output.csv . The screenshot...); // Instantiate Text File's Save Options TxtSaveOptions options...

    docs.aspose.com/cells/cpp/keep-separators-for-b...
  2. RtfSaveOptions class | Aspose.Words for Python

    aspose.words.saving.RtfSaveOptions class. Can be used to specify additional options when saving a document into the [SaveFormat.RTF](../../aspose.words/Saveformat/#RTF) format...specify additional options when saving a document into the SaveFormat...learn more, visit the Specify Save Options documentation article...

    reference.aspose.com/words/python-net/aspose.wo...
  3. PageLayoutCallbackArgs | Aspose.Words for Java

    An argument passed into IPageLayoutCallback.notifycom.aspose.words.PageLayoutCallbackArgs in Java....save(getArtifactsDir() + "Layout.../// /// Notifies us when we save the document to a fixed page...

    reference.aspose.com/words/java/com.aspose.word...
  4. SaveOptions Class | Aspose.Words for .NET

    Discover the Aspose.Words.Saving.SaveOptions class, your key to customizing document saving with advanced options for various formats. Enhance your workflow today!...specify additional options when saving a document into a particular...learn more, visit the Specify Save Options documentation article...

    reference.aspose.com/words/net/aspose.words.sav...
  5. Aspose::Words::Saving::SvgSaveOptions::get_Text...

    Aspose::Words::Saving::SvgSaveOptions::get_TextOutputMode method. Gets or sets a value determining how text should be rendered in SVG in C++....Aspose::Words::Saving::SvgSaveOptions::get_TextOutputMode method...:: Saving :: SvgTextOutputMode Aspose :: Words :: Saving :: SvgSaveOptions...

    reference.aspose.com/words/cpp/aspose.words.sav...
  6. Aspose::Words::Saving::DocSaveOptions::DocSaveO...

    Aspose::Words::Saving::DocSaveOptions::DocSaveOptions constructor. Initializes a new instance of this class that can be used to Save a document in the Doc format in C++....Aspose::Words::Saving::DocSaveOptions::DocSaveOptions constructor...this class that can be used to save a document in the Doc format...

    reference.aspose.com/words/cpp/aspose.words.sav...
  7. Convert a Multi-page Document to an Image in C#...

    Export multi-page documents to raster images (JPG, PNG, GIF, BMP, TIFF, WebP) using C#....organized when saving to an image: SinglePage – save only the first...following code example shows how to save a multi-page DOCX document as...

    docs.aspose.com/words/net/convert-a-multi-page-...
  8. Convert Image to PDF in Python|Aspose.PDF for P...

    This topic show you how to convert Image to PDF using Aspose.PDF for Python via C++ library....to the page Save the output PDF with ‘document.save’ method. The...paragraphs . add ( image ) # Save the document to the output file...

    docs.aspose.com/pdf/python-cpp/convert-image-to...
  9. Merge MD files using .NET | Aspose.PDF

    Merge MD files programmatically with C# sample code using Aspose.PDF for .NET...download format to any supported save format. Aspose.PDF for .NET...formats, both for loading and saving. Draw your attention that the...

    products.aspose.com/pdf/net/merger/md/
  10. How to Convert HTML to PDF with C++|Documentation

    This topic shows you how to convert HTML to PDF Saveformat and MHTML to PDF Saveformat using Aspose.Cells for C++.... Save the output PDF document by calling...calling the Workbook.Save() method. #include <iostream> #include...

    docs.aspose.com/cells/cpp/convert-html-to-pdf/