Sort Score
Result 10 results
Languages All
Labels All
Results 71 - 80 of 892 for

pdfdevice

(0.04 sec)
  1. 如何在 Java 中将 TeX 转换为 PDF

    这个简短的教程提供了有关如何在 Java 中将 TeX 转换为 PDF 的详细信息。本文的大纲可以概括为环境配置、逐步算法和一个示例代码片段,演示了在 Java 中将 Latex 转换为 PDF 的功能。...这两个 API 调用让您可以通过选择 PdfDevice 类的任何重载来将 LaTeX 文件呈现为文件或流。...

    kb.aspose.com/zh/tex/java/how-to-convert-tex-to...
  2. Merge EPUB Files – Online Merger and C# code

    Merge EPUB files online or using C#. Use EPUB Merger to combine multiple EPUB files into one quickly, clearly and safely....PdfDevice("output-epub.pdf"); // Merge...following implementations: PdfDevice, XpsDevice, DocDevice and...

    products.aspose.com/html/net/merger/epub/
  3. TeX to ZIP | API Solution for C++

    C++ API Solution to work with TeX files. TeX to ZIP conversion functionality lets you save your TeX file as the most popular archive....using the TeXJob Method for PdfDevice . Refine the output. Finalize..., System :: MakeObject < PdfDevice > (), options); // For the...

    products.aspose.com/tex/cpp/output-to-zip/
  4. Edit HTML5 Canvas – С# Examples

    Learn about HTML Canvas and how to work with a document that contains HTML5 Canvas element using Aspose.HTML for .NET API....device 37 using (PdfDevice device = new PdfDevice(outputPath)) 38...

    docs.aspose.com/html/net/edit-html5-canvas/
  5. 使用 Python 将 XPS 转换为 PDF

    本文重点介绍如何使用 Python 将 XPS 转换为 PDF。它解释了分步算法以及使用 Python 将 XPS 文件转换为 PDF 的代码片段。...类的对象 创建内存流来保存输出的 PDF 文件 使用 PdfDevice 类实例将 XPS 文件导出为 PDF 格式 这些步骤概述了使用...

    kb.aspose.com/zh/page/python/convert-xps-to-pdf...
  6. Convert SVG to PDF – C# Examples

    You will learn how to convert SVG to PDF programmatically or online and consider C# examples of SVG to PDF conversions using Aspose.SVG....Initialize an instance of the PdfDevice class 17 using (IDevice device...device = new PdfDevice(pdfRenderingOptions, Path. Combine (OutputDir...

    docs.aspose.com/svg/net/convert-svg-to-pdf/
  7. Time Logging – Convert HTML – C# example

    You will find a C# example of custom message handlers to convert HTML from ZIP archive to PDF and log the execution time of this conversion....Device 28 using PdfDevice device = new PdfDevice(savePath); 29...

    docs.aspose.com/html/net/message-handlers/time-...
  8. LaTeX to PDF | Aspose.TeX for .NET

    To convert TeX to PDF using Aspose.TeX API solution for .NET learn this article to see that describes how to do this and the code examples....ltx" ), new PdfDevice(), options). Run (); view..."hello-world.ltx" ), new PdfDevice(pdfStream), options). Run...

    docs.aspose.com/tex/net/latex-to-pdf/
  9. 将 SVG 转换为 PDF – C# 示例

    您将学习如何以编程方式或在线将 SVG 转换为 PDF,并考虑使用 Aspose.SVG 将 SVG 转换为 PDF 的 C# 示例。...Initialize an instance of the PdfDevice class 17 using (IDevice device...device = new PdfDevice(pdfRenderingOptions, Path. Combine (OutputDir...

    docs.aspose.com/svg/zh/net/convert-svg-to-pdf/
  10. Convert HTML from ZIP archive to PDF – C# example

    In the article, the example of a message handler creating for working with zip archives is considered. The implementation of converting zip to pdf is shown....Device 25 using PdfDevice device = new PdfDevice(savePath); 26...

    docs.aspose.com/html/net/message-handlers/conve...