Sort Score
Result 10 results
Languages All
Labels All
Results 1,411 - 1,420 of 33,585 for

saveoptions

(0.09 sec)
  1. Outlook Email Templates (OFT) - Read, Create, a...

    Learn how to read, create, and edit Outlook email templates (OFT files) in C# using Aspose.Email for .NET without Microsoft Outlook....Template Optional: Using SaveOptions Explicitly Loading and Modifying...format. It inherits from SaveOptions and provides specific settings...

    blog.aspose.com/email/outlook-template-oft-crea...
  2. Convert PDF To Image C#

    Convert PDF to Image format in C# code. Save PDF as Image using C#....pdf" ); var saveOptions = new ImageSaveOptions(SaveFormat...doc.PageCount; page++) { saveOptions.PageSet = new PageSet(page);...

    products.aspose.com/words/net/conversion/pdf-to...
  3. Convert HTML To Image C#

    Convert HTML to Image format in C# code. Save HTML as Image using C#....html" ); var saveOptions = new ImageSaveOptions(SaveFormat...doc.PageCount; page++) { saveOptions.PageSet = new PageSet(page);...

    products.aspose.com/words/net/conversion/html-t...
  4. Convert WORD To PNG C#

    Convert a Word document to PNG format in C# code. Save a Word document as PNG using C#....docx" ); var saveOptions = new ImageSaveOptions(SaveFormat...doc.PageCount; page++) { saveOptions.PageSet = new PageSet(page);...

    products.aspose.com/words/net/conversion/word-t...
  5. Convert HTML To JPG C#

    Convert HTML to JPG format in C# code. Save HTML as JPG using C#....html" ); var saveOptions = new ImageSaveOptions(SaveFormat...doc.PageCount; page++) { saveOptions.PageSet = new PageSet(page);...

    products.aspose.com/words/net/conversion/html-t...
  6. NullReferenceException when saving PDF with spe...

    Hi, we are using using Aspose.PDF.Drawing 23.12.0 with a license, but the issue was also reproduced with the same code with the latest release (trial). The issue shows itself when running the .net core 8 application eit…...#=zbwdxfkdcnsil(stream #=z9ru6u4u=, saveoptions #=zjpioeihlzoct) at aspose...#=zsrvdau0yswub(stream #=zl7sc4wlehaqh, saveoptions #=zjtjhevc=) at aspose.pdf...

    forum.aspose.com/t/nullreferenceexception-when-...
  7. GradientVariant | Aspose.Words for Java

    Specifies the variant for a gradient fill in Java....OoxmlSaveOptions saveOptions = new OoxmlSaveOptions(); { saveOptions.setC..."Shape.GradientFill.docx", saveOptions); Fields Field Description...

    reference.aspose.com/words/java/com.aspose.word...
  8. Word and Pdf mismatch - Free Support Forum - as...

    Hello, Pdf and Word files don’t match in case when document has table which has vertical merged cell with long text and “page break before” in next row. There is an option to save documents in Word with OOXML complianc…...endTable(); OoxmlSaveOptions saveOptions = new OoxmlSaveOptions(SaveFormat...OoxmlSaveOptions(SaveFormat.DOCX); saveOptions.setCompliance(OoxmlCompliance.I...

    forum.aspose.com/t/word-and-pdf-mismatch/265406
  9. Convert HTML To JPG Java

    Convert HTML to JPG format in Java code. Save HTML as JPG using Java....html" ); ImageSaveOptions saveOptions = new ImageSaveOptions (SaveFormat...getPageCount(); page++) { saveOptions.setPageSet( new PageSet (page));...

    products.aspose.com/words/java/conversion/html-...
  10. Convert WORD To JPG Java

    Convert a Word document to JPG format in Java code. Save a Word document as JPG using Java....docx" ); ImageSaveOptions saveOptions = new ImageSaveOptions (SaveFormat...getPageCount(); page++) { saveOptions.setPageSet( new PageSet (page));...

    products.aspose.com/words/java/conversion/word-...