Sort Score
Result 10 results
Languages All
Labels All
Results 801 - 810 of 33,909 for

saveoptions

(0.11 sec)
  1. Կատարեք Markdown՝ Օգտագործելով C++

    Ստեղծեք նոր Markdown C++ ում մի քանի քայլով: Հեշտությամբ ստեղծեք Markdown՝ օգտագործելով C++ գրադարանը:...Aspose bookmark"); auto saveOptions = MakeObject<PdfSaveOptions>();...ons>(); saveOptions->get_OutlineOptions()->get_BookmarksOutl...

    products.aspose.com/words/hy/cpp/make/md/
  2. Buat WORD Menggunakan C++

    Buat WORD baharu dalam C++ dalam beberapa langkah. Buat WORD dengan mudah menggunakan pustaka C++....Aspose bookmark"); auto saveOptions = MakeObject<PdfSaveOptions>();...ons>(); saveOptions->get_OutlineOptions()->get_BookmarksOutl...

    products.aspose.com/words/ms/cpp/make/word/
  3. Buat HTML Menggunakan C++

    Buat HTML baharu dalam C++ dalam beberapa langkah. Buat HTML dengan mudah menggunakan pustaka C++....Aspose bookmark"); auto saveOptions = MakeObject<PdfSaveOptions>();...ons>(); saveOptions->get_OutlineOptions()->get_BookmarksOutl...

    products.aspose.com/words/ms/cpp/make/html/
  4. Buat Dokumen Dalam C++

    Cipta fail menggunakan pustaka C++. Buat dokumen baharu dengan mudah dalam C++ dalam beberapa langkah....Aspose bookmark"); auto saveOptions = MakeObject<PdfSaveOptions>();...ons>(); saveOptions->get_OutlineOptions()->get_BookmarksOutl...

    products.aspose.com/words/ms/cpp/make/
  5. Aspose::Words::LowCode::Replacer class | Aspose...

    Aspose::Words::LowCode::Replacer class. Provides methods intended to find and replace text in the document 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...
  6. Aspose.Words - Errors after upgrading to .NET8,...

    Hi, I have a method where I am trying to save the document with custom properties. I am using the document.Save() to achieve it. After updating to .NET 8, I am getting the following error for document Save methods. No…...SaveOptions saveOptions ) { document.CustomDocumentProper...fileName, contentDisposition, saveOptions); } Please let me know if...

    forum.aspose.com/t/aspose-words-errors-after-up...
  7. IPageLayoutCallback | Aspose.Words for Java

    Implement this interface if you want to have your own custom method called during build and rendering of page layout model in Java....Exception { ImageSaveOptions saveOptions = new ImageSaveOptions(SaveFormat...ImageSaveOptions(SaveFormat.PNG); { saveOptions.setPageSet(new PageSet(pageIndex));...

    reference.aspose.com/words/java/com.aspose.word...
  8. Converting a MHTML file to XLS using C++ | Aspo...

    Sample code for MHTML to XLS conversion using C++. Use C++ example for batch MHTML to XLS conversion....loadOptions ); // Create SaveOptions auto saveOptions = MakeObject < ExcelSaveOptions...ExcelSaveOptions > (); saveOptions -> set_Format ( ExcelSaveOptions...

    products.aspose.com/pdf/cpp/conversion/mhtml-to...
  9. Compress JPG In Java

    Compress JPG in Java without losing quality. Optimize JPG content, reduce file size easily....jpg" ); ImageSaveOptions saveOptions = new ImageSaveOptions (SaveFormat...(SaveFormat.JPEG); saveOptions.setJpegQuality( 50 ); shape.getShapeRenderer()...

    products.aspose.com/words/java/compress/jpg/
  10. Սեղմել WORD Ը Java Ում

    Սեղմեք WORD ը Java ում՝ առանց որակի կորստի: Օպտիմալացրեք WORD բովանդակությունը, հեշտությամբ կրճատեք ֆայլի չափը:...OoxmlSaveOptions saveOptions = new OoxmlSaveOptions (); saveOptions.setC...doc.save( "Output.docx" , saveOptions); import com.aspose.words...

    products.aspose.com/words/hy/java/compress/word/