Sort Score
Result 10 results
Languages All
Labels All
Results 451 - 460 of 33,600 for

saveoptions

(0.15 sec)
  1. Ფაილის Კონტენტის Ოპტიმიზაცია C# Ის Გამოყენებით

    შეკუმშოს ფაილები C#: DOCX, DOC, RTF, ODT, EPUB, PNG, JPG, XLSX, XLS, WPS ხარისხის დაკარგვის გარეშე..."yourCompressedImage" ); } } var saveOptions = new OoxmlSaveOptions {...doc.Save( "Output.docx" , saveOptions); using Aspose.Words; var...

    products.aspose.com/words/ka/net/compress/
  2. PdfSaveOptions.useSdtTagAsFormFieldName propert...

    PdfSaveoptions.useSdtTagAsFormFieldName property. Specifies whether to use SDT control Tag or Id property as a name of form field in PDF....docx" ); let saveOptions = new aw . Saving . PdfSaveOptions...PdfSaveOptions (); saveOptions . preserveFormFields = true ; // When...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. ImageSaveOptions.UseGdiEmfRenderer | Aspose.Wor...

    Optimize EMF saving with ImageSaveoptions. Control GDI or Aspose.Words renderer settings for enhanced image quality and performance....EMF image, we can pass a SaveOptions object to select a renderer...renderer. ImageSaveOptions saveOptions = new ImageSaveOptions (...

    reference.aspose.com/words/net/aspose.words.sav...
  4. Aspose::Words::FileFormatInfo::get_IsEncrypted ...

    Aspose::Words::FileFormatInfo::get_IsEncrypted method. Returns true if the document is encrypted and requires a password to open in C++....Document > (); // Configure a SaveOptions object to encrypt the document...save the document. auto saveOptions = System :: MakeObject <...

    reference.aspose.com/words/cpp/aspose.words/fil...
  5. Aspose::Words::LowCode::Comparer::Compare metho...

    Aspose::Words::LowCode::Comparer::Compare method. Compares two documents loaded from streams with additional options and saves the differences to the provided output stream in the specified save format, producing changes as a number of edit and format revisions in C++....System::SharedPtr<Aspose::Words::Saving::SaveOptions>&, const System::String&...Words :: Saving :: SaveOptions > & saveOptions , const System ::...

    reference.aspose.com/words/cpp/aspose.words.low...
  6. Bar code not appearing after conversion from XL...

    Hello Aspose Team, I am converting excel file into pdf using Aspose. After conversion bar codes are not correctly appearing in the PDF file. Please refer attachments Original file snapshotExcal.png (137.8 KB) PDF, af…...PdfSaveOptions PdfSaveOptions saveOptions = new PdfSaveOptions(); //...Enable barcode optimization saveOptions.SetBarcodeOptimizati(true);...

    forum.aspose.com/t/bar-code-not-appearing-after...
  7. Fit All Worksheet Columns on Single PDF Page wi...

    Generate a PDF that fits all worksheet columns onto a single page using Aspose.Cells with C++....PdfSaveOptions PdfSaveOptions saveOptions ; // Set AllColumnsInOnePageP...AllColumnsInOnePageP to true saveOptions . SetEmbedStandardWind ( true ); //...

    docs.aspose.com/cells/cpp/fit-all-worksheet-col...
  8. RtfSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.RTF format in Java....SaveOptions public class RtfSaveOptions...RtfSaveOptions extends SaveOptions Can be used to specify additional options...

    reference.aspose.com/words/java/com.aspose.word...
  9. Optimize File's Content Using C++

    Compress files in C++: DOCX, DOC, RTF, ODT, EPUB, PNG, JPG, XLSX, XLS, WPS without losing quality..."yourCompressedImage" ); } } auto saveOptions = MakeObject <OoxmlSaveOptions>();...<OoxmlSaveOptions>(); saveOptions-> set_CompressionLevel (CompressionLevel::Maximum);...

    products.aspose.com/words/cpp/compress/
  10. PdfEncryptionDetails | Aspose.Words for .NET

    Discover the PdfEncryptionDetails constructor to easily initialize secure PDF encryption instances. Enhance your document protection with our powerful tool!... PdfSaveOptions saveOptions = new PdfSaveOptions ();..."EncryptionDetails" property. saveOptions . EncryptionDetails = encryptionDetails...

    reference.aspose.com/words/net/aspose.words.sav...