Sort Score
Result 10 results
Languages All
Labels All
Results 1,471 - 1,480 of 33,684 for

saveoptions

(0.2 sec)
  1. 使用 C# 製作 Markdown

    通過幾個步驟在 C# 中創建一個新的 Markdown。使用 .NET 庫輕鬆創建 Markdown。...bookmark"); var saveOptions = new PdfSaveOptions(); saveOptions.OutlineOptions...1); doc.Save("Output.md", saveOptions); using Aspose.Words; var...

    products.aspose.com/words/zh-hant/net/make/md/
  2. 使用 Java 製作 DOC

    通過幾個步驟在 Java 中創建一個新的 DOC。使用 Java 庫輕鬆創建 DOC。...PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions.getOutlineOptions()...1); doc.save("Output.doc", saveOptions); import com.aspose.words...

    products.aspose.com/words/zh-hant/java/make/doc/
  3. SaveOptions.dml_effects_rendering_mode property...

    Saveoptions.dml_effects_rendering_mode property. Gets or sets a value determining how DrawingML effects are rendered....dml_effects_rendering_mode property SaveOptions.dml_effects_rendering_mode...words.saving class SaveOptions SaveOptions.dml_3d_effects_rendering_mode...

    reference.aspose.com/words/python-net/aspose.wo...
  4. com.aspose.pdf.internal.ms.System.lv: startInde...

    I’m having trouble extracting a PDF, I use Aspose version 23.11, here is the document and code used MMC 7-2025 - Indicação políticas públicas Repp 2026 (Relatório de Fiscalização em Políticas Públicas e Programas de Gov…...DocSaveOptions saveOptions = new DocSaveOptions(); saveOptions.setFormat(DocSaveOptions...save(convertedFileName, saveOptions); ByteArrayOutputStrea baos...

    forum.aspose.com/t/com-aspose-pdf-internal-ms-s...
  5. Convert PowerPoint Presentations to Markdown in...

    Convert PowerPoint slides—PPT, PPTX—to clean Markdown with Aspose.Slides for C++, automate documentation and keep formatting....images, you need to set SaveOptions::MarkdownExportType::Visual)...:: Export :: Markdown :: SaveOptions :: Flavor :: CommonMark );...

    docs.aspose.com/slides/cpp/convert-powerpoint-t...
  6. SaveOptions.DmlEffectsRenderingMode | Aspose.Wo...

    Discover how the Saveoptions DmlEffectsRenderingMode property optimizes DrawingML effects rendering for enhanced document quality and performance....DmlEffectsRenderingM Contents [ Hide ] SaveOptions.DmlEffectsRenderingM property...DmlEffectsRenderingM class SaveOptions namespace Aspose.Words.Saving...

    reference.aspose.com/words/net/aspose.words.sav...
  7. Aspose.Pdf Warning callback - Free Support Foru...

    Hi, I’m using Aspose.Pdf.Drawing version 24.9. I have a c# method to convert images into a pdf. I have added warning callback for other libraries. but when I try to add warning callback with Aspose.Pdf, I’m facing error…...Looks like LoadOptions / SaveOptions are also not supported. Can...

    forum.aspose.com/t/aspose-pdf-warning-callback/...
  8. Convert WORD To PNG C#

    Convert a Word document to PNG format in C# code. Save a Word document as PNG using C#....docx" ); var saveOptions = new ImageSaveOptions(SaveFormat...doc.PageCount; page++) { saveOptions.PageSet = new PageSet(page);...

    products.aspose.com/words/net/conversion/word-t...
  9. Convert HTML To Image C#

    Convert HTML to Image format in C# code. Save HTML as Image using C#....html" ); var saveOptions = new ImageSaveOptions(SaveFormat...doc.PageCount; page++) { saveOptions.PageSet = new PageSet(page);...

    products.aspose.com/words/net/conversion/html-t...
  10. Convert PDF To Image C#

    Convert PDF to Image format in C# code. Save PDF as Image using C#....pdf" ); var saveOptions = new ImageSaveOptions(SaveFormat...doc.PageCount; page++) { saveOptions.PageSet = new PageSet(page);...

    products.aspose.com/words/net/conversion/pdf-to...