Sort Score
Result 10 results
Languages All
Labels All
Results 2,141 - 2,150 of 38,276 for

save

(0.03 sec)
  1. Convert ODP to PDF in Python

    This brief article highlights how to convert ODP to PDF in Python. It also represents the required steps to establish the development environment along with a list of programming tasks, and an example code to transform ODP to PDF in Python.... Steps to Save ODP to PDF using Python Establish...the desired PDF file options Save the ODP file as a PDF on the...

    kb.aspose.com/slides/python/convert-odp-to-pdf-...
  2. Extract Text From Word Document in C#

    You can easily extract text from Word Document in C# with this brief tutorial. It encompasses steps for setting up the development environment, step-by-step workflow, and a working sample code to convert Word to TXT in C#....properties Save the Word file as TXT on the disk using the Save method...DOCX is saved as a TXT file on the disk using the Save method...

    kb.aspose.com/words/net/extract-text-from-word-...
  3. ShapeBase.soft_edge property | Aspose.Words for...

    ShapeBase.soft_edge property. Gets soft edge formatting for the shape.... save ( file_name = ARTIFACTS_DIR...docx' ) save_options = aw . saving . SvgSaveOptions () save_options...

    reference.aspose.com/words/python-net/aspose.wo...
  4. ImageBinarizationMethod enumeration | Aspose.Wo...

    Aspose.Words.Saving.ImageBinarizationMethod enumeration. Specifies the method used to binarize image....jpg" ); // When we save the document as a TIFF, we can...images. let options = new aw . Saving . ImageSaveOptions ( aw . SaveFormat...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. FontFallbackSettings Class | Aspose.Words for .NET

    Discover Aspose.Words.Fonts.FontFallbackSettings for customizable font fallback options, ensuring seamless document rendering and enhanced text display.... Save ( Stream ) Saves the current fallback...settings to stream. Save ( string ) Saves the current fallback...

    reference.aspose.com/words/net/aspose.words.fon...
  6. SvgSaveOptions.saveFormat property | Aspose.Wor...

    SvgSaveOptions.SaveFormat property. Specifies the format in which the document will be Saved if this Save options object is used...the document will be saved if this save options object is used...docx" ); let options = new aw . Saving . SvgSaveOptions (); options...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Creating a QR BarCode in Ruby|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....setRotationAngleF ( 90 ) \ # Save the image to your system and...image format to Jpeg builder . save ( data_dir + "CreatingQRBarcode...

    docs.aspose.com/barcode/java/creating-a-qr-barc...
  8. Chart Workbook|Aspose.Slides Documentation

    Chart workbook in PowerPoint presentation in Java... Save the presentation. This Java...0 , "A12" , lbl2 )); pres . save ( "resultchart.pptx" , SaveFormat...

    docs.aspose.com/slides/java/chart-workbook/
  9. AiModel.create method | Aspose.Words for Python

    AiModel.create method. Creates a new instance of [AiModel](../) class.... save ( file_name = ARTIFACTS_DIR...options ) multi_document_summary . save ( file_name = ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Add Page Number to PDF with C++|Aspose.PDF for C++

    Aspose.PDF for C++ allows you to add Page Number Stamp to your PDF file using PageNumber Stamp class....pageNumberStamp ); // Save output document document -> Save ( _dataDir +...batesNum ); } } // Save output document document -> Save ( _dataDir +...

    docs.aspose.com/pdf/cpp/add-page-number/