Sort Score
Result 10 results
Languages All
Labels All
Results 1,391 - 1,400 of 33,600 for

saveoptions

(0.18 sec)
  1. Გადაიყვანეთ WORD PNG C#

    გადაიყვანეთ WORD PNG C# ფორმატში კოდით. შეინახეთ WORD როგორც PNG C#....docx" ); var saveOptions = new ImageSaveOptions(SaveFormat...doc.PageCount; page++) { saveOptions.PageSet = new PageSet(page);...

    products.aspose.com/words/ka/net/conversion/wor...
  2. Convert PDF to EPUB, LaTeX, Text, XPS in C#|Asp...

    This topic shows you how to convert PDF file to other file formats like EPUB, LaTeX, Text, XPS etc using C# or .NET....option LaTeXSaveOptions saveOptions = new LaTeXSaveOptions ();...path for save option object saveOptions . OutDirectoryPath = pathToOutputDirector...

    docs.aspose.com/pdf/net/convert-pdf-to-other-fi...
  3. Save Presentations in JavaScript|Aspose.Slides ...

    Discover how to save presentations using Aspose.Slides for Node.js via Java—export to PowerPoint or OpenDocument while retaining layouts, fonts and effects....setProgressCallback method on SaveOptions and its subclasses. Provide...converted.` ); } }); let saveOptions = new aspose . slides . PdfOptions...

    docs.aspose.com/slides/nodejs-java/save-present...
  4. Save Presentations in C++|Aspose.Slides Documen...

    Discover how to save presentations in C++ using Aspose.Slides—export to PowerPoint or OpenDocument while retaining layouts, fonts and effects....interface and the abstract SaveOptions class. Assign an IProgressCallback..., progress ); } }; auto saveOptions = MakeObject < PdfOptions...

    docs.aspose.com/slides/cpp/save-presentation/
  5. CompressionLevel | Aspose.Words for Java

    Compression level for OOXML files in Java.... OoxmlSaveOptions saveOptions = new OoxmlSaveOptions(SaveFormat...OoxmlSaveOptions(SaveFormat.DOCX); saveOptions.setCompressionLevel(compressionLevel);...

    reference.aspose.com/words/java/com.aspose.word...
  6. Box appearing around the watermark after conver...

    While converting the Excel first to pdf and then to Word, a box around the watermark text can be seen in Word format. This is fine in PDF. I have attached the PDF and converted Word file as well to this ticket. The co…...Document(pdfFile) def saveOptions = new DocSaveOptions() saveOptions.format...DocX doc2.save(wordFile, saveOptions) println "Word file created:...

    forum.aspose.com/t/box-appearing-around-the-wat...
  7. Aspose.Cells Segmentation Fault when saving to ...

    Hello, I’m using Aspose.Cells for NodeJS via C++ bindings (aspose.cells.node 25.4.0). I believe I have installed all the relevant prerequisites. I’m using Node 20 (also tried 18 and 22) on Debian 12. Although, also trie…...save(htmlPath, saveOptions) - saveAsync or save with... const*, Aspose::Cells::SaveOptions const&) () from /home/ed...

    forum.aspose.com/t/aspose-cells-segmentation-fa...
  8. HtmlFixedSaveOptions.Encoding | Aspose.Words fo...

    Discover the HtmlFixedSaveoptions Encoding property for seamless HTML exports. Easily set UTF-8 encoding with BOM for optimal data integrity....encoding, // we can use a SaveOptions object to set a specific...

    reference.aspose.com/words/net/aspose.words.sav...
  9. 使用 C# 製作 WORD

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

    products.aspose.com/words/zh-hant/net/make/word/
  10. 在 C# 中製作文檔

    使用 .NET 庫創建文件。只需幾個步驟即可在 C# 中輕鬆創建新文檔。...bookmark"); var saveOptions = new PdfSaveOptions(); saveOptions.OutlineOptions...doc.Save("Output.docx", saveOptions); using Aspose.Words; var...

    products.aspose.com/words/zh-hant/net/make/