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

outputstream conversion

(1.01 sec)
  1. 处理存储在 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...
  2. 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...
  3. 與儲存在 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...
  4. 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...
  5. 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/
  6. Aspose Cdr to Pdf convertion Heap Error - 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/aspose-cdr-to-pdf-convertion...
  7. Word转pdf,如何提取word中的附件,将word和excel类型的附件也转成pdf? -...

    word转pdf,如何提取word中的附件,将word和excel类型的附件也转成pdf? 转pdf的部分代码: private byte[] convertToPdf(Document document) throws Exception { try (ByteArrayOutputstream bos = new ByteArrayOutputstream()) { PdfSaveOpti…...save(OutputStream, SaveFormat.PDF) Aspose...Word → PDF Document.save(OutputStream, PdfSaveOptions) PdfSaveOptions...

    forum.aspose.com/t/word-pdf-word-word-excel-pdf...
  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. 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/
  10. 使用 Python 将 PNG 转换为 EPS

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

    docs.aspose.com/page/zh/python-net/convert/png-...