Sort Score
Result 10 results
Languages All
Labels All
Results 3,261 - 3,270 of 64,801 for

path

(0.21 sec)
  1. 将 HTML 转换为 BMP – C# 示例

    使用 Aspose.HTML API 在 C# 中将 HTML 转换为 BMP。在 C# 示例中考虑各种 HTML 到 BMP 的转换情况。尝试在线 HTML 转换器。...BMP using C# 2 3 // Prepare a path to a source HTML file 4 string...string documentPath = Path. Combine (DataDir, "bmp.html" ); 5 6...

    docs.aspose.com/html/zh/net/convert-html-to-bmp/
  2. Issue with custom fonts converting from word to...

    We have an issue converting a word document to pdf with a custom font. I’ve tried several ways to setup the custom fonts, but so far it always failed. here is my code: string[] fontFolders = FontsLoader.GetFontFolder…...Save(Path.Combine(context.WorkingDirectory...this method returns the correct path where your custom fonts are...

    forum.aspose.com/t/issue-with-custom-fonts-conv...
  3. Load a font from CFF file | .NET

    .NET API solution to load fonts from a file on your hard drive even if this file is not a font inself. Let’s look at how to make it from a CFF file....the font loading: Construct path to the file. Initiate object...Construct path to the file. 2 string fontPath = Path.Combine(DataDir...

    docs.aspose.com/font/net/how-to-load-fonts/load...
  4. Load a font from CFF file | .NET

    .NET API solution to load fonts from a file on your hard drive even if this file is not a font inself. Let’s look at how to make it from a CFF file....the font loading: Construct path to the file. Initiate object...Construct path to the file. 2 string fontPath = Path.Combine(DataDir...

    docs.aspose.com/font/net/how-to-load-fonts/load...
  5. Converting a MHTML file to JPEG using Python | ...

    Sample code on Python for MHTML to JPEG conversion. Use example code for batch MHTML to JPEG conversion with Python and .NET...pdf library, including FileIO, path classes.These libraries are...before proceeding. Specify the path to the input PDF file by joining...

    products.aspose.com/pdf/python-net/conversion/m...
  6. Utility Features in Aspose.Tasks for C++ | Aspo...

    Discover how to utilize utility features available in the C++ version of Aspose.Tasks....Calculate Critical Path The critical path is the tasks, or task...Keeping track of the critical path and the resources assigned to...

    docs.aspose.com/tasks/cpp/utility-features/
  7. How to Add/Insert TextBox to Worksheet with C++...

    How to add/insert a TextBox to a worksheet in Aspose.Cells with C++....Startup (); // Source directory path U16String srcDir ( u ".. \\...\\ " ); // Output directory path U16String outDir ( u ".. \\...

    docs.aspose.com/cells/cpp/add-text-box-to-works...
  8. Remove Pages from PDF using .NET | Aspose.PDF

    Remove pages from PDF file programmatically with C# sample code using Aspose.PDF for .NET...from PDF - C# var inputFile = Path . Combine ( dataDir , "DeleteParticularPage...e.pdf)" ); var outputFile = Path . Combine ( dataDir , "Dele...

    products.aspose.com/pdf/net/pages/remove/
  9. 如何用 .NET 添加 Watermark 注解 | Aspose.PDF

    C# 上的源代码,用于通过 COM 互操作在 .NET Framework、.NET Core 和 PHP、VBScript、Delphi、C++ 上添加 Watermark 个注释。... Path . Combine ( _dataDir , "sample...document . Save ( System . IO . Path . Combine ( _dataDir , "sample_Watermark...

    products.aspose.com/pdf/zh-hans/net/annotation/...
  10. Open Visio document programmatically|Documentation

    This page describes how to open Visio document from scratch with Aspose.Diagram library....and they accept a valid file path string or a file stream of the...ose.Diagram-for-Java // The path to the documents directory....

    docs.aspose.com/diagram/java/open-visio-document/