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

saveoptions

(0.12 sec)
  1. HtmlSaveOptions.export_document_properties prop...

    HtmlSaveoptions.export_document_properties property. Specifies whether to export built-in and custom document properties to HTML, MHTML or EPUB...docx' ) # Use a SaveOptions object to specify the encoding...

    reference.aspose.com/words/python-net/aspose.wo...
  2. ImageSaveOptions.threshold_for_floyd_steinberg_...

    ImageSaveoptions.threshold_for_floyd_steinberg_dithering property. Gets or sets the threshold that determines the value of the binarization error in the Floyd-Steinberg method...as a TIFF, we can pass a SaveOptions object to # adjust the dithering...

    reference.aspose.com/words/python-net/aspose.wo...
  3. 使用 C# 製作 HTML

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

    products.aspose.com/words/zh-hant/net/make/html/
  4. 使用 Java 製作 HTML

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

    products.aspose.com/words/zh-hant/java/make/html/
  5. 使用 Java 製作 DOCX

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

    products.aspose.com/words/zh-hant/java/make/docx/
  6. Save DOCX to PDF character difference - Free Su...

    Hello, If you have a PDF document, you don’t have to type the text to read it. Thanks in advance 1P272pStr18.docx (44.1 KB)...PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions.MetafileRenderingOpt...Save(@"C:\Temp\out.pdf", saveOptions); In another provided test...

    forum.aspose.com/t/save-docx-to-pdf-character-d...
  7. Convert WORD To TIFF C#

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

    products.aspose.com/words/net/conversion/word-t...
  8. Convert DOC To PNG C#

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

    products.aspose.com/words/net/conversion/doc-to...
  9. Convert PDF To SVG C#

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

    products.aspose.com/words/net/conversion/pdf-to...
  10. Convert PDF To PNG C#

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

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