Sort Score
Result 10 results
Languages All
Labels All
Results 531 - 540 of 31,170 for

saveoptions

(0.08 sec)
  1. OoxmlSaveOptions.compressionLevel property | As...

    OoxmlSaveoptions.compressionLevel property. Specifies the compression level used to save document... let saveOptions = new aw . Saving . OoxmlSaveOptions...aw . SaveFormat . Docx ); saveOptions . compressionLevel = compressionLevel...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. PdfEncryptionDetails Class | Aspose.Words for .NET

    Discover Aspose.Words.PdfEncryptionDetails for secure PDF encryption and customizable access permissions, ensuring your documents remain protected.... PdfSaveOptions saveOptions = new PdfSaveOptions ();..."EncryptionDetails" property. saveOptions . EncryptionDetails = encryptionDetails...

    reference.aspose.com/words/net/aspose.words.sav...
  3. ShapeMarkupLanguage Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.ShapeMarkupLanguage enum, defining shape markup languages for enhanced document formatting and design flexibility...."Compliance" property of the SaveOptions object to "OoxmlCompliance...standard. OoxmlSaveOptions saveOptions = new OoxmlSaveOptions {...

    reference.aspose.com/words/net/aspose.words.dra...
  4. ImageSaveOptions.Scale | Aspose.Words for .NET

    Discover the ImageSaveoptions Scale property to effortlessly adjust the zoom factor for your images, enhancing quality and customization.... ImageSaveOptions saveOptions = new ImageSaveOptions (...times its original size. saveOptions . Scale = 5 ; math . GetMathRenderer...

    reference.aspose.com/words/net/aspose.words.sav...
  5. IDocumentProcessorPlugin.save method | Aspose.W...

    IDocumentProcessorPlugin.save method. Save the document loaded by [IDocumentProcessorPlugin.load()](../load/#bytesio_loadoptions) method to the output stream using the specified save options.... SaveOptions ): ... Parameter Type Description...output stream. save_options SaveOptions The save options. Remarks...

    reference.aspose.com/words/python-net/aspose.wo...
  6. MarkdownLinkExportMode | Aspose.Words for Java

    Specifies how links are exported into Markdown in Java....MarkdownSaveOptions saveOptions = new MarkdownSaveOptions(); saveOptions.set...LinkExportMode.Reference.md", saveOptions); // Image will be written...

    reference.aspose.com/words/java/com.aspose.word...
  7. Conversion from Word to PDF has some issues wit...

    Hi Support, We are licensed users of Aspose.Total. We are facing formatting issues while converting document from Word to PDF. We are trying to render the PDF with Bookmarks retained and below is how we have implemente…...Document(docStream); var saveOptions = new Aspose.Words.Saving...SaveFormat = SaveFormat.Pdf }; saveOptions.OutlineOptions.DefaultBookmarksOutl...

    forum.aspose.com/t/conversion-from-word-to-pdf-...
  8. Aspose::Words::Drawing::ShapeBase::get_SoftEdge...

    Aspose::Words::Drawing::ShapeBase::get_SoftEdge method. Gets soft edge formatting for the shape in C++....docx" ); auto saveOptions = System :: MakeObject <...:: SvgSaveOptions > (); saveOptions -> set_MaxImageResolution...

    reference.aspose.com/words/cpp/aspose.words.dra...
  9. SoftEdgeFormat | Aspose.Words for Java

    Represents the soft edge formatting for an object in Java....SvgSaveOptions saveOptions = new SvgSaveOptions(); saveOptions.setMaxImageResolutio(72);...MaxImageResolution.svg", saveOptions); Shows how to work with...

    reference.aspose.com/words/java/com.aspose.word...
  10. LINQ Expressions Not Working When Saving as PDF...

    Description I am using Aspose.Words for Java to generate documents with LINQ Reporting Engine. The LINQ expressions are processed correctly when saving the document as DOCX, but when saving as PDF, the expressions are no…...String[0])); SaveOptions saveOptions = SaveOptions.createSaveOptions(SaveFormat...fromName("PDF")); doc.save(out, saveOptions); Observed Behavior DOCX...

    forum.aspose.com/t/linq-expressions-not-working...