Sort Score
Result 10 results
Languages All
Labels All
Results 311 - 320 of 31,170 for

saveoptions

(0.09 sec)
  1. SvgSaveOptions.removeJavaScriptFromLinks proper...

    SvgSaveoptions.removeJavaScriptFromLinks property. Specifies whether JavaScript will be removed from links...docx" ); let saveOptions = new aw . Saving . SvgSaveOptions...SvgSaveOptions (); saveOptions . removeJavaScriptFrom = true ; doc...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. PdfEncryptionDetails | Aspose.Words for Java

    Contains details for encrypting and access permissions for a PDF document in Java.... PdfSaveOptions saveOptions = new PdfSaveOptions(); //..."EncryptionDetails" property. saveOptions.setEncryptionDetails(encryptionDetails);...

    reference.aspose.com/words/java/com.aspose.word...
  3. Converting Email Messages in Jython|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....email import SaveOptions class Converter : def __init__...in Unicode format saveOptions = SaveOptions eml . save ( dataDir...

    docs.aspose.com/email/java/converting-email-mes...
  4. Convert PDF to Excel in .NET|Aspose.PDF for .NET

    Aspose.PDF for .NET library allows you to convert PDF to Excel format using C#. These formats include XLS, XLSX, XML 2003 Spreadsheet, CSV, ODS....ExcelSaveOptions object var saveOptions = new Aspose . Pdf . ExcelSaveOptions...+ "PDFToXLS_out.xlsx" , saveOptions ); } } Convert PDF to XLS...

    docs.aspose.com/pdf/net/convert-pdf-to-excel/
  5. OutlineOptions class | Aspose.Words for Node.js

    Aspose.Words.Saving.OutlineOptions class. Allows to specify outline options... let saveOptions = new aw . Saving . PdfSaveOptions...pane in the output PDF. saveOptions . pageMode = aw . Saving...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. SvgSaveOptions.maxImageResolution property | As...

    SvgSaveoptions.maxImageResolution property. Gets or sets a value in pixels per inch that limits resolution of exported raster images...docx" ); let saveOptions = new aw . Saving . SvgSaveOptions...SvgSaveOptions (); saveOptions . maxImageResolution = 72 ; doc ....

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. TxtSaveOptions.maxCharactersPerLine property | ...

    TxtSaveoptions.maxCharactersPerLine property. Gets or sets an integer value that specifies the maximum number of characters per one line... let saveOptions = new aw . Saving . TxtSaveOptions...TxtSaveOptions (); saveOptions . maxCharactersPerLine = 30 ; doc...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. SvgSaveOptions.idPrefix property | Aspose.Words...

    SvgSaveoptions.idPrefix property. Specifies a prefix that is prepended to all generated element IDs in the output document...docx" ); let saveOptions = new aw . Saving . SvgSaveOptions...SvgSaveOptions (); saveOptions . idPrefix = "pfx1_" ; doc . save...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. PdfSaveOptions.useSdtTagAsFormFieldName propert...

    PdfSaveoptions.useSdtTagAsFormFieldName property. Specifies whether to use SDT control Tag or Id property as a name of form field in PDF....docx" ); let saveOptions = new aw . Saving . PdfSaveOptions...PdfSaveOptions (); saveOptions . preserveFormFields = true ; // When...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. ImageSaveOptions.UseGdiEmfRenderer | Aspose.Wor...

    Optimize EMF saving with ImageSaveoptions. Control GDI or Aspose.Words renderer settings for enhanced image quality and performance....EMF image, we can pass a SaveOptions object to select a renderer...renderer. ImageSaveOptions saveOptions = new ImageSaveOptions (...

    reference.aspose.com/words/net/aspose.words.sav...