Sort Score
Result 10 results
Languages All
Labels All
Results 831 - 840 of 31,259 for

saveoptions

(0.05 sec)
  1. Optimize File's Content Using Java

    Compress files in Java: DOCX, DOC, RTF, ODT, EPUB, PNG, JPG, XLSX, XLS, WPS without losing quality...OoxmlSaveOptions saveOptions = new OoxmlSaveOptions (); saveOptions.setC...doc.save( "Output.docx" , saveOptions); import com.aspose.words...

    products.aspose.com/words/java/compress/
  2. Compress DOC In C++

    Compress DOC in C++ without losing quality. Optimize DOC content, reduce file size easily....ressedImage"); } } auto saveOptions = MakeObject<PdfSaveOptions>();...ons>(); saveOptions->set_CacheBackgroundGraph(true); doc->Save(u"Output...

    products.aspose.com/words/cpp/compress/doc/
  3. Compress HTML In C#

    Compress HTML in C# without losing quality. Optimize HTML content, reduce file size easily....SetImage("yourCompressedImage"); } } var saveOptions = new PdfSaveOptions { CacheBackgroundGraph...doc.Save("Output.html", saveOptions); using Aspose.Words; var...

    products.aspose.com/words/net/compress/html/
  4. Managing Outlook Messages|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....MailMessage in OFT Format The SaveOptions class allows you to specify... Save ( "message.oft" , SaveOptions . DefaultOft ); // or alternative...

    docs.aspose.com/email/net/managing-outlook-mesa...
  5. SaveOptions.update_last_printed_property proper...

    Saveoptions.update_last_printed_property property. Gets or sets a value determining whether the [BuiltInDocumentProperties.last_printed](../../../aspose.words.properties/builtindocumentproperties/last_printed/) property is updated before saving....update_last_printed_property property SaveOptions.update_last_printed_property...save operation # with this SaveOptions object passed as a parameter...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Შეკუმშოს HTML C#

    შეკუმშოს HTML C# ში ხარისხის დაკარგვის გარეშე. გააუმჯობესეთ HTML კონტენტი, შეამცირეთ ფაილის ზომა მარტივად....SetImage("yourCompressedImage"); } } var saveOptions = new PdfSaveOptions { CacheBackgroundGraph...doc.Save("Output.html ", saveOptions); using Aspose.Words; var...

    products.aspose.com/words/ka/net/compress/html/
  7. Aspose::Words::LowCode::Comparer class | Aspose...

    Aspose::Words::LowCode::Comparer class. Provides methods intended to compare documents in C++....System::SharedPtr<Aspose::Words::Saving::SaveOptions>&, const System::String&...System::SharedPtr<Aspose::Words::Saving::SaveOptions>&, const System::String&...

    reference.aspose.com/words/cpp/aspose.words.low...
  8. EXcel to PDF Conversion- Font Size and Page Sca...

    Hi, We are currently using Aspose.Cells for Java v25.6 to generate PDF files from Excel documents. In our Excel files, we use MS ゴシック for text and Arial for numeric values. However, we’ve observed several discrepancies…...PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions.setOpt...STANDARD); saveOptions.setCheckFontCompatib(true); saveOptions.setC...

    forum.aspose.com/t/excel-to-pdf-conversion-font...
  9. Convert Project Data to HTML in C++ | Aspose.Ta...

    Learn how to convert Microsoft Project (MPP/XML) projects to HTML using Aspose.Tasks for C++....pages to HTML by using the SaveOptions as shown in the following...pageNumber) 80 { 81 auto saveOptions = [&] { auto tmp_0 = System::MakeObject...

    docs.aspose.com/tasks/cpp/convert-project-data-...
  10. Specify Save Options in C#|Aspose.Words for .NET

    More accurately control the save process using C#....Words provides you with the SaveOptions class, which allows more...Save method that accept a SaveOptions object – it should be an...

    docs.aspose.com/words/net/specify-save-options/