Sort Score
Result 10 results
Languages All
Labels All
Results 731 - 740 of 34,087 for

saveoptions

(0.21 sec)
  1. Սեղմել DOCX Ը C# Ում

    Սեղմեք DOCX ը C# ում՝ առանց որակի կորստի: Օպտիմալացրեք DOCX բովանդակությունը, հեշտությամբ կրճատեք ֆայլի չափը:..."yourCompressedImage" ); } } var saveOptions = new OoxmlSaveOptions {...doc.Save( "Output.docx" , saveOptions); using Aspose.Words; var...

    products.aspose.com/words/hy/net/compress/docx/
  2. Սեղմել JPG Ը C# Ում

    Սեղմեք JPG ը C# ում՝ առանց որակի կորստի: Օպտիմալացրեք JPG բովանդակությունը, հեշտությամբ կրճատեք ֆայլի չափը:...jpg" ); var saveOptions = new ImageSaveOptions(SaveFormat...GetShapeRenderer().Save( "Output.jpg" , saveOptions); using Aspose.Words; var...

    products.aspose.com/words/hy/net/compress/jpg/
  3. MarkdownSaveOptions.ExportUnderlineFormatting |...

    Discover how the MarkdownSaveoptions ExportUnderlineFormatting property enhances your text export. Control underline formatting easily with this boolean setting...." ); MarkdownSaveOptions saveOptions = new MarkdownSaveOptions...ExportUnderlineForma.md" , saveOptions ); See Also class MarkdownSaveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  4. TxtSaveOptions.MaxCharactersPerLine | Aspose.Wo...

    Discover TxtSaveoptions MaxCharactersPerLine, easily set character limits per line for better text formatting. Default is 0 for unlimited characters.... TxtSaveOptions saveOptions = new TxtSaveOptions { MaxCharactersPerLine...MaxCharactersPerLine.txt" , saveOptions ); See Also class TxtSaveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  5. SaveOptions.use_anti_aliasing property | Aspose...

    Saveoptions.use_anti_aliasing property. Gets or sets a value determining whether or not to use anti-aliasing for rendering....use_anti_aliasing property SaveOptions.use_anti_aliasing property...a rendered document with SaveOptions. doc = aw . Document ( file_name...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Tables and images getting truncated during tran...

    We are using ASPOSE.Words to convert .doc to .docx. (.NET) During transformation, the tables and images are getting truncated . What settings to use? Please help....VectorWithFallback }; PdfSaveOptions saveOptions = new PdfSaveOptions { MetafileRenderingOpt...truncation issues. PdfSaveOptions saveOptions = new PdfSaveOptions { AdditionalTextPositi...

    forum.aspose.com/t/tables-and-images-getting-tr...
  7. Aspose::Words::Drawing::Fill::OneColorGradient ...

    Aspose::Words::Drawing::Fill::OneColorGradient method. Sets the specified fill to a one-color gradient in C++.... auto saveOptions = System :: MakeObject <...:: OoxmlSaveOptions > (); saveOptions -> set_Compliance ( Aspose...

    reference.aspose.com/words/cpp/aspose.words.dra...
  8. Optimize File's Content Using Javascript

    Compress files in JavaScript: DOCX, DOC, RTF, ODT, EPUB, PNG, JPG, XLSX, XLS, WPS without losing quality...setImage(compressedImageBuffe); } } var saveOptions = new aw.Saving.OoxmlSaveOptions()...OoxmlSaveOptions() saveOptions.compressionLevel = aw.Saving.CompressionLevel...

    products.aspose.com/words/nodejs-net/compress/
  9. Compress TIFF In Java

    Compress TIFF in Java without losing quality. Optimize TIFF content, reduce file size easily....tiff" ); ImageSaveOptions saveOptions = new ImageSaveOptions (SaveFormat...(SaveFormat.TIFF); saveOptions.setTiffCompression(TiffCompression...

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

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

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