Sort Score
Result 10 results
Languages All
Labels All
Results 9,261 - 9,270 of 373,623 for

save

(0.22 sec)
  1. Aspose::Words::Saving::SaveOptions::get_AllowEm...

    Aspose::Words::Saving::SaveOptions::get_AllowEmbeddingPostScriptFonts method. Gets or sets a boolean value indicating whether to allow embedding fonts with PostScript outlines when embedding TrueType fonts in a document upon it is Saved. The default value is false in C++....Aspose::Words::Saving::SaveOptions::get_AllowEmbeddingPostSc...fonts in a document upon it is saved. The default value is false...

    reference.aspose.com/words/cpp/aspose.words.sav...
  2. ImageColorMode enumeration | Aspose.Words for N...

    Aspose.Words.Saving.ImageColorMode enumeration. Specifies the color mode for the generated images of document pages....jpg" ); // When we save the document as an image, we...mode for the image that the saving operation will generate. //...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. PdfSaveOptions.zoom_behavior property | Aspose....

    PdfSaveOptions.zoom_behavior property. Gets or sets a value determining what type of zoom should be applied when a document is opened with a PDF viewer.... saving . PdfZoomBehavior : ... @zoom_behavior..., value : aspose . words . saving . PdfZoomBehavior ): ... Remarks...

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

    Discover the Aspose.Words.Saving.DocumentSavingArgs class, essential for handling document saving events efficiently in your applications.... To learn more, visit the Save a Document documentation article...to manage a document while saving to html. public void ProgressCallback...

    reference.aspose.com/words/net/aspose.words.sav...
  5. Working with Text in XPS file | Python

    How to add text to an XPS file is a question answered by Aspose.Page API solution. See how to use the functionality in Python...XpsSolidColorBrush and then save the object of XpsDocument class...text_fill 17 # Save the resultant XPS document 18 doc. save (data_dir...

    docs.aspose.com/page/python-net/xps/working-wit...
  6. How to Create Rotated BarCode in Java

    This short tutorial guides you on how to create rotated barcode in Java. You can create and rotate barcode image in Java by any angle you want to set in terms of degrees....as per your requirement and save them as PNG or any other type...the desired number of degrees Save the output rotated barcode image...

    kb.aspose.com/barcode/java/how-to-create-rotate...
  7. FontSavingArgs.font_file_name property | Aspose...

    FontSavingArgs.font_file_name property. Gets or sets the file name (without path) where the font will be Saved to....path) where the font will be saved to. @property def font_file_name...the value of this property to save the font into a different file...

    reference.aspose.com/words/python-net/aspose.wo...
  8. SummaryLength enumeration | Aspose.Words for Py...

    aspose.words.ai.SummaryLength enumeration. Enumerates possible lengths of summary.... save ( file_name = ARTIFACTS_DIR...options ) multi_document_summary . save ( file_name = ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Working with Window Elements|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....window ); // save in any supported format diagram . save ( dataDir.... TRUE ); // save visio drawing diagram . save ( dataDir + "...

    docs.aspose.com/diagram/java/working-with-windo...
  10. Extract Content in PHP|Aspose.Words for Java

    Extract Content from Document using PHP....a new separate document and save it to disk. $ dstDoc = ExtractContent...extractedNodes ); $ dstDoc -> save ( ExtractContent :: $ gDataDir...

    docs.aspose.com/words/java/extract-content-in-php/