Sort Score
Result 10 results
Languages All
Labels All
Results 1,821 - 1,830 of 33,585 for

saveoptions

(0.08 sec)
  1. PdfDigitalSignatureTimestampSettings.ServerUrl ...

    Discover the PdfDigitalSignatureTimestampSettings ServerUrl property for secure timestamping. Ensure document integrity with reliable timestamp server URLs....signature and assign it to our SaveOptions object to sign the document...

    reference.aspose.com/words/net/aspose.words.sav...
  2. PdfDigitalSignatureTimestampSettings.serverUrl ...

    PdfDigitalSignatureTimestampSettings.serverUrl property. Timestamp server URL....signature and assign it to our SaveOptions object to sign the document...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. SaveOptions.UpdateFields | Aspose.Words for .NET

    Discover how the Saveoptions UpdateFields property optimizes document saving by updating specific field types before converting to fixed formats. Default, true....UpdateFields Contents [ Hide ] SaveOptions.UpdateFields property Gets...options ); See Also class SaveOptions namespace Aspose.Words.Saving...

    reference.aspose.com/words/net/aspose.words.sav...
  4. 文本矢量化和文本安全 – .NET

    本文介绍如何使用 SVGSaveoptions 类的 VectorizeText 属性将 SVG 文本转换为矢量。...vectorization 7 SVGSaveOptions saveOptions = new SVGSaveOptions 8 {...document with specified saveOptions 13 document. Save (Path....

    docs.aspose.com/svg/zh/net/text-vectorization/
  5. Convert Text to Vector Paths in C# – Aspose.SVG

    Vectorize text in SVG files using C#. Convert text to vector graphics and save it as SVG file....Save Options object var saveOptions = new SVGSaveOptions { VectorizeText...document with specified saveOptions document.Save((OutputFolder...

    products.aspose.com/svg/net/vectorization/text-...
  6. Convert Image To HTML C++

    Convert Image to HTML format in C++ code. Save Image as HTML using C++....png"); auto saveOptions = MakeObject<ImageSaveOp...doc->get_PageCount(); page++) { saveOptions->set_PageSet(MakeObject<PageSet>(page));...

    products.aspose.com/words/cpp/conversion/image-...
  7. 加密 Python 中的文档|Python via .NET 格式的 Aspose.Words

    使用适用于 Python 中特定文档格式的适当加密算法来加密您的文档。... Document () saveOptions = aw . saving . OdtSaveOptions...aw . SaveFormat . ODT ) saveOptions . password = "MyPassword"...

    docs.aspose.com/words/zh/python-net/encrypt-a-d...
  8. Convert JPG To PDF C++

    Convert JPG to PDF format in C++ code. Save JPG as PDF using C++....jpg"); auto saveOptions = MakeObject<ImageSaveOp...doc->get_PageCount(); page++) { saveOptions->set_PageSet(MakeObject<PageSet>(page));...

    products.aspose.com/words/cpp/conversion/jpg-to...
  9. Convert DOC To RTF C++

    Convert DOC to RTF format in C++ code. Save DOC as RTF using C++....doc"); auto saveOptions = MakeObject<ImageSaveOp...doc->get_PageCount(); page++) { saveOptions->set_PageSet(MakeObject<PageSet>(page));...

    products.aspose.com/words/cpp/conversion/doc-to...
  10. Convert JPG To TXT C++

    Convert JPG to TXT format in C++ code. Save JPG as TXT using C++....jpg"); auto saveOptions = MakeObject<ImageSaveOp...doc->get_PageCount(); page++) { saveOptions->set_PageSet(MakeObject<PageSet>(page));...

    products.aspose.com/words/cpp/conversion/jpg-to...