Sort Score
Result 10 results
Languages All
Labels All
Results 6,201 - 6,210 of 61,536 for

path

(0.07 sec)
  1. Create AcroForm - Create Fillable PDF in C#|Asp...

    With Aspose.PDF for .NET you may create a form from scratch in your PDF file...AddTextBoxFieldToPdf () { // The path to the documents directory string...AddTextBoxFieldToPdf () { // The path to the documents directory string...

    docs.aspose.com/pdf/net/create-form/
  2. Manage SmartArt Shape Nodes in Presentations Us...

    Manage SmartArt shape nodes in PPT, PPTX and ODP with Aspose.Slides for Python via .NET. Get clear code samples and tips to streamline your presentations.... Presentation ( path + "AddNodes.pptx" ) as pres...with slides . Presentation ( path + "AccessSmartArt.pptx" ) as...

    docs.aspose.com/slides/python-net/manage-smarta...
  3. 将 MHTML 转换为 DOCX – C# 示例

    使用 Aspose.HTML for .NET 将 MHTML 转换为 DOCX,并考虑在 C# 示例中支持 MHTML 到 DOCX 的转换。试试在线 MHTML 转换器。...(stream, new DocSaveOptions(), Path. Combine (OutputDir, "convert-by-two-lines..."sample.mht" ); 5 6 // Prepare a path to save the converted file 7...

    docs.aspose.com/html/zh/net/convert-mhtml-to-docx/
  4. Add Image to HTML – From Basic Syntax to Advanc...

    Aspose.HTML explains how to add images to HTML using img tag, CSS backgrounds, JavaScript, etc. Improve web design and SEO with best practices!...attribute – src , which contains the path to the image you want to embed...can be added using local file paths, remote URLs, or embedded directly...

    docs.aspose.com/html/net/tutorial/add-image-to-...
  5. 使用 PdfExtractor 提取图像|Aspose.PDF for .NET

    本节解释如何使用 PdfExtractor 类通过 Aspose.PDF Facades 提取图像。...ExtractImagesWholePD () { // The path to the documents directory var...ExtractImagesWholePD () { // The path to the documents directory var...

    docs.aspose.com/pdf/zh/net/extract-images/
  6. Convert PowerPoint Presentations to HTML in Jav...

    Convert PowerPoint presentations to responsive HTML in Java. Preserve layout, links, and images with Aspose.Slides conversion guide for fast, flawless results....(); String path = fontName + ".woff" ; // some path sanitaze may...write ( new File ( m_basePath + path ). toPath (), fontData , StandardOpenOption...

    docs.aspose.com/slides/java/convert-powerpoint-...
  7. How to Run the Examples | Aspose.TeX for Python

    This page provides all the necessary requirements and steps to run the examples of the Aspose.TeX solution for Python....folder appears in the [PYTHON_PATH]\Lib\site-packages\ folder after...be installed in the [PYTHON_PATH]\site-packages\ folder. In this...

    docs.aspose.com/tex/python-net/how-to-run-the-e...
  8. Aspose.PSD for .NET 20.6 - 发行说明|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....long size ) { string fileName = Path . GetFileName ( filePath );...outputPath )) { image . Save ( Path . ChangeExtension ( outputPath...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-2...
  9. 在 C++ 中将 PowerPoint 演示文稿转换为 HTML|Aspose.Slides 文档

    在 C++ 中将 PowerPoint 演示文稿转换为响应式 HTML。使用 Aspose.Slides 转换指南快速、无瑕地保留布局、链接和图像。...substitutedFont -> get_FontName (); String path = String :: Format ( u "{0}...WriteAllBytes ( IO :: Path :: Combine ( m_basePath , path ), fontData );...

    docs.aspose.com/slides/zh/cpp/convert-powerpoin...
  10. Save SVG in C# – Save to file, Url, SVGZ

    Learn how to save SVG files programmatically in C# using Aspose.SVG for .NET. Simple examples for exporting and compressing SVG to SVGZ....directly using either a file path or a Url object. Optional parameters...full path to save an SVG document Url url = new Url(Path.Combine(OutputUrl...

    products.aspose.com/svg/net/save-svg/