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

saveoptions

(0.76 sec)
  1. Make DOCX Using Java

    Make a new DOCX in Java in a few steps. Easily create DOCX using Java library....PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions.getOutlineOptions()...doc.save("Output.docx", saveOptions); import com.aspose.words...

    products.aspose.com/words/java/make/docx/
  2. Buat Markdown Menggunakan Java

    Buat Markdown baharu dalam Java dalam beberapa langkah. Buat Markdown dengan mudah menggunakan pustaka Java....PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions.getOutlineOptions()...1); doc.save("Output.md", saveOptions); import com.aspose.words...

    products.aspose.com/words/ms/java/make/md/
  3. Urobiť DOCX Pomocou Java

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

    products.aspose.com/words/sk/java/make/docx/
  4. Convert Word Form Fields to PDF Form fields - F...

    Hi, If I have a word document with Form Fields, then how can I convert the document to PDF document with PDF Form Fields. Currently if I do doc.Save() with target file extension as PDF, it just converts the word to PDF …...PreserveFormFields to true PdfSaveOptions saveOptions = new PdfSaveOptions { PreserveFormFields...putPDFWithFormFie.pdf", saveOptions); } } Important Notes: Ensure...

    forum.aspose.com/t/convert-word-form-fields-to-...
  5. 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-...
  6. GradientStop Class | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.GradientStop class, your solution for creating stunning gradients with customizable stops for enhanced document visuals.... OoxmlSaveOptions saveOptions = new OoxmlSaveOptions {..."Shape.GradientStops.docx" , saveOptions ); See Also namespace Aspose...

    reference.aspose.com/words/net/aspose.words.dra...
  7. Convert HTML to Other Formats|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....eml" , SaveOptions . DefaultEml ); In the code... Save ( "output.emlx" , SaveOptions . DefaultEmlx ); For additional...

    docs.aspose.com/email/net/converting-between-fo...
  8. 使用 C# 製作 PDF

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

    products.aspose.com/words/zh-hant/net/make/pdf/
  9. Გადაიყვანეთ PDF PNG C#

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

    products.aspose.com/words/ka/net/conversion/pdf...
  10. Save Presentations in Java|Aspose.Slides Docume...

    Discover how to save presentations in Java using Aspose.Slides—export to PowerPoint or OpenDocument while retaining layouts, fonts and effects....interface and the abstract SaveOptions class. Assign an IProgressCallback...ISaveOptions saveOptions = new PdfOptions (); saveOptions . setProgressCallback...

    docs.aspose.com/slides/java/save-presentation/