Sort Score
Result 10 results
Languages All
Labels All
Results 1,351 - 1,360 of 33,683 for

saveoptions

(0.38 sec)
  1. ResourceSavingArgs.ResourceFileName | Aspose.Wo...

    Manage your resources efficiently with ResourceSavingArgs. Easily set or retrieve the file name for saving resources without the hassle of paths....(); HtmlFixedSaveOptions saveOptions = new HtmlFixedSaveOptions...UsingMachineFonts.html" , saveOptions ); Console . WriteLine (...

    reference.aspose.com/words/net/aspose.words.sav...
  2. 通过C++的JavaScript将PdfSaveOptions和ImageOrPrintOpt...

    了解如何使用C++的Aspose.Cells for JavaScript设置PdfSaveoptions和ImageOrPrintOptions的DefaultFont属性,确保在字体缺失时正确渲染字体。...const saveOptions = new PdfSaveOptions (); saveOptions . defaultFont...defaultFont = "Times New Roman" ; saveOptions . checkWorkbookDefault =...

    docs.aspose.com/cells/zh/javascript-cpp/set-def...
  3. 使用 Javascript 製作 DOCX

    通過幾個步驟在 JavaScript 中創建一個新的 DOCX。使用 Node.js via .NET 庫輕鬆創建 DOCX。...endBookmark("Aspose bookmark") var saveOptions = new aw.Saving.PdfSaveOptions()...PdfSaveOptions() saveOptions.outlineOptions.bookmarksOutlineLeve.add("Aspose...

    products.aspose.com/words/zh-hant/nodejs-net/ma...
  4. MailMerger.execute method | Aspose.Words for Py...

    aspose.words.lowcode.MailMerger.execute method... SaveOptions , field_names : List [ str...file name. save_options SaveOptions The output’s save options...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Aspose.word save pdf 样式错误 - Free Support Forum ...

    Document doc = new Document(“template.docx”); DocumentBuilder builder = new DocumentBuilder(doc); builder.moveToDocumentEnd(); builder.writeln(“test.”); Saveoptions Saveoptions = Saveoptions.createSaveoptions(SaveFor…...”); SaveOptions saveOptions = SaveOptions.createSaveOptions(SaveFormat...createSaveOptions(SaveFormat.PDF); saveOptions.setMemoryOptimizatio(true);...

    forum.aspose.com/t/aspose-word-save-pdf/321219
  6. Warnings When Saving to PDF/A and PDF/UA|Aspose...

    PDF/A and PDF/UA impose accessibility requirements related to document content. When saving to PDF/A or PDF/UA in C# and the issue violates compliance, a warning is issued....PdfSaveOptions saveOptions = new PdfSaveOptions (); saveOptions . WarningCallback.... Save ( "output.pdf" , saveOptions ); Q: What should I do to...

    docs.aspose.com/words/net/warnings-when-saving-...
  7. Convert a Document to an Image in C++|Aspose.Wo...

    Convert a document to image format (JPG, PNG, etc). Create a document preview or create a document scan to send an invoice....FixedPageSaveOptions or SaveOptions , but there are also options...doc->Save(u"output.jpg", saveOptions); . Q: Can I convert only...

    docs.aspose.com/words/cpp/convert-a-document-to...
  8. .docx to .pdf and .html table formatting error ...

    Hi, When converting a .docx file to a .pdf file using Aspose.Words, I noticed a formatting issue when my EMF table is converted see screenshot attached. Code: var Saveoptions = new PdfSaveoptions(); Saveoptions.Use…...Code: var saveOptions = new PdfSaveOptions(); saveOptions.UseHighQualityRender...UseHighQualityRender = true; saveOptions.CustomPropertiesExpo = Aspose...

    forum.aspose.com/t/docx-to-pdf-and-html-table-f...
  9. 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...
  10. Managing Message Files with Aspose.Email.Outloo...

    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.... SaveOptions . default_oft ) print ( f...or MailMessage as OFT The SaveOptions is an abstract base class...

    docs.aspose.com/email/python-net/managing-messa...