Sort Score
Result 10 results
Languages All
Labels All
Results 101 - 110 of 2,707 for

outputstream conversion

(0.13 sec)
  1. 将 PDF 转换为 PNG|Aspose.PDF for Android via Java

    本页描述了如何使用 Aspose.PDF for Android via Java 将 PDF 页面转换为 PNG 图像,转换全部和单个页面为 PNG 图像。...app/pdf/conversion/pdf-to-png 在线检查 Aspose.PDF...); // 创建流对象以保存输出图像 try { OutputStream imageStream = new FileOutputStream...

    docs.aspose.com/pdf/zh/androidjava/convert-pdf-...
  2. Converting a PDF file to PNG using Android via ...

    Sample code on Java for PDF to PNG Conversion. Use example code for batch PDF to PNG Conversion in Android...PDF to PNG Android via Java conversion. Programmers can use this...snippet and other possible conversion formats, see the Documentation...

    products.aspose.com/pdf/android-java/conversion...
  3. 将 PDF 转换为 BMP|Aspose.PDF for Android via Java

    本文介绍如何使用 Java 将 PDF 页面转换为 BMP 图像,将所有页面转换为 BMP 图像以及将单个 PDF 页面转换为 BMP 图像。...app/pdf/conversion/pdf-to-bmp 查看 Aspose.PDF...); // 创建流对象以保存输出图像 try { OutputStream imageStream = new FileOutputStream...

    docs.aspose.com/pdf/zh/androidjava/convert-pdf-...
  4. Aspose.PSD for Java 20.5 - 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....PSDJAVA-188 Support for document conversion progress Feature PSDJAVA-197...PSDJAVA-188. Support for document conversion progress // An example of...

    docs.aspose.com/psd/java/aspose-psd-for-java-20...
  5. 與儲存在 SharePoint 的文件一起工作|Aspose.Words for .NET

    用C#將Word共享在SharePoint中的檔案轉換為PDF。 與儲存在 SharePoint 的檔案一起工作– 各種不同的輸入格式,包括 Word、OpenOffice、影像和電子書。...Converts it to PDF and uploads conversion result to the same folder...fileStream ); using var outputStream = new MemoryStream (); var...

    docs.aspose.com/words/zh-hant/net/work-with-doc...
  6. LaTeX to XPS | Java

    Conversion functionality of Aspose.TeX API solution for Java lets you convert LaTeX files to the XPS format. Learn the code examples....TeX Java Developer Guide Conversion LaTeX to XPS Live Demos Source...The conversion to XPS is just as simple as the conversion to raster...

    docs.aspose.com/tex/java/latex-to-xps/
  7. 处理存储在 SharePoint Online 中的文档|.NET 格式的 Aspose.Words

    使用 C# 将 SharePoint 中共享的 Word 转换为 PDF。处理存储在 SharePoint 中的文档 - 各种输入格式,包括 Word、OpenOffice、图像和电子书。...Converts it to PDF and uploads conversion result to the same folder...fileStream ); using var outputStream = new MemoryStream (); var...

    docs.aspose.com/words/zh/net/work-with-document...
  8. NullPointerException when converting a docx to ...

    Hello With Aspose words 18.2 I have a NullPointerException when trying to convert a docx to pdf. Problem occurs when a part of my docx is splitted into 2 pages Stack trace : Exception in thread "main" java.lang.Nu…...OutputStream; import java.nio.file.Files;...Files.newInputStream(file); OutputStream output = Files.newOutputStream(Path...

    forum.aspose.com/t/nullpointerexception-when-co...
  9. Heap error during CDR to Pdf convertion - Free ...

    type or paste code here This is my Java code to convert CDR file into PDF file this throw heap error package Activation; import java.io.File; import java.io.FileOutputstream; import java.io.InputStream; import java…...OutputStream; import com.aspose.imaging...decrpt = td.decrypt(buff); OutputStream outStream = new FileOutputStream(...

    forum.aspose.com/t/heap-error-during-cdr-to-pdf...
  10. Manage number of pages in PS file | .NET

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

    products.aspose.com/page/net/add-pages-to-ps/