Sort Score
Result 10 results
Languages All
Labels All
Results 2,281 - 2,290 of 38,276 for

save

(0.03 sec)
  1. MarkdownSaveOptions class | Aspose.Words for Py...

    aspose.words.saving.MarkdownSaveOptions class. Class to specify additional options when saving a document into the [SaveFormat.MARKDOWN](../../aspose.words/Saveformat/#MARKDOWN) format...specify additional options when saving a document into the SaveFormat...learn more, visit the Specify Save Options documentation article...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Aspose::Words::Saving::PdfSaveOptions::get_Crea...

    Aspose::Words::Saving::PdfSaveOptions::get_CreateNoteHyperlinks method. Specifies whether to convert footnote/endnote references in main text story into active hyperlinks. When clicked the hyperlink will lead to the corresponding footnote/endnote. Default is false in C++....Aspose::Words::Saving::PdfSaveOptions::get_CreateNoteHyperlinks...false . bool Aspose :: Words :: Saving :: PdfSaveOptions :: get_CreateNoteHyperlinks...

    reference.aspose.com/words/cpp/aspose.words.sav...
  3. Document.versions_count property | Aspose.Words...

    Document.versions_count property. Gets the number of document versions that was stored in the DOC document.... If you save this document using Aspose.Words...Words, the document will be saved without versions. Examples Shows...

    reference.aspose.com/words/python-net/aspose.wo...
  4. HtmlSaveOptions.encoding property | Aspose.Word...

    HtmlSaveOptions.encoding property. Specifies the encoding to use when exporting to HTML, MHTML or EPUB...use a specific encoding when saving a document to .epub. doc =...document that we will save. save_options = aw . saving . HtmlSaveOptions...

    reference.aspose.com/words/python-net/aspose.wo...
  5. PdfEncryptionDetails constructor | Aspose.Words...

    aspose.words.saving.PdfEncryptionDetails constructor... saving . PdfPermissions ): ... Parameter...how to set permissions on a saved PDF document. doc = aw . Document...

    reference.aspose.com/words/python-net/aspose.wo...
  6. 创建 SVG 文件,在 Python 中加载和读取 SVG

    了解如何从内存字符串或文件创建 SVG;如何从 Web 加载 SVG 以及如何使用 Aspose.SVG for Python via .NET API 读取 SVG。...SVGDocument() 5 6 # Save the empty SVG document 7 document. save ( "empty-document...20 # Save the SVG document to a file 21 document. save (output_file)...

    docs.aspose.com/svg/zh/python-net/create-svg-file/
  7. SaveOptions.update_last_printed_property proper...

    SaveOptions.update_last_printed_property property. Gets or sets a value determining whether the [BuiltInDocumentProperties.last_printed](../../../aspose.words.properties/builtindocumentproperties/last_printed/) property is updated before saving....property is updated before saving. @property def update_last_printed_property...“Last printed” property when saving. doc = aw . Document () last_printed...

    reference.aspose.com/words/python-net/aspose.wo...
  8. PdfSaveOptions.additional_text_positioning prop...

    PdfSaveOptions.additional_text_positioning property. A flag specifying whether to write additional text positioning operators or not....can pass to the document's "Save" method # to modify how that...PDF. save_options = aw . saving . PdfSaveOptions () save_options...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Convert KML to CSV using C#

    This tutorial explains the conversion of KML to CSV using C#. It has the IDE settings, a list of steps, and a sample code for developing a KML to CSV converter using C#.... You will learn to save feature attributes and geometry...object from the KML feature and save it in the CSV layer These steps...

    kb.aspose.com/gis/net/convert-kml-to-csv-using-...
  10. Extract Text From Word Document in Java

    One can extract Text from Word document in Java by referring to this simple article. It includes the required steps to set up the development environment, step-wise program workflow, and a running example code to to convert Word to TXT in Java....required output TXT file properties Save the loaded DOCX file as TXT...TXT file on the disk using the save method These precise steps in...

    kb.aspose.com/words/java/extract-text-from-word...