Sort Score
Result 10 results
Languages All
Labels All
Results 771 - 780 of 32,777 for

saveoptions

(0.07 sec)
  1. FileFormatInfo.LoadFormat | Aspose.Words for .NET

    Discover the FileFormatInfo LoadFormat property to easily identify and access detected document formats for seamless file management....Document (); // Configure a SaveOptions object to encrypt the document...document. OdtSaveOptions saveOptions = new OdtSaveOptions ( SaveFormat...

    reference.aspose.com/words/net/aspose.words/fil...
  2. Fill.PresetTexture | Aspose.Words for .NET

    Discover how to set the PresetTexture property effortlessly and enhance your designs with stunning fill options. Unlock your creative potential today!... OoxmlSaveOptions saveOptions = new OoxmlSaveOptions {..."Shape.TextureFill.docx" , saveOptions ); doc = new Document ( ArtifactsDir...

    reference.aspose.com/words/net/aspose.words.dra...
  3. How to Convert Project Data to PDF | Aspose.Tas...

    This guide explains how to convert project data into PDF format using Aspose.Tasks for Java. Whether you're new to the platform or looking to optimize your workflow, this article provides a clear step-by-step approach to achieve your goal....mpp" ); 12 SaveOptions o = new PdfSaveOptions();...PdfSaveOptions saveOptions = new PdfSaveOptions(); 4 saveOptions. setSaveToSeparateFil...

    docs.aspose.com/tasks/java/convert-project-data...
  4. 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/
  5. Սեղմել HTML Ը C++ Ում

    Սեղմեք HTML ը C++ ում՝ առանց որակի կորստի: Օպտիմալացրեք HTML բովանդակությունը, հեշտությամբ կրճատեք ֆայլի չափը:...ressedImage"); } } auto saveOptions = MakeObject<PdfSaveOptions>();...ons>(); saveOptions->set_CacheBackgroundGraph(true); doc->Save(u"Output...

    products.aspose.com/words/hy/cpp/compress/html/
  6. Შეკუმშოს DOC C#

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

    products.aspose.com/words/ka/net/compress/doc/
  7. Შეკუმშოს JPG Java

    შეკუმშოს JPG Java ში ხარისხის დაკარგვის გარეშე. გააუმჯობესეთ JPG კონტენტი, შეამცირეთ ფაილის ზომა მარტივად....jpg" ); ImageSaveOptions saveOptions = new ImageSaveOptions (SaveFormat...(SaveFormat.JPEG); saveOptions.setJpegQuality( 50 ); shape.getShapeRenderer()...

    products.aspose.com/words/ka/java/compress/jpg/
  8. Aspose::Words::PlainTextDocument::PlainTextDocu...

    Aspose::Words::PlainTextDocument::PlainTextDocument constructor. Creates a plain text document from a stream. Automatically detects the file format in C++...." ); auto saveOptions = System :: MakeObject <...:: OoxmlSaveOptions > (); saveOptions -> set_Password ( u "MyPassword"...

    reference.aspose.com/words/cpp/aspose.words/pla...
  9. MarkdownExportAsHtml | Aspose.Words for Java

    Allows to specify the elements to be exported to Markdown as raw HTML in Java....MarkdownSaveOptions saveOptions = new MarkdownSaveOptions(); saveOptions.set...); doc.save(outputPath, saveOptions); Shows how to export a table...

    reference.aspose.com/words/java/com.aspose.word...
  10. SvgSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.SVG format in Java....SaveOptions , com.aspose.words.FixedPageSaveOptions...saveFormat) public static SaveOptions createSaveOptions(int saveFormat)...

    reference.aspose.com/words/java/com.aspose.word...