Sort Score
Result 10 results
Languages All
Labels All
Results 2,121 - 2,130 of 16,497 for

content stream

(0.65 sec)
  1. Check if VBA Code is Signed with JavaScript via...

    Learn how to check if the VBA code project is signed using Aspose.Cells for JavaScript via C++....Signed with JavaScript via C++ Contents [ Hide ] Aspose.Cells allows...VBA Certificate to File or Stream with JavaScript via C++ Digitally...

    docs.aspose.com/cells/javascript-cpp/check-if-v...
  2. How to Convert XLSX to PDF having Restricted Pe...

    This topic entails how to convert XLSX to PDF having restricted permissions using Python. You will learn to export an Excel to restricted permissions PDF using Python with the help of detailed steps and working Python code....restrictions to extract the content and print the exported PDF...the disk or inside the memory stream. Sample Code for Excel to Restricted...

    kb.aspose.com/cells/python/how-to-convert-xlsx-...
  3. 在 Java 中将 EPUB 转换为 PNG - Aspose.HTML for Java

    使用Aspose.HTML for Java API在Java中将EPUB转换为PNG。在Java代码示例中考虑各种EPUB到PNG的转换方案。...Buy 在 Java 中将 EPUB 转换为 PNG Contents [ Hide Show ] EPUB 是最广泛支持...ImageFormat.Png 。 使用 类的 convertEPUB(stream, options, savePath) 方法将 EPUB...

    docs.aspose.com/html/zh/java/convert-epub-to-png/
  4. Working Solution for Chart Resizing in PPTX|Asp...

    Fix unexpected chart resizing in PPTX when using embedded Excel OLE objects with Aspose.Slides for Java. Learn two methods with code to keep sizes consistent....for Chart Resizing in PPTX Contents [ Hide ] Background It has...Save the workbook to a memory stream. ByteArrayOutputStrea workbookStream...

    docs.aspose.com/slides/java/working-solution-fo...
  5. Converter.create method | Aspose.Words for Python

    aspose.words.lowcode.Converter.create method...create method Contents [ Hide ] create() Creates new instance...to convert documents from a stream with a single line of code...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Licensing|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....Licensing Contents [ Hide ] Evaluation Version Limitations You...because you can not change the content of those files. If you want...

    docs.aspose.com/psd/java/licensing/
  7. XamlFlowSaveOptions | Aspose.Words for .NET

    Discover the XamlFlowSaveOptions constructor to easily initialize and save documents in the XamlFlow format. Enhance your workflow today!...XamlFlowSaveOptions Contents [ Hide ] XamlFlowSaveOptions() Initializes...exists before the callback's streams can put their resources into...

    reference.aspose.com/words/net/aspose.words.sav...
  8. Working Solution for Chart Resizing in PPTX|Asp...

    Fix unexpected chart resizing in PPTX when using embedded Excel OLE objects with Aspose.Slides for C++. Learn two methods with code to keep sizes consistent....for Chart Resizing in PPTX Contents [ Hide ] Background It has...Save the workbook to a memory stream. System :: SharedPtr < System...

    docs.aspose.com/slides/cpp/working-solution-for...
  9. 导入 JSON 数据|Aspose.PDF for Python via .NET

    本例演示了如何使用 Aspose.PDF for Python via .NET 将表单字段数据从 JSON 文件导入 PDF 表单。它展示了如何绑定 PDF 文档、通过文件流读取结构化 JSON 数据,并自动填充匹配的表单字段。...导入 JSON 数据 Contents [ Hide ] JSON 被广泛用于在系统之间存储和传输结构化数据。在本例中,...file as stream with FileIO ( datafile , "r" ) as json_stream : #...

    docs.aspose.com/pdf/zh/python-net/import-json-d...
  10. 导出为 XML|Aspose.PDF for Python via .NET

    这个示例演示如何使用 Aspose.PDF for Python via .NET 将 PDF 表单数据导出为 XML 文件。它展示了如何加载 PDF 文档,通过 Form facade 访问其表单字段,并使用 Form Class 将提取的数据保存为结构化 XML。...导出为 XML Contents [ Hide ] 导出表单数据使开发者能够在无需手动复制字段值的情况下重复使用存储在 PDF...infile ) # Open XML file as stream with FileIO ( datafile , "w"...

    docs.aspose.com/pdf/zh/python-net/export-to-xml/