Sort Score
Result 10 results
Languages All
Labels All
Results 2,011 - 2,020 of 16,497 for

content stream

(0.14 sec)
  1. 使用 JavaScript 将 PDF 转换为 Word 文档|Aspose.PDF for ...

    学习如何编写 JavaScript 代码以直接在 Web 中将 PDF 转换为 DOC(DOCX)。...JavaScript 将 PDF 转换为 Word 文档 Contents [ Hide ] 转换操作取决于文档中的页数,并且可能非常耗时。因此,我们强烈建议使用...DownloadFile = ( filename , mime , content ) => { mime = mime || "app...

    docs.aspose.com/pdf/zh/javascript-cpp/convert-p...
  2. Aspose.Slides for Xamarin|Aspose.Slides Documen...

    Build Xamarin mobile apps in C# to view, edit, and convert presentations with Aspose.Slides, supporting rich features for PPT, PPTX and ODP on Android....Slides for Xamarin Contents [ Hide ] Introduction Xamarin...viewing presentations. editing contents in presentations: text, shapes...

    docs.aspose.com/slides/net/aspose-slides-for-xa...
  3. Working with 7z Archives | Aspose.Zip for .NET

    Create, encrypt, append, split, and extract 7z archives in C# with Aspose.ZIP for .NET....Buy Working with 7z Archives Contents [ Hide Show ] Overview 7-Zip...file paths, FileInfo , streams, stream providers, or whole directories...

    docs.aspose.com/zip/net/working-with-7z-archives/
  4. Convert ODT to PPSM via C# .NET or with free On...

    Convert Word odt documents to PowerPoint ppsm files with C#. Convert multiple files within ASP.NET or other .NET applications....Presentation Object Import HTML content in text frame of any slide...AutoShape to accomodate the HTML content // Adjust it as of your need...

    products.aspose.com/total/net/conversion/odt-to...
  5. Cancel archive extraction with CancellationToke...

    Use CancellationToken in Aspose.ZIP for .NET to stop ZIP, 7z, CAB, RAR, GZIP, ISO, and other extraction operations in C#....extraction with CancellationToken Contents [ Hide Show ] Long extraction...extract an entry to a stream, that stream can contain partial data...

    docs.aspose.com/zip/net/cancel-archive-extraction/
  6. Converting a PDF file to BYTEARRAY using C++ | ...

    Sample code for PDF to BYTEARRAY conversion using C++. Use C++ example for batch PDF to BYTEARRAY conversion....FileStream object Load the contents into the byte array Process...writing. The output BYTEARRAY content and formatting will be identical...

    products.aspose.com/pdf/cpp/conversion/pdf-to-b...
  7. Convert ODT to PPS via C# .NET or with free Onl...

    Convert Word odt documents to PowerPoint pps files with C#. Convert multiple files within ASP.NET or other .NET applications....Presentation Object Import HTML content in text frame of any slide...AutoShape to accomodate the HTML content // Adjust it as of your need...

    products.aspose.com/total/net/conversion/odt-to...
  8. Resize EPS using Java API Solution

    Resize EPS functionality offered by Aspose.Page API solution for Java is explained and illustrated with the code snippets here....EPS using Java API Solution Contents [ Hide Show ] Overview This...image: width and height. The content of the image is left the same...

    docs.aspose.com/page/java/resize-eps/
  9. 使用 OAuth 访问邮件服务|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....Dutch Svenska 使用 OAuth 访问邮件服务 Contents [ Hide ] 已在 Aspose.Email 中添加对...MemoryStream ( bytes ); using ( Stream requestStream = request . GetRequestStream...

    docs.aspose.com/email/zh/net/access-mail-servic...
  10. 导出为 JSON|Aspose.PDF for Python via .NET

    本示例演示如何使用 Aspose.PDF for Python via .NET 将 PDF 表单字段值导出到 JSON 文件。它解释了如何加载 PDF 表单,通过 Form 门面访问其字段,并将提取的数据保存为结构化的 JSON 格式。...导出为 JSON Contents [ Hide ] JSON 是一种广泛使用的数据格式,能够实现应用程序和服务之间的无缝交换。在本示例中,...file stream with FileIO ( outfile , "w" ) as json_stream : # Export...

    docs.aspose.com/pdf/zh/python-net/export-to-json/