Sort Score
Result 10 results
Languages All
Labels All
Results 131 - 140 of 2,715 for

outputstream conversion

(0.22 sec)
  1. LaTeX to PDF | Java

    To convert TeX to PDF using Aspose.TeX API solution for Java learn this article to see that describes how to do this and the code examples....TeX Java Developer Guide Conversion LaTeX to PDF Live Demos Source...format. Copy 1 // Create conversion options for Object LaTeX...

    docs.aspose.com/tex/java/latex-to-pdf/
  2. 使用 Python 将 EMF 转换为 EPS

    本文将通过代码片段讲解并演示 Aspose.Page API 解决方案提供的 Python EMF 到 EPS 转换功能。...get_data_dir_working_with_image_conversion () 5 6 # Create default options...save_image_as_eps (inputStream, outputStream, options) 在 Python 中使用 Bitmap...

    docs.aspose.com/page/zh/python-net/convert/emf-...
  3. 使用 Python 将 JPG 转换为 EPS

    本文将通过代码片段讲解并演示 Aspose.Page API 解决方案提供的 Python 版 JPG 转 EPS 功能。...get_data_dir_working_with_image_conversion () 5 6 # Create default options...get_data_dir_working_with_image_conversion () 4 5 # Create default options...

    docs.aspose.com/page/zh/python-net/convert/jpg-...
  4. 使用 Python 将 TIFF 转换为 EPS

    本文将通过代码片段讲解并演示 Aspose.Page API 解决方案提供的 Python TIFF 到 EPS 的转换功能。...get_data_dir_working_with_image_conversion () 5 6 # Create default options...get_data_dir_working_with_image_conversion () 4 5 # Create default options...

    docs.aspose.com/page/zh/python-net/convert/tiff...
  5. Aspose.PSD for .NET 20.6 - Release Notes|Docume...

    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.... Support for document conversion progress string sourceFilePath...sourceFilePath = "Apple.psd" ; Stream outputStream = new MemoryStream (); ...

    docs.aspose.com/psd/net/aspose-psd-for-net-20-6...
  6. Problems converting PDF (containing images) to ...

    I've upgraded our version of Aspose PDF for .Net recently and am now seeing problems when converting a PDF document to HTML. This only happens for some PDF documents - the ones I have noticed it happening on are document…...Save(Stream outputStream, SaveOptions options) Does...Library. Our PDF to HTML conversion code is fairly boilerplate...

    forum.aspose.com/t/problems-converting-pdf-cont...
  7. 的输出接口|爪哇 | Java的Aspose.TeX

    Aspose.TeX api解决方案的转换功能与TEX一起使用,作为输出格式,请参见代码示例。...这是我们将其设置的方式: Copy 1 // Create conversion options instance. 2 ... 3...())); Aspose.TeX.Examples-Conversion-OutputFileSystemDire.java...

    docs.aspose.com/tex/zh/java/aspose-tex-output/
  8. LaTeX to image | Java

    To convert TeX to image formats using Aspose.TeX API solution for Java learn this article that describes how to do this and the code examples....TeX Java Developer Guide Conversion LaTeX to image Live Demos...format. Copy 1 // Create conversion options for Object LaTeX...

    docs.aspose.com/tex/java/latex-to-image/
  9. Manage number of pages in PS file | C++

    C++ API Solution to manage PS files. Add pages to PS documents with a few lines of C++ code....document manipulation and conversion C++ API. Open the NuGet package...the PsDocument Class , the outputstream and the number of pages...

    products.aspose.com/page/cpp/add-pages-to-ps/
  10. 乳胶到PDF | Java的Aspose.TeX

    要使用Aspose.TeX API解决方案将TEX转换为PDF,用于Java学习本文,以查看描述如何执行此操作和代码示例的文章。... Copy 1 // Create conversion options for Object LaTeX...PdfSaveOptions()); 7 // Run LaTeX to PDF conversion. 8 new TeXJob(Utils. getInputDirectory...

    docs.aspose.com/tex/zh/java/latex-to-pdf/