Sort Score
Result 10 results
Languages All
Labels All
Results 1,141 - 1,150 of 31,268 for

saveoptions

(0.16 sec)
  1. PDF Conversion Solution using C++ | Aspose.PDF

    Convert PDF to DOCX, PPTX, XLS, XLSX, EPUB, TEX, MHTML, Markdown & more using Aspose.PDF for C++...DocSaveOptions object auto saveOptions = MakeObject < DocSaveOptions...means Full recognition mode saveOptions -> set_Mode ( DocSaveOptions...

    products.aspose.com/pdf/cpp/conversion/
  2. Make DOC Using C#

    Make a new DOC in C# in a few steps. Easily create DOC using .NET library....bookmark"); var saveOptions = new PdfSaveOptions(); saveOptions.OutlineOptions...1); doc.Save("Output.doc", saveOptions); using Aspose.Words; var...

    products.aspose.com/words/net/make/doc/
  3. Buat Markdown Menggunakan C#

    Buat Markdown baharu dalam C# dalam beberapa langkah. Buat Markdown dengan mudah menggunakan pustaka .NET....bookmark"); var saveOptions = new PdfSaveOptions(); saveOptions.OutlineOptions...1); doc.Save("Output.md", saveOptions); using Aspose.Words; var...

    products.aspose.com/words/ms/net/make/md/
  4. Կատարեք DOCX՝ Օգտագործելով C#

    Ստեղծեք նոր DOCX C# ում մի քանի քայլով: Հեշտությամբ ստեղծեք DOCX՝ օգտագործելով .NET գրադարանը:...bookmark"); var saveOptions = new PdfSaveOptions(); saveOptions.OutlineOptions...doc.Save("Output.docx", saveOptions); using Aspose.Words; var...

    products.aspose.com/words/hy/net/make/docx/
  5. Urobiť DOCX Pomocou C#

    Vytvorte nový DOCX v C# v niekoľkých krokoch. Jednoducho vytvorte DOCX pomocou knižnice .NET....bookmark"); var saveOptions = new PdfSaveOptions(); saveOptions.OutlineOptions...doc.Save("Output.docx", saveOptions); using Aspose.Words; var...

    products.aspose.com/words/sk/net/make/docx/
  6. Make A Document In C#

    Create a file using .NET library. Easily create a new document in C# in a few steps....bookmark"); var saveOptions = new PdfSaveOptions(); saveOptions.OutlineOptions...doc.Save("Output.docx", saveOptions); using Aspose.Words; var...

    products.aspose.com/words/net/make/
  7. Saving Excel as .Docx having an issue with cell...

    When I try to save a excel document having a table with cell values wider than the column width as Docx, it ends up distorting the values in the resulting table. this is the table I am trying to convert to a word table …...BottomMargin = 0; DocxSaveOptions saveOptions = new DocxSaveOptions();...DocxSaveOptions(); workbook.Save(ms, saveOptions); ms.Position = 0; here are the...

    forum.aspose.com/t/saving-excel-as-docx-having-...
  8. Ustvari Dokument V Java

    Ustvarite datoteko s knjižnico Java. Preprosto ustvarite nov dokument v Java v nekaj korakih....PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions.getOutlineOptions()...doc.save("Output.docx", saveOptions); import com.aspose.words...

    products.aspose.com/words/sl/java/make/
  9. Gawe HTML Nganggo Java

    Gawe HTML anyar ing Java ing sawetara langkah. Nggawe HTML kanthi gampang nggunakake perpustakaan Java....PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions.getOutlineOptions()...doc.save("Output.html", saveOptions); import com.aspose.words...

    products.aspose.com/words/jv/java/make/html/
  10. Ustvari WORD Z Uporabo Java

    Ustvarite novo WORD v Java v nekaj korakih. Preprosto ustvarite WORD s knjižnico Java....PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions.getOutlineOptions()...doc.save("Output.docx", saveOptions); import com.aspose.words...

    products.aspose.com/words/sl/java/make/word/