Sort Score
Result 10 results
Languages All
Labels All
Results 3,601 - 3,610 of 38,277 for

save

(0.04 sec)
  1. FileFormatUtil class | Aspose.Words for Node.js

    Aspose.Words.FileFormatUtil class. Provides utility methods for working with file formats, such as detecting file format or converting file extensions to/from file format enums...Converts IANA content type into a save format enumerated value. de...saveFormatToExtensio(saveFormat) Converts a save format enumerated value into...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. DigitalSignature.issuer_name property | Aspose....

    DigitalSignature.issuer_name property. Returns the subject distinguished name of the certificate isuuer....None ) # There are two ways of saving a signed copy of a document...a local system filename and save a signed copy at a location...

    reference.aspose.com/words/python-net/aspose.wo...
  3. MarkdownSaveOptions.image_resolution property |...

    MarkdownSaveOptions.image_resolution property. Specifies the output resolution for images when exporting to Markdown...docx' ) save_options = aw . saving . MarkdownSaveOptions...MarkdownSaveOptions () save_options . image_resolution = 300 doc . save ( file_name...

    reference.aspose.com/words/python-net/aspose.wo...
  4. HtmlSaveOptions.font_resources_subsetting_size_...

    HtmlSaveOptions.font_resources_subsetting_size_threshold property. Controls which font resources need subsetting when saving to HTML, MHTML or EPUB...resources need subsetting when saving to HTML, MHTML or EPUB. Default...( 'Hello world!' ) # When we save the document to HTML, we can...

    reference.aspose.com/words/python-net/aspose.wo...
  5. DWT Drawings|CAD 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....allows developers to load and save DWT files. Sample code is given...

    docs.aspose.com/cad/java/dwt-drawings/
  6. SVG Converter – Convert SVG in Python

    Learn how to convert SVG to other formats using Aspose.HTML for Python via .NET and consider Python examples of SVG conversion.... Create a Save Options object. The namespace...specific save options during the conversion saving process. You...

    docs.aspose.com/html/python-net/svg-converter/
  7. DocumentBuilder.insert_combo_box method | Aspos...

    DocumentBuilder.insert_combo_box method. Inserts a combobox form field at the current position.... save ( file_name = ARTIFACTS_DIR...'DropDown' , items , 0 ) doc . save ( file_name = ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  8. ShapeBase.wrapType property | Aspose.Words for ...

    ShapeBase.wrapType property. Defines whether the shape is inline or floating... save ( base . artifactsDir + "Shape...VerticalAlignment . Center ; doc . save ( base . artifactsDir + "Image...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Public API Changes in Aspose.BarCode 6.9.0|Docu...

    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.... save ( imageFilePath ); Enumeration...setFilledBars ( false ); builder . save ( imageFilePath , BarCodeImageFormat...

    docs.aspose.com/barcode/java/public-api-changes...
  10. SetPageSize() ignored if any Text added to the ...

    Background We are currently evaluating Aspose.Pdf for .Net as a replacement for iTextSharp. I am using the new Aspose.Pdf API (i.e., not the Generator) Problem When I call SetPageSize() to change the dimensions of a …...SetPageSize(600, 400); //save and done doc.Save(“d:\output.pdf”); When...SetPageSize(600, 200); //save and done doc.Save(“c:\test2.pdf”); Process...

    forum.aspose.com/t/setpagesize-ignored-if-any-t...