Sort Score
Result 10 results
Languages All
Labels All
Results 2,341 - 2,350 of 32,784 for

saveoptions

(0.06 sec)
  1. Გადაიყვანეთ JPG PNG C#

    გადაიყვანეთ JPG PNG C# ფორმატში კოდით. შეინახეთ JPG როგორც PNG C#....jpg"); var saveOptions = new ImageSaveOptions(SaveFormat...doc.PageCount; page++) { saveOptions.PageSet = new PageSet(page);...

    products.aspose.com/words/ka/net/conversion/jpg...
  2. IImageSavingCallback | Aspose.Words for Java

    Implement this interface if you want to control how Aspose.Words saves images when saving a document to HTML in Java....docx"); MarkdownSaveOptions saveOptions = new MarkdownSaveOptions();...location of each image. saveOptions.setImageSavingCallba(new...

    reference.aspose.com/words/java/com.aspose.word...
  3. Support for harfbuzz text styling in aspose.wor...

    Hi, we are using Aspose.Words for Node.js via .NET currently for docx to pdf conversion. We are using the attached docx file and converting it to pdf using below nodejs code and in my fonts folder, the fonts which are …...html", ); const saveOptions = new aspose.Saving.HtmlSaveOptions();...HtmlSaveOptions(); saveOptions.exportImagesAsBase64 = true; saveOptions.prettyFormat...

    forum.aspose.com/t/support-for-harfbuzz-text-st...
  4. Convert DOC To EPUB Java

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

    products.aspose.com/words/java/conversion/doc-t...
  5. Convert DOC To DOCX Java

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

    products.aspose.com/words/java/conversion/doc-t...
  6. Convert HTML To MARKDOWN Java

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

    products.aspose.com/words/java/conversion/html-...
  7. Convert JPG To TXT Java

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

    products.aspose.com/words/java/conversion/jpg-t...
  8. Convert WORD To TXT Java

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

    products.aspose.com/words/java/conversion/word-...
  9. Convert WORD To XPS Java

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

    products.aspose.com/words/java/conversion/word-...
  10. Convert OFT to HTML via Java | products.aspose.com

    Try the code sample to convert OFT files to HTML format in Java. Download Java API to take your email processing applications to the next level.... The SaveOptions class provides options for...path for the file and the SaveOptions.getDefaultHtml method to...

    products.aspose.com/email/java/conversion/oft-t...