Sort Score
Result 10 results
Languages All
Labels All
Results 681 - 690 of 34,066 for

saveoptions

(0.17 sec)
  1. ImageSaveOptions | Aspose.Words for Java

    Allows to specify additional options when rendering document pages or shapes to images in Java....SaveOptions , com.aspose.words.FixedPageSaveOptions...saveFormat) public static SaveOptions createSaveOptions(int saveFormat)...

    reference.aspose.com/words/java/com.aspose.word...
  2. SaveOptions.memory_optimization property | Aspo...

    Saveoptions.memory_optimization property. Gets or sets value determining if memory optimization should be performed before saving the document...memory_optimization property SaveOptions.memory_optimization property...save_options = aw . saving . SaveOptions . create_save_options ( save_format...

    reference.aspose.com/words/python-net/aspose.wo...
  3. SaveOptions.save_format property | Aspose.Words...

    Saveoptions.save_format property. Specifies the format in which the document will be saved if this save options object is used....save_format property SaveOptions.save_format property Specifies...'Rendering.docx' ) # Use a SaveOptions object to specify the encoding...

    reference.aspose.com/words/python-net/aspose.wo...
  4. DocumentSavingArgs.EstimatedProgress | Aspose.W...

    Track your DocumentSavingArgs progress effortlessly with the EstimatedProgress property, providing real-time percentage updates for enhanced efficiency.... HtmlSaveOptions saveOptions = new HtmlSaveOptions ( saveFormat...ProgressCallback.{ext}" , saveOptions )); Assert . That ( exception...

    reference.aspose.com/words/net/aspose.words.sav...
  5. Aspose::Words::Saving::ImageSaveOptions class |...

    Aspose::Words::Saving::ImageSaveoptions class. Allows to specify additional options when rendering document pages or shapes to images. To learn more, visit the documentation article in C++....for Aspose::Words::Saving::SaveOptions::get_AllowEmbeddingPostSc...for Aspose::Words::Saving::SaveOptions::get_CustomTimeZoneInfo ...

    reference.aspose.com/words/cpp/aspose.words.sav...
  6. Aspose.PSD for .NET 24.7发布说明|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....PdfOptions saveOptions = new PdfOptions (); saveOptions . PdfCoreOptions...psdImage . Save ( output , saveOptions ); } PSDNET-2061. 修复ImageSaveException:...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-2...
  7. 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/
  8. Compress DOCX In Javascript

    Compress DOCX in JavaScript without losing quality. Optimize DOCX content, reduce file size easily....setImage(compressedImageBuffe); } } var saveOptions = new aw.Saving.OoxmlSaveOptions()...OoxmlSaveOptions() saveOptions.compressionLevel = aw.Saving.CompressionLevel...

    products.aspose.com/words/nodejs-net/compress/d...
  9. Compress WORD In Javascript

    Compress WORD in JavaScript without losing quality. Optimize WORD content, reduce file size easily....setImage(compressedImageBuffe); } } var saveOptions = new aw.Saving.OoxmlSaveOptions()...OoxmlSaveOptions() saveOptions.compressionLevel = aw.Saving.CompressionLevel...

    products.aspose.com/words/nodejs-net/compress/w...
  10. 在 .NET 中将 PDF 转换为 PowerPoint|Aspose.PDF for .NET

    Aspose.PDF 允许您使用 .NET 将 PDF 转换为 PPT(PowerPoint)格式。 一种方法是将 PDF 转换为 PPTX,并将幻灯片作为图像。...PptxSaveOptions object var saveOptions = new Aspose . Pdf . PptxSaveOptions...+ "PDFToPPT_out.pptx" , saveOptions ); } } 将 PDF 转换为 PPTX 并将幻灯片作为图像...

    docs.aspose.com/pdf/zh/net/convert-pdf-to-power...