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

saveoptions

(0.06 sec)
  1. Document compare textbox mismatch - Free Suppor...

    Hello, we are having some trouble when comparing documents, maybe you could advice us what could be wrong. Currently we are using aspose.words 24.9 java version. And running code, one is ignoring Textboxes other is no…...PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions.getOutlineOptions()...1); saveOptions.setInterpolateImages(false); saveOptions.set...

    forum.aspose.com/t/document-compare-textbox-mis...
  2. ImageBinarizationMethod | Aspose.Words for Java

    Specifies the method used to binarize image in Java....as a TIFF, we can pass a SaveOptions object to // adjust the dithering...

    reference.aspose.com/words/java/com.aspose.word...
  3. PdfDigitalSignatureTimestampSettings.password p...

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

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. 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-...
  5. PdfDigitalSignatureTimestampSettings.user_name ...

    PdfDigitalSignatureTimestampSettings.user_name property. Timestamp server user name....signature and assign it to our SaveOptions object to sign the document...

    reference.aspose.com/words/python-net/aspose.wo...
  6. OutlineOptions | Aspose.Words for Java

    Allows to specify outline options in Java.... PdfSaveOptions saveOptions = new PdfSaveOptions(); //...pane in the output PDF. saveOptions.setPageMode(PdfPageMode.USE_OUTLINES);...

    reference.aspose.com/words/java/com.aspose.word...
  7. 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-...
  8. 加密 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...
  9. 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...
  10. 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...