Sort Score
Result 10 results
Languages All
Labels All
Results 111 - 120 of 2,715 for

outputstream conversion

(0.05 sec)
  1. 将 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-...
  2. Circles from SVG are not correctly converted in...

    dxf_circle_zoom_issue.zip (182.9 KB) Hello, We’re having an issue when we convert a SVG file to DXF. It seems that circle elements from the SVG are not correctly rendered in the DXF file. Could you please take a look…...Save(outputStream, exportOptions). Thank you...experiencing issues with the conversion of SVG circles to DXF format...

    forum.aspose.com/t/circles-from-svg-are-not-cor...
  3. 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...
  4. 处理存储在 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...
  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. 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...
  8. 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...
  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. 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...