Sort Score
Result 10 results
Languages All
Labels All
Results 3,031 - 3,040 of 14,935 for

content stream

(0.15 sec)
  1. Loading and Extracting Data | .NET

    C# APIs for the developers to manipulate and font files. Learn the fundamentals on how to load and save CFF fonts within .NET....NET Contents [ Hide Show ] Load CFF Font...can also load CFF fonts from stream using the following code sample...

    docs.aspose.com/font/net/loading-saving-cff-fonts/
  2. Adjust Workbook Compression Level with JavaScri...

    Learn how to adjust the workbook compression level in Aspose.Cells for JavaScript via C++....Level with JavaScript via C++ Contents [ Hide ] Adjust Workbook Compression...the size of the input data stream. This is also the slowest compression...

    docs.aspose.com/cells/javascript-cpp/adjust-wor...
  3. EPS to BMP Conversion API for | Java

    Sample Java conversion code for EPS format to BMP file. Use this example code to convert EPS to BMP within any Web or Desktop Java based application....instance of PsDocument via a stream Create and set instances of...vector‑raster images. Because the content is not editable after creation...

    products.aspose.com/page/java/conversion/eps-to...
  4. EPS to PNG Conversion API for C# | .NET

    EPS to PNG conversion. Use C# API example code for batch conversion within VB.NET, Asp.NET or any .NET based application....instance of PsDocument via a stream Create and set instances of...vector‑raster images. Because the content is not editable after creation...

    products.aspose.com/page/net/conversion/eps-to-...
  5. EPS to PDF Conversion API for | Java

    Sample Java conversion code for EPS format to PDF file. Use this example code to convert EPS to PDF within any Web or Desktop Java based application....instance of PsDocument via a stream Create and set instances of...vector‑raster images. Because the content is not editable after creation...

    products.aspose.com/page/java/conversion/eps-to...
  6. Digital Signature - Validation Error - Free Sup...

    Hi, I am using Aspose 11.5 pdf version and using the following code to append digital signtature to PDF. But the signature is not being validated properly. Getting the error. Error during signature verification. Error…...source PDF by reading contents of Stream pdfSignSingle.bindPdf(inputFile);...source PDF by reading contents of Stream pdfSignSingle.bindPdf(inputFile);...

    forum.aspose.com/t/digital-signature-validation...
  7. Aspose.Cells 8.8.3 中的公共 API 更改|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....3 中的公共 API 更改 Contents [ Hide ] 本文档描述了从版本 8.8.2 到...and load the contents of the HTML using ( var stream = new MemoryStream...

    docs.aspose.com/cells/zh/net/public-api-changes...
  8. Convert MHTML to Image – C# code and Online Con...

    Convert MHTML to Image in C#. Save MHTML page as an image file using Aspose.HTML for .NET API. Try online MHTML to Image Converter for free!...Saving; using var stream = File.OpenRead("sample.mht");...{{/if_output}} Converter.ConvertMHTML(stream, options, "output.{{output...

    products.aspose.com/html/net/conversion/mhtml-t...
  9. Convert MHTML to PNG – C# code and Online Conve...

    Convert MHTML to PNG in C#. Save MHTML page as PNG image using Aspose.HTML for .NET API. Try online MHTML to PNG Converter for free!...Saving; using var stream = File.OpenRead("sample.mht");...{{/if_output}} Converter.ConvertMHTML(stream, options, "output.{{output...

    products.aspose.com/html/net/conversion/mhtml-t...
  10. 在 Java 中将 EPUB 转换为 PDF – Aspose.HTML for Java

    使用 Aspose.HTML for Java API 在 Java 中将 EPUB 转换为 PDF。在Java代码示例中考虑各种EPUB到PDF的转换方案。...HTML for Java 将 EPUB 转换为 PDF Contents [ Hide Show ] EPUB 是一种广泛用...构造函数转换默认保存选项。 使用 类的 convertEPUB(stream, options, savePath) 方法将 EPUB...

    docs.aspose.com/html/zh/java/convert-epub-to-pdf/