Sort Score
Result 10 results
Languages All
Labels All
Results 2,551 - 2,560 of 33,600 for

saveoptions

(1.21 sec)
  1. Convert TEXT To PDF C#

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

    products.aspose.com/words/net/conversion/text-t...
  2. Convert WORD To TXT C#

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

    products.aspose.com/words/net/conversion/word-t...
  3. Getting OOM error while converting vsdx file - ...

    I have one .vsdx file which is of around 23 MB. trying to attach file but it is failing I am getting OOM error while converting it. We are using aspose.diagram version 29.3 and java 11 I have set -Xmx to 15GB but sti…...using any LoadOptions or SaveOptions when loading the diagram...using any LoadOptions or SaveOptions when loading the diagram...

    forum.aspose.com/t/getting-oom-error-while-conv...
  4. Convert DOC To PDF Java

    Convert DOC to PDF format in Java code. Save DOC as PDF 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 Image To JPG Java

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

    products.aspose.com/words/java/conversion/image...
  6. Convert Image To BMP Java

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

    products.aspose.com/words/java/conversion/image...
  7. Convert HTML To DOC Java

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

    products.aspose.com/words/java/conversion/html-...
  8. Convert TEXT To HTML Java

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

    products.aspose.com/words/java/conversion/text-...
  9. Convert DOC To RTF Java

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

    products.aspose.com/words/java/conversion/doc-t...
  10. Convert DOC To HTML Java

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

    products.aspose.com/words/java/conversion/doc-t...