Sort Score
Result 10 results
Languages All
Labels All
Results 1,311 - 1,320 of 33,600 for

saveoptions

(0.21 sec)
  1. Aspose.word save pdf 样式错误 - Free Support Forum ...

    Document doc = new Document(“template.docx”); DocumentBuilder builder = new DocumentBuilder(doc); builder.moveToDocumentEnd(); builder.writeln(“test.”); Saveoptions Saveoptions = Saveoptions.createSaveoptions(SaveFor…...”); SaveOptions saveOptions = SaveOptions.createSaveOptions(SaveFormat...createSaveOptions(SaveFormat.PDF); saveOptions.setMemoryOptimizatio(true);...

    forum.aspose.com/t/aspose-word-save-pdf/321219
  2. Convert OLM to OFT via C# | products.aspose.com

    Sample code for OLM to OFT C# conversion. Use API example code for batch OLM files to OFT conversion within VB.NET, Asp.NET or any .NET based application....Load Set SaveOptions Call Save method with SaveOptions as parameter...Save( $"{msg.Subject}.oft" , SaveOptions.DefaultOft); } } Free App...

    products.aspose.com/email/net/conversion/olm-to...
  3. Warnings When Saving to PDF/A and PDF/UA|Aspose...

    PDF/A and PDF/UA impose accessibility requirements related to document content. When saving to PDF/A or PDF/UA in C# and the issue violates compliance, a warning is issued....PdfSaveOptions saveOptions = new PdfSaveOptions (); saveOptions . WarningCallback.... Save ( "output.pdf" , saveOptions ); Q: What should I do to...

    docs.aspose.com/words/net/warnings-when-saving-...
  4. Convert a Document to an Image in C++|Aspose.Wo...

    Convert a document to image format (JPG, PNG, etc). Create a document preview or create a document scan to send an invoice....FixedPageSaveOptions or SaveOptions , but there are also options...doc->Save(u"output.jpg", saveOptions); . Q: Can I convert only...

    docs.aspose.com/words/cpp/convert-a-document-to...
  5. GradientStopCollection.Item | Aspose.Words for ...

    Discover the GradientStopCollection's versatile Item property to easily manage GradientStop objects, enhancing your design with vibrant gradients.... OoxmlSaveOptions saveOptions = new OoxmlSaveOptions {..."Shape.GradientStops.docx" , saveOptions ); See Also class GradientStop...

    reference.aspose.com/words/net/aspose.words.dra...
  6. GradientStopCollection.Count | Aspose.Words for...

    Discover the GradientStopCollection Count property, which provides the total number of items, enhancing your data management and UI design efficiency.... OoxmlSaveOptions saveOptions = new OoxmlSaveOptions {..."Shape.GradientStops.docx" , saveOptions ); See Also class GradientStopCollecti...

    reference.aspose.com/words/net/aspose.words.dra...
  7. GradientStopCollection.Insert | Aspose.Words fo...

    Effortlessly add a GradientStop to your collection with the GradientStopCollection Insert method. Enhance your color transitions seamlessly!... OoxmlSaveOptions saveOptions = new OoxmlSaveOptions {..."Shape.GradientStops.docx" , saveOptions ); See Also class GradientStop...

    reference.aspose.com/words/net/aspose.words.dra...
  8. GradientStopCollection.Remove | Aspose.Words fo...

    Effortlessly remove a specific GradientStop from your collection with the GradientStopCollection Remove method. Streamline your design process today!... OoxmlSaveOptions saveOptions = new OoxmlSaveOptions {..."Shape.GradientStops.docx" , saveOptions ); See Also class GradientStop...

    reference.aspose.com/words/net/aspose.words.dra...
  9. GradientStopCollection.RemoveAt | Aspose.Words ...

    Effortlessly manage your GradientStopCollection with the RemoveAt method. Easily remove GradientStops by index for streamlined design control.... OoxmlSaveOptions saveOptions = new OoxmlSaveOptions {..."Shape.GradientStops.docx" , saveOptions ); See Also class GradientStop...

    reference.aspose.com/words/net/aspose.words.dra...
  10. Processor.to_stream method | Aspose.Words for P...

    aspose.words.lowcode.Processor.to_stream method... SaveOptions ): ... Parameter Type Description...Output stream. save_options SaveOptions Save options. Remarks If...

    reference.aspose.com/words/python-net/aspose.wo...