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

saveoptions

(0.11 sec)
  1. Make DOCX Using C#

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

    products.aspose.com/words/net/make/docx/
  2. Buat HTML Menggunakan Javascript

    Buat HTML baharu dalam JavaScript dalam beberapa langkah. Buat HTML dengan mudah menggunakan pustaka Node.js via .NET....endBookmark("Aspose bookmark") var saveOptions = new aw.Saving.PdfSaveOptions()...PdfSaveOptions() saveOptions.outlineOptions.bookmarksOutlineLeve.add("Aspose...

    products.aspose.com/words/ms/nodejs-net/make/html/
  3. Կատարեք WORD՝ Օգտագործելով C#

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

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

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

    products.aspose.com/words/hy/net/make/html/
  5. PdfDigitalSignatureTimestampSettings | Aspose.W...

    Contains settings of the digital signature timestamp in Java....signature and assign it to our SaveOptions object to sign the document...signature and assign it to our SaveOptions object to sign the document...

    reference.aspose.com/words/java/com.aspose.word...
  6. Row Column headings incorrectly displayed in HT...

    We have activated display of row/column headings using setExportRowColumnHeadings() in the HTML output When our Excel sheet contains hidden columns, the column headings displayed in HTML do not match anymore the columns…...HtmlSaveOptions saveOptions = new HtmlSaveOptions(); saveOptions.setEx...workbook.save(outputPath, saveOptions); } catch (Exception e) {...

    forum.aspose.com/t/row-column-headings-incorrec...
  7. DocumentSplitCriteria | Aspose.Words for Java

    Specifies how the document is split into parts when saving to SaveFormat.HTML SaveFormat.EPUB or SaveFormat.AZW_3 format in Java....docx"); // Use a SaveOptions object to specify the encoding...HtmlSaveOptions saveOptions = new HtmlSaveOptions(); saveOptions.setSaveFormat(SaveFormat...

    reference.aspose.com/words/java/com.aspose.word...
  8. 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...
  9. Loading, Saving and Converting different Email ...

    With C++ Email Parser Library, you can load, save, export and convert different email message formats e.g. EML, MSG, MHTML.... The base class SaveOptions and the classes EmlSaveOptions...appropriate option from SaveOptions. Saving MailMessage as MHTML...

    docs.aspose.com/email/cpp/loading-and-saving-me...
  10. Convert EML to DOCM via C# | products.aspose.com

    Sample code for EML to DOCM C# conversion. Use API example code for batch EML files to DOCM 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/eml-to...