Sort Score
Result 10 results
Languages All
Labels All
Results 841 - 850 of 33,584 for

saveoptions

(1.24 sec)
  1. Compress DOCX In C#

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

    products.aspose.com/words/net/compress/docx/
  2. Saving as SVG mess up text extraction in this d...

    In this attached document 4411_NOK.pdf (114.5 KB) If I try to do text extraction after saving the doc as SVG, some characters are substituted by others. It reads : “En utilisant nos services ou en vous inscrivant, vou…...SvgSaveOptions saveOptions = new SvgSaveOptions(); saveOptions.CompressOutputToZipA...MemoryStream(); doc.Save(memStream, saveOptions); } catch { } } Page page...

    forum.aspose.com/t/saving-as-svg-mess-up-text-e...
  3. Convert PDF to Microsoft Word Documents in C++|...

    Aspose.PDF for C++ library allows you to convert PDF to Word format using C++ with ease and full control. These formats include DOC and DOCX. Learn more how to tune up PDF to Microsoft Word documents conversion...._dataDir + infilename ); auto saveOptions = MakeObject < DocSaveOptions...DocSaveOptions > (); saveOptions -> set_Format ( DocSaveOptions :: DocFormat...

    docs.aspose.com/pdf/cpp/convert-pdf-to-word/
  4. Fill.OneColorGradient | Aspose.Words for .NET

    Discover how to use the OneColorGradient method to create stunning one-color gradients for your designs. Enhance your projects effortlessly!... OoxmlSaveOptions saveOptions = new OoxmlSaveOptions {..."Shape.GradientFill.docx" , saveOptions ); See Also enum GradientStyle...

    reference.aspose.com/words/net/aspose.words.dra...
  5. Ფაილის Კონტენტის Ოპტიმიზაცია Javascript Ის Გამო...

    შეკუმშოს ფაილები JavaScript: DOCX, DOC, RTF, ODT, EPUB, PNG, JPG, XLSX, XLS, WPS ხარისხის დაკარგვის გარეშე...setImage(compressedImageBuffe); } } var saveOptions = new aw.Saving.OoxmlSaveOptions()...OoxmlSaveOptions() saveOptions.compressionLevel = aw.Saving.CompressionLevel...

    products.aspose.com/words/ka/nodejs-net/compress/
  6. Converter.ConvertToImages | Aspose.Words for .NET

    Transform your documents effortlessly with ConvertToImages. Convert pages to high-quality image files quickly and easily for enhanced sharing and storage....inputFile , ImageSaveOptions saveOptions ) Parameter Type Description...String The input file name. saveOptions ImageSaveOptions Image save...

    reference.aspose.com/words/net/aspose.words.low...
  7. PageLayoutCallbackArgs.Document | Aspose.Words ...

    Discover the PageLayoutCallbackArgs Document property to efficiently access and manage your document data. Enhance your workflow today!...pageIndex ) { ImageSaveOptions saveOptions = new ImageSaveOptions (...Document . Save ( stream , saveOptions ); } private int mNum ; }...

    reference.aspose.com/words/net/aspose.words.lay...
  8. Aspose::Words::LowCode::Converter class | Aspos...

    Aspose::Words::LowCode::Converter class. Represents a group of methods intended to convert a variety of different types of documents using a single line of code in C++....System::SharedPtr<Aspose::Words::Saving::SaveOptions>&) Converts the given input...System::SharedPtr<Aspose::Words::Saving::SaveOptions>&) Converts the given input...

    reference.aspose.com/words/cpp/aspose.words.low...
  9. Buat PDF Menggunakan C#

    Buat PDF baharu dalam C# dalam beberapa langkah. Buat PDF dengan mudah menggunakan pustaka .NET....bookmark"); var saveOptions = new PdfSaveOptions(); saveOptions.OutlineOptions...1); doc.Save("Output.pdf", saveOptions); using Aspose.Words; var...

    products.aspose.com/words/ms/net/make/pdf/
  10. Converting a MHTML file to DOCX using C++ | Asp...

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

    products.aspose.com/pdf/cpp/conversion/mhtml-to...