Sort Score
Result 10 results
Languages All
Labels All
Results 1,491 - 1,500 of 33,683 for

saveoptions

(0.28 sec)
  1. Გადაიყვანეთ TEXT SVG Java

    გადაიყვანეთ TEXT SVG Java ფორმატში კოდით. შეინახეთ TEXT როგორც SVG Java....txt" ); ImageSaveOptions saveOptions = new ImageSaveOptions (SaveFormat...getPageCount(); page++) { saveOptions.setPageSet( new PageSet (page));...

    products.aspose.com/words/ka/java/conversion/te...
  2. Փոխարկել TEXT Պատկեր Java

    Փոխարկեք TEXT ը Պատկեր ձևաչափի Java կոդով: Պահեք TEXT որպես Պատկեր օգտագործելով Java:...txt" ); ImageSaveOptions saveOptions = new ImageSaveOptions (SaveFormat...getPageCount(); page++) { saveOptions.setPageSet( new PageSet (page));...

    products.aspose.com/words/hy/java/conversion/te...
  3. Გადაიყვანეთ DOC PNG Java

    გადაიყვანეთ DOC PNG Java ფორმატში კოდით. შეინახეთ DOC როგორც PNG Java....doc" ); ImageSaveOptions saveOptions = new ImageSaveOptions (SaveFormat...getPageCount(); page++) { saveOptions.setPageSet( new PageSet (page));...

    products.aspose.com/words/ka/java/conversion/do...
  4. Aspose.PSD Bug Report: ImageSaveException with ...

    ImageSaveException (ArrayIndexOutOfBoundsException) when saving PSB file with 280+ layers — Aspose.PSD for Java 26.1 Product & Version Library: Aspose.PSD for Java Version: 26.1 (aspose-psd-26.1-jdk16.jar) JDK: 11 OS: m…...PsdOptions saveOptions = new PsdOptions(); saveOptions.setPsdVersion(PsdVersion...sion.Psb); saveOptions.setVersion(2); saveOptions.setColorMode(image...

    forum.aspose.com/t/aspose-psd-bug-report-images...
  5. Encrypt a Document in Python|Aspose.Words for P...

    Encrypt your document using appropriate encryption algorithms for specific document formats in Python.... Document () saveOptions = aw . saving . OdtSaveOptions...aw . SaveFormat . ODT ) saveOptions . password = "MyPassword"...

    docs.aspose.com/words/python-net/encrypt-a-docu...
  6. ImageSaveOptions.Clone | Aspose.Words for .NET

    Discover the ImageSaveoptions Clone method to effortlessly create a deep clone of your objects, enhancing your coding efficiency and flexibility....an image, we can pass a SaveOptions object to // select a pixel...

    reference.aspose.com/words/net/aspose.words.sav...
  7. Rendering Project Data on Predefined Page Sizes...

    Learn how to render a project with a predefined page size using Aspose.Tasks for .NET....PageSize enumeration in SaveOptions . You can choose from a variety...PresentationFormat property in SaveOptions . Setting Page Size and Rendering...

    docs.aspose.com/tasks/net/rendering-project-dat...
  8. CellsException : File format not supported - Fr...

    Dear sir, When converting a specific excel to a PDF we've encountered an error. (unfortunately, this exception isn't thrown by Aspose, so we couldn't catch it) com.aspose.cells.CellsException: This file's format is no…...PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions.setEmb...save(dir_to_output.pdf , saveOptions); } catch (Exception e) {...

    forum.aspose.com/t/cellsexception-file-format-n...
  9. How to Convert MPP to SVG using C#

    This simple article provides details about how to convert MPP to SVG using C#. You can transform a MPP file to SVG using C# with the help of well defined steps and sample code containing a few lines of code only....to convert to SVG Set the SaveOptions options to set the output...disk and then using the SaveOptions class different options are...

    kb.aspose.com/tasks/net/how-to-convert-mpp-to-s...
  10. Convert SVG to Image, JPG, PNG, BMP, TIFF and G...

    Learn about supported SVG to Image conversion scenarios and how to execute them with Aspose.SVG. You will find C# examples and online SVG Converter...ImageSaveOptions 7 ImageSaveOptions saveOptions = new ImageSaveOptions(ImageFormat...Converter. ConvertSVG (document, saveOptions, Path. Combine (OutputDir...

    docs.aspose.com/svg/net/convert-svg-to-image/