Sort Score
Result 10 results
Languages All
Labels All
Results 2,371 - 2,380 of 33,720 for

saveoptions

(0.12 sec)
  1. Common SVG Styling and Font Issues – Aspose.SVG...

    Learn how to diagnose and fix SVG styling and font issues, including CSS priority conflicts, font fallback problems, and inconsistent rendering when converting SVG....JPG 14 ImageSaveOptions saveOptions = new ImageSaveOptions(ImageFormat...Converter. ConvertSVG (document, saveOptions, Path. Combine (OutputDir...

    docs.aspose.com/svg/net/common-svg-styling-and-...
  2. Convert OST to EMLX via Java | products.aspose.com

    Try the code sample to convert OST files to EMLX format in Java. Download Java API to take your email processing applications to the next level.... Using the SaveOptions and MailMessageSaveType classes...should be saved, however, SaveOptions class contains a broader...

    products.aspose.com/email/java/conversion/ost-t...
  3. Convert OLM to EMLX via Java | products.aspose.com

    Try the code sample to convert OLM files to EMLX format in Java. Download Java API to take your email processing applications to the next level.... And finally, the SaveOptions class provides options for...the file name and using SaveOptions.getDefaultEmlx() . System...

    products.aspose.com/email/java/conversion/olm-t...
  4. Convert PST to OFT via Java | products.aspose.com

    Try the code sample to convert PST files to OFT format in Java. Download Java API to take your email processing applications to the next level.... The SaveOptions class provides options for...using save() method with SaveOptions.getDefaultOft() . System...

    products.aspose.com/email/java/conversion/pst-t...
  5. Convert HTML To DOCX C#

    Convert HTML to DOCX format in C# code. Save HTML as DOCX 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. Convert WORD To EPUB C#

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

    products.aspose.com/words/net/conversion/word-t...
  7. Convert PDF To MARKDOWN C#

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

    products.aspose.com/words/net/conversion/pdf-to...
  8. Convert JPG To BMP C#

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

    products.aspose.com/words/net/conversion/jpg-to...
  9. Convert JPG To GIF C#

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

    products.aspose.com/words/net/conversion/jpg-to...
  10. Convert PDF To Openoffice C#

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

    products.aspose.com/words/net/conversion/pdf-to...