Sort Score
Result 10 results
Languages All
Labels All
Results 2,411 - 2,420 of 60,930 for

path

(0.12 sec)
  1. Convert Markdown to DOCX in Python – Aspose.HTML

    Convert Markdown to DOCX using Aspose.HTML Python library. Consider Markdown to DOCX conversion scenarios in Python examples....DocSaveOptions, and output file path. If your case is to create a...saving as sav 6 7 # Prepare a path to a source Markdown file 8...

    docs.aspose.com/html/python-net/convert-markdow...
  2. Font Settings with C++|Documentation

    Aspose.Cells is a C++ library for working with spreadsheet files. It supports setting the font settings of cells, allowing users to customize the font style and properties of cells. This article will introduce how to use the Aspose.Cells library to set cell font settings....Startup (); // Source directory path U16String srcDir ( u ".. \\...\\ " ); // Output directory path U16String outDir ( u ".. \\...

    docs.aspose.com/cells/cpp/cells-font-settings/
  3. Network Timeouts – How to Set Using Aspose.HTML

    Learn how to set network timeouts in C#. Create a custom message handler for network operation timeouts using Aspose.HTML for .NET....TimeoutMessageHandle()); 11 12 // Prepare path to a source document file 13...13 string documentPath = Path. Combine (DataDir, "document.html"...

    docs.aspose.com/html/net/message-handlers/netwo...
  4. Extract Text From Stamps using Python|Aspose.PD...

    Learn how to use special feature of Aspose.PDF for Python - text exstraction from stamp annotations...import FileIO from os import path import json from aspose.pycore...cast , is_assignable path_infile = path . join ( self . dataDir...

    docs.aspose.com/pdf/python-net/extract-text-fro...
  5. 将 Markdown 转换为 HTML – C# 示例和在线转换器

    使用 Aspose.HTML for .NET 将 Markdown 转换为 HTML。考虑在 C# 示例中将 Markdown 转换为 HTML 的情况。...HTML using C# 2 3 // Prepare a path to a source Markdown file 4...4 string sourcePath = Path. Combine (OutputDir, "document.md"...

    docs.aspose.com/html/zh/net/convert-markdown-to...
  6. 将 SVG 转换为 DOCX | Aspose.HTML for .NET

    使用 Aspose.HTML for .NET 在 C# 中将 SVG 转换为 DOCX。在 C# 示例中考虑各种 SVG 到 DOCX 的转换方案。试试在线 SVG 转换器。... ConvertSVG (Path. Combine (DataDir, "shapes.svg"...svg" ), new DocSaveOptions(), Path. Combine (OutputDir, "convert-with-single-line...

    docs.aspose.com/html/zh/net/convert-svg-to-docx/
  7. 制作 PDF 文件的 NUp|Aspose.PDF for .NET

    本文展示了如何使用 PdfFileEditor 类与 Aspose.PDF Facades 一起制作 PDF 文件的 NUp。...MakeNupOfPdfUsingFil () { // The path to the documents directory var...MakeNupUsingPageSize () { // The path to the documents directory var...

    docs.aspose.com/pdf/zh/net/make-nup-of-pdf-files/
  8. Manipulating Adobe Illustrator Formats|Document...

    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....Save method with destination path and an instance of PsdOptions...Save method with destination path and an instance of JpegOptions...

    docs.aspose.com/psd/net/manipulating-adobe-illu...
  9. Create Transparent Image in C#

    Follow this article to create transparent image in C#. It has all the settings for the IDE, a list of steps, and a sample code for drawing images with transparent background in C#.... to the path Create a colored brush and use...ellipses, arcs, etc., to the path, create a brush and fill shapes...

    kb.aspose.com/drawing/net/create-transparent-im...
  10. Compress PDF Document using C# | Aspose.PDF

    Compress PDF programmatically with C# sample code using Aspose.PDF for .NET library....optimized document to the new path using the Save() method. If...Output file: var initialFile = Path . Combine ( dataDir , "UnOptimizedDocument...

    products.aspose.com/pdf/net/compress/