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

saveoptions

(0.13 sec)
  1. 使用 C++ 製作 WORD

    通過幾個步驟在 C++ 中創建一個新的 WORD。使用 C++ 庫輕鬆創建 WORD。...Aspose bookmark"); auto saveOptions = MakeObject<PdfSaveOptions>();...ons>(); saveOptions->get_OutlineOptions()->get_BookmarksOutl...

    products.aspose.com/words/zh-hant/cpp/make/word/
  2. 使用 C++ 製作 DOCX

    通過幾個步驟在 C++ 中創建一個新的 DOCX。使用 C++ 庫輕鬆創建 DOCX。...Aspose bookmark"); auto saveOptions = MakeObject<PdfSaveOptions>();...ons>(); saveOptions->get_OutlineOptions()->get_BookmarksOutl...

    products.aspose.com/words/zh-hant/cpp/make/docx/
  3. Make DOC Using Java

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

    products.aspose.com/words/java/make/doc/
  4. Make A Document In Java

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

    products.aspose.com/words/java/make/
  5. Buat HTML Menggunakan Java

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

    products.aspose.com/words/ms/java/make/html/
  6. Կատարեք DOC՝ Օգտագործելով Java

    Ստեղծեք նոր DOC Java ում մի քանի քայլով: Հեշտությամբ ստեղծեք DOC՝ օգտագործելով Java գրադարանը:...PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions.getOutlineOptions()...1); doc.save("Output.doc", saveOptions); import com.aspose.words...

    products.aspose.com/words/hy/java/make/doc/
  7. Aspose pdf for java PDF转换WORD 样式失效 - Free Suppo...

    我使用的是aspose pdf for java 组件 我想要的效果是在保留原有的样式情况下,转换的word的表格可以编辑 我实际用Aspose把PDF转换为word后,表格也不能编辑,表格变成了图片,启用表格识别,样式又全部乱了,请帮我看下,谢谢! test0730.pdf (49.5 KB) test0730.docx (12.6 KB)...pdf"); DocSaveOptions saveOptions = new DocSaveOptions(); //...// 设置输出格式为DOCX saveOptions.setFormat(DocSaveOptions.DocFormat...

    forum.aspose.com/t/aspose-pdf-for-java-pdf-word...
  8. IResourceSavingCallback Interface | Aspose.Word...

    Control Aspose.Words resource saving with the IResourceSavingCallback interface. Manage images, fonts, and CSS for optimized HTML or SVG documents....(); HtmlFixedSaveOptions saveOptions = new HtmlFixedSaveOptions...UsingMachineFonts.html" , saveOptions ); Console . WriteLine (...

    reference.aspose.com/words/net/aspose.words.sav...
  9. 将PdfSaveOptions和ImageOrPrintOptions的DefaultFont...

    学习在使用Aspose.Cells保存文档时优先设置字体。... PdfSaveOptions saveOptions ; saveOptions . SetDefaultFont (...( u "Times New Roman" ); saveOptions . SetCheckWorkbookDefa (...

    docs.aspose.com/cells/zh/cpp/set-defaultfont-pr...
  10. Make DOC Using Javascript

    Make a new DOC in JavaScript in a few steps. Easily create DOC using Node.js via .NET library....endBookmark("Aspose bookmark") var saveOptions = new aw.Saving.PdfSaveOptions()...PdfSaveOptions() saveOptions.outlineOptions.bookmarksOutlineLeve.add("Aspose...

    products.aspose.com/words/nodejs-net/make/doc/