Sort Score
Result 10 results
Languages All
Labels All
Results 9,051 - 9,060 of 380,540 for

save

(0.24 sec)
  1. Inserting and Deleting Rows and Columns in PHP|...

    Learn how to insert and delete rows and columns through the Aspose.Cells for PHP via Java APIs....-> insertRows ( 2 , 1 ); # Saving the modified Excel file in...Excel 2003) format $workbook -> save ( $dataDir . "Insert Row.xls"...

    docs.aspose.com/cells/java/inserting-and-deleti...
  2. ImageSaveOptions.tiff_binarization_method prope...

    ImageSaveOptions.tiff_binarization_method property. Gets or sets method used while converting images to 1 bpp format when [ImageSaveOptions.Save_format](../Save_format/) is [SaveFormat.TIFF](../../../aspose.words/Saveformat/#TIFF) and [ImageSaveOptions.tiff_compression](../tiff_compression/) is equal to [TiffCompression.CCITT3](../../tiffcompression/#CCITT3) or [TiffCompression.CCITT4](../../tiffcompression/#CCITT4)....save_format is SaveFormat.TIFF and...self ) -> aspose . words . saving . ImageBinarizationMet : ....

    reference.aspose.com/words/python-net/aspose.wo...
  3. Aspose::Words::AI::AiModel::WithApiKey method |...

    Aspose::Words::AI::AiModel::WithApiKey method. Sets a specified API key to the model in C++....options ); oneDocumentSummary -> Save ( get_ArtifactsDir () + u "AI...options ); multiDocumentSummary -> Save ( get_ArtifactsDir () + u "AI...

    reference.aspose.com/words/cpp/aspose.words.ai/...
  4. SaveOptions.updateLastPrintedProperty property ...

    SaveOptions.updateLastPrintedProperty property. Gets or sets a value determining whether the [BuiltInDocumentProperties.lastPrinted](../../../aspose.words.properties/builtindocumentproperties/lastPrinted/) property is updated before saving....property is updated before saving. get updateLastPrintedPro ()...“Last printed” property when saving. let doc = new aw . Document...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. PDF form in Acrobat Reader is readonly after sa...

    Hi there, We’re encountering an issue with the Aspose.PDF library when handling a PDF file that contains an XFA form. Our application follows this process: Load the original PDF file. Populate the form fields. Save t…...Acrobat Reader is readonly after saving with Aspose PDF Aspose.PDF...fields. Save the updated file as a copy to disk. After saving the...

    forum.aspose.com/t/pdf-form-in-acrobat-reader-i...
  6. Show and Hide Worksheets and Tabs with C++|Docu...

    This article provides sample code for using the C++ API or library to programmatically display and hide an Excel worksheet, as well as how to show and hide Excel workbook tabs.... SetIsVisible ( false ); // Save the modified Excel file in default..."output.out.xls" ; workbook . Save ( outputFilePath ); std :: cout...

    docs.aspose.com/cells/cpp/show-and-hide-workshe...
  7. Convert MD to PPT in Python or with free Online...

    MD to PPT conversion in your Python applications without using Microsoft Word or PowerPoint or online. Test free MD to PPT online converter quickly before integrating the code....NET” API to save the created PDF into a Presentation...Document class Save MD file to PDF by using Save method by providing...

    products.aspose.com/total/python-net/conversion...
  8. Zip64Mode enumeration | Aspose.Words for Python

    aspose.words.saving.Zip64Mode enumeration. Specifies when to use ZIP64 format extensions for OOXML files.... save ( data , aspose . pydrawing...data . close () options = aw . saving . OoxmlSaveOptions () options...

    reference.aspose.com/words/python-net/aspose.wo...
  9. 用C++隐藏和显示行列|Documentation

    学习如何使用Aspose.Cells和C++以编程方式隐藏和显示Excel文件中的行和列。... HideColumn ( 1 ); // Save the modified Excel file U16String..."output.out.xls" ; workbook . Save ( outputFilePath ); std :: cout...

    docs.aspose.com/cells/zh/cpp/hiding-and-showing...
  10. Convert ODS to WORD with .NET or with free Onli...

    Convert ODS to WORD on .NET Framework, .NET Core, Mono or Xamarin Platforms or online. Test free ODS to WORD online converter quickly before integrating the code....Document class Save the document to DOC format using Save method and..."input.ods" ); // save ODS as PDF book . Save ( "pdfOutput.pdf"...

    products.aspose.com/total/net/conversion/ods-to...