Sort Score
Result 10 results
Languages All
Labels All
Results 5,981 - 5,990 of 373,074 for

save

(0.36 sec)
  1. Make WORD Using C++

    Make a new a Word document in C++ in a few steps. Easily create a Word document using C++ library....creating a Word document using C++ Save the output Word file It is worth...enim nunc faucibus a." ); doc-> Save ( u"Output.docx" ); using namespace...

    products.aspose.com/words/cpp/make/word/
  2. Make A Document In C++

    Create a file using C++ library. Easily create a new document in C++ in a few steps....creating a document using C++ Save the created document in the...enim nunc faucibus a." ); doc-> Save ( u"Output.docx" ); using namespace...

    products.aspose.com/words/cpp/make/
  3. CompressionLevel Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Saving.CompressionLevel enum to optimize OOXML file sizes, enhancing performance and efficiency in document processing....compression level to use while saving an OOXML document. Document...document.docx" ); // When we save the document to an OOXML format...

    reference.aspose.com/words/net/aspose.words.sav...
  4. ThumbnailGeneratingOptions.generate_from_first_...

    ThumbnailGeneratingOptions.generate_from_first_page property. Specifies whether to generate thumbnail from first page of the document or first image....setting a thumbnail image when saving a document to .epub. # 1 -.... update_thumbnail () doc . save ( file_name = ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  5. FontInfoCollection | Aspose.Words for Java

    Represents a collection of fonts used in a document in Java.... Examples: Shows how to save a document with embedded TrueType...setSaveSubsetFonts(embedAllFonts); doc.save(getArtifactsDir() + "Font.FontInfoCollection...

    reference.aspose.com/words/java/com.aspose.word...
  6. PageSet class | Aspose.Words for Python

    aspose.words.saving.PageSet class. Describes a random set of pages...can pass to the document's "Save" method # to modify the way...into an image. options = aw . saving . ImageSaveOptions ( aw . SaveFormat...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Converter.convert method | Aspose.Words for Python

    aspose.words.lowcode.Converter.convert method...page of the output will be saved as a separate file. The specified...is TIFF, the output will be saved as a single multi-frame TIFF...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Convert BMP to OST in Python | products.aspose.com

    Save BMP to OST within Python applications without using Microsoft Word or Outlook...NET and save it into OST format. The API...using Document class Call the save method while specifying output...

    products.aspose.com/total/python-net/conversion...
  9. LayoutOptions.comment_display_mode property | A...

    LayoutOptions.comment_display_mode property. Gets or sets the way comments are rendered...Shows how to show comments when saving a document to a rendered format.... SHOW_IN_ANNOTATIONS doc . save ( file_name = ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Convert Word Document to PNG|Aspose.Words for .NET

    Convert Word document to PNG. NPOI does not provide an opportunity to work with formats other than Word using C#....document to PNG, simply invoke the Save method and specify a file name...extension. See more details in the Save a Document documentation section...

    docs.aspose.com/words/net/convert-word-document...