Sort Score
Result 10 results
Languages All
Labels All
Results 1,181 - 1,190 of 22,514 for

loadoptions

(0.35 sec)
  1. Convert DOCM to POTX via C++ or with free Onlin...

    Export DOCM to POTX in your C++ applications without using Microsoft Word of PowerPoint or online. Test free DOCM to POTX online converter quickly before integrating the code....overload, which accepts a LoadOptions object. This object contains...document's constructor using a LoadOptions object. auto options = MakeObject...

    products.aspose.com/total/cpp/conversion/docm-t...
  2. Convert DOCX to POT via C++ or with free Online...

    Export DOCX to POT in your C++ applications without using Microsoft Word of PowerPoint or online. Test free DOCX to POT online converter quickly before integrating the code....overload, which accepts a LoadOptions object. This object contains...document's constructor using a LoadOptions object. auto options = MakeObject...

    products.aspose.com/total/cpp/conversion/docx-t...
  3. Convert DOCX to PPTX via C++ or with free Onlin...

    Export DOCX to PPTX in your C++ applications without using Microsoft Word of PowerPoint or online. Test free DOCX to PPTX online converter quickly before integrating the code....overload, which accepts a LoadOptions object. This object contains...document's constructor using a LoadOptions object. auto options = MakeObject...

    products.aspose.com/total/cpp/conversion/docx-t...
  4. 在 Java 中管理演示文稿属性|Aspose.Slides 文档

    在 Aspose.Slides for Java 中掌握演示文稿属性,简化 PowerPoint 和 OpenDocument 文件的搜索、品牌化和工作流。...演示文稿设置默认语言: LoadOptions loadOptions = new LoadOptions (); loadOptions...pres = new Presentation ( loadOptions ); try { // 添加一个带文本的矩形形状...

    docs.aspose.com/slides/zh/java/presentation-pro...
  5. 使用 C++ 指定工作簿渲染的单独或私有字体集|Documentation

    学习如何使用 Aspose.Cells for C++为工作簿渲染指定单独或私有的字体集。...options with font configs LoadOptions opts ( LoadFormat :: Xlsx...

    docs.aspose.com/cells/zh/cpp/specify-individual...
  6. 使用 C++ 加载工作簿或工作表时过滤对象|Documentation

    学习如何在使用 Aspose.Cells for C++ 加载工作簿或工作表时过滤图表、形状和条件格式等对象。...] 可能的使用场景 请在过滤工作簿中的数据时使用 LoadOptions.GetLoadFilter() 属性。如果要从单个工作表过滤数据,则必须重写...charts from the workbook LoadOptions lOptions ; lOptions . SetLoadFilter...

    docs.aspose.com/cells/zh/cpp/filter-objects-whi...
  7. Aspose.PDF .NET OptimizeResources corrupts PDF ...

    Using the following code below on attached input PDF, Aspose ends up corrupting the PDF. We would like to rely on this Optimize logic in Production, but it seems like it is not viable (unless I’m missing something). I…...password‑protected) var loadOptions = new Aspose.Pdf.LoadOptions { Password...Aspose.Pdf.Document(pdfPath, loadOptions); Apply a safer set of optimization...

    forum.aspose.com/t/aspose-pdf-net-optimizeresou...
  8. Convert HTML to PDF in .NET|Aspose.PDF for .NET

    This topic shows you how to convert HTML to PDF and MHTML to PDF using Aspose.PDF.... LoadOptions . ResourceLoadingResul SamePictureLoader...GetDataDir_AsposePdf (); Aspose . Pdf . LoadOptions . ResourceLoadingResul result...

    docs.aspose.com/pdf/net/convert-html-to-pdf/
  9. Encrypt a Document in Python|Aspose.Words for P...

    Encrypt your document using appropriate encryption algorithms for specific document formats in Python....the correct password in a `LoadOptions` object. doc = aw . Document...Password.docx" , aw . loading . LoadOptions ( "MyPassword" )) self ....

    docs.aspose.com/words/python-net/encrypt-a-docu...
  10. Converting to PDF raises Exception about fonts ...

    Hi. I tried to find the same error description, but can’t. I sure, that it is widespread error: we tried to convert xlsx book with font Calibri underlined to PDF in Linux-based Docker container and got error Caused by…... LoadOptions opts = new LoadOptions(LoadFormat.Xlsx);...

    forum.aspose.com/t/converting-to-pdf-raises-exc...