Sort Score
Result 10 results
Languages All
Labels All
Results 1,331 - 1,340 of 32,778 for

saveoptions

(0.08 sec)
  1. Urobiť DOC Pomocou Java

    Vytvorte nový DOC v Java v niekoľkých krokoch. Jednoducho vytvorte DOC pomocou knižnice Java....PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions.getOutlineOptions()...1); doc.save("Output.doc", saveOptions); import com.aspose.words...

    products.aspose.com/words/sk/java/make/doc/
  2. Urobiť Markdown Pomocou Java

    Vytvorte nový Markdown v Java v niekoľkých krokoch. Jednoducho vytvorte Markdown pomocou knižnice Java....PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions.getOutlineOptions()...1); doc.save("Output.md", saveOptions); import com.aspose.words...

    products.aspose.com/words/sk/java/make/md/
  3. Convert PDF to HTML in .NET|Aspose.PDF for .NET

    This topic shows you how to convert a PDF file to HTML format with the Aspose.PDF C# library....)) { // Instantiate HTML SaveOptions object var htmlOptions =...)) { // Instantiate HTML SaveOptions object var htmlOptions =...

    docs.aspose.com/pdf/net/convert-pdf-to-html/
  4. FileFormatUtil | Aspose.Words for Java

    Provides utility methods for working with file formats such as detecting file format or converting file extensions to/from file format enums in Java....Document(); // Configure a SaveOptions object to encrypt the document...document. OdtSaveOptions saveOptions = new OdtSaveOptions(SaveFormat...

    reference.aspose.com/words/java/com.aspose.word...
  5. Avoid Blank Page in Output PDF when there is No...

    Learn how to avoid blank pages in output PDF when there is nothing to print using Aspose.Cells for Node.js via C++....String fileName , SaveOptions saveOptions ) AI Document Assistant...

    docs.aspose.com/cells/nodejs-cpp/avoid-blank-pa...
  6. Convert OLM to MBOX via C# | products.aspose.com

    Sample code for OLM to MBOX C# conversion. Use API example code for batch OLM files to MBOX conversion within VB.NET, Asp.NET or any .NET based application....Load Set SaveOptions Call Save method with SaveOptions as parameter...

    products.aspose.com/email/net/conversion/olm-to...
  7. Render Resource Usage View | Aspose.Tasks Docum...

    Learn how to render Microsoft Project (MPP/XML) resource usage view using Aspose.Tasks for C# and VBScript.... Initiate the SaveOptions object with the required...mpp" ); 3 4 // Define the SaveOptions with required TimeScale settings...

    docs.aspose.com/tasks/cpp/resource-usage-view/
  8. 通过C++的JavaScript将PdfSaveOptions和ImageOrPrintOpt...

    了解如何使用C++的Aspose.Cells for JavaScript设置PdfSaveoptions和ImageOrPrintOptions的DefaultFont属性,确保在字体缺失时正确渲染字体。...const saveOptions = new PdfSaveOptions (); saveOptions . defaultFont...defaultFont = "Times New Roman" ; saveOptions . checkWorkbookDefault =...

    docs.aspose.com/cells/zh/javascript-cpp/set-def...
  9. .dwg files to .glb or .glTf converting using yo...

    Hello, This request is created on behalf of Lucas Howland LHowland@rationalenterprise.com I have a few questions about some other capabilities of aspose libraries outside of Aspose.Words for java if you could assist or…...fromFile(convertedObj); var saveOptions = new GltfSaveOptions(FileFormat...scene.save(convertedGltf, saveOptions); } We additionally tried...

    forum.aspose.com/t/dwg-files-to-glb-or-gltf-con...
  10. TableContentAlignment | Aspose.Words for Java

    Allows to specify the alignment of the content of the table to be used when exporting into Markdown format in Java....MarkdownSaveOptions saveOptions = new MarkdownSaveOptions(); { saveOptions.se...MarkdownDocumentTabl.md", saveOptions); Document doc = new Doc...

    reference.aspose.com/words/java/com.aspose.word...