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

saveoptions

(2.27 sec)
  1. Vytvorte Dokument V Jazyku Java

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

    products.aspose.com/words/sk/java/make/
  2. Convert EML to MHT via C# | products.aspose.com

    Sample code for EML to MHT C# conversion. Use API example code for batch EML files to MHT conversion within VB.NET, Asp.NET or any .NET based application....Load Set SaveOptions Call Save method with SaveOptions as parameter...message.Save( "output.mhtml" , SaveOptions.DefaultMhtml); Free App to...

    products.aspose.com/email/net/conversion/eml-to...
  3. Convert .msg files to .pdf files - Free Support...

    Hi, I'm trying to convert .msg files to pdf. I have done with converting an email, but I want to loop through all the attachments in the .msg file and if mails are attached, I would like to convert them to pdf also. Here…...SaveOptions.DefaultMhtml) 'Convert MHTML...the SaveFormat to Html Dim saveOptions = New Aspose.Words.Saving...

    forum.aspose.com/t/convert-msg-files-to-pdf-fil...
  4. Convert MBOX to MHT via C# | products.aspose.com

    Sample code for MBOX to MHT C# conversion. Use API example code for batch MBOX files to MHT 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/mbox-t...
  5. Convert Word to Excel in Python|Aspose.Words fo...

    Convert PDF to Excel, XML to Excel, DOCX to Excel Python. Save a document in various formats to XLSX using Python....docx" ) saveOptions = XlsxSaveOptions () saveOptions . compression_level..."BaseConversions.CompressXlsx.xlsx" , saveOptions ) See Also Documentation...

    docs.aspose.com/words/python-net/convert-a-docu...
  6. 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...
  7. .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...
  8. Convert Document to HTML|Aspose.Words for Pytho...

    Convert a document from almost any format to HTML or MHTML, as well as to EPUB format using Python. You can also specify save options for managing the output document.... saveOptions = aw . saving . HtmlSaveOptions...Specify the desired encoding. saveOptions . encoding = "utf-8" # Specify...

    docs.aspose.com/words/python-net/convert-a-docu...
  9. 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...
  10. Aspose.PDF.Drawing Converting PDF to Docx in Li...

    Hello. Library used here is Aspose.PDF.Drawing [25.6.0], but tested with [25.5.0] as well. We are using linux containers using amazon linux 2023 base image, and when trying to convert a PDF document to Docx, we get s…...Document(pdfFilePath)) { var saveOptions = new DocSaveOptions { Format...}{asposeVersion}.docx”, saveOptions); Console.WriteLine(“<> OK”);...

    forum.aspose.com/t/aspose-pdf-drawing-convertin...