Sort Score
Result 10 results
Languages All
Labels All
Results 2,871 - 2,880 of 60,990 for

path

(0.07 sec)
  1. How to Enable POP3 Activity Logging in .NET|Doc...

    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....specifies the relative or absolute path to the log file. Pop3DiagnosticLog_UseDate...Create an Pop3Client . Set the path to the log file using the LogFileName...

    docs.aspose.com/email/net/enable-pop3-activity-...
  2. IResourceSavingCallback Interface | Aspose.Word...

    Control Aspose.Words resource saving with the IResourceSavingCallback interface. Manage images, fonts, and CSS for optimized HTML or SVG documents....} \ "" ); string extension = Path . GetExtension ( args . ResourceFileName...must explicitly specify the path for the fonts. args . ResourceFileUri...

    reference.aspose.com/words/net/aspose.words.sav...
  3. Convert XPS with Aspose.Page C++ API

    XPS to PDF conversion functionality included in Aspose.Page API solution for C++ is described and illustrated with the code snippets here....{{#if_output 'PDF'}} // The path to the documents directory....'JPG' 'PNG' 'TIFF'}} // The path to the documents directory....

    docs.aspose.com/page/cpp/convert-xps/
  4. Enable Activity Logging for EWS Client in .NET ...

    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....Specifies the relative or absolute path to the log file. EWSDiagnosticLog_UseDate...Create an EWSClient . Set the path to the log file using the LogFileName...

    docs.aspose.com/email/net/enable-activity-loggi...
  5. 使用 C# 添加、提取或移除 PDF 中的图像 | Aspose.PDF

    本页介绍使用 Aspose.PDF for .NET 库使用 PDF 文件中的图像的功能。...Example: C# var inputFile = Path . Combine ( dataDir , "add-image..."add-image.pdf" ); var outputFile = Path . Combine ( dataDir , "add-image_out...

    products.aspose.com/pdf/zh-hans/net/images/
  6. 使用 C# 向 PDF 添加标题 | Aspose.PDF

    使用 Aspose.PDF 通过 .NET 处理来自 PDF 的标头的示例 C# 代码。...此示例代码显示了如何将标题添加到 PDF var inputFile = Path . Combine ( dataDir , "TextinHeader..."TextinHeader.pdf" ); var outputFile = Path . Combine ( dataDir , "TextinHeader_out...

    products.aspose.com/pdf/zh-hans/net/header/
  7. XPS to HTML Converter using Python | Aspose.PDF

    Sample code on Python for XPS to HTML conversion. Use example code for batch XPS to HTML conversion with Python and .NET...HTML format to the output file path. Here is an example that demonstrates...apdf from os import path path_infile = path . join ( self . data_dir...

    products.aspose.com/pdf/python-net/conversion/x...
  8. 在 C++ 中使用 Aspose.Cells for C++ API 对字体应用上标和下标效果...

    使用 Aspose.Cells for C++ API,在 C++ 中对 Excel 中文本应用上标和下标效果的代码示例。...Startup (); // Source directory path U16String srcDir ( u ".. \\...\\ " ); // Output directory path U16String outDir ( u ".. \\...

    docs.aspose.com/cells/zh/cpp/apply-superscript-...
  9. PDFA to PDF Converter using Python | Aspose.PDF

    Sample code on Python for PDFA to PDF conversion. Use example code for batch PDFA to PDF conversion with Python and .NET... Specify the path to the input PDF document by...apdf from os import path path_infile = path . join ( self . data_dir...

    products.aspose.com/pdf/python-net/conversion/p...
  10. 使用 C# 向 PDF 添加文本图章 | Aspose.PDF

    在 .NET Framework、.NET Core 上向 PDF 文件添加文本戳的 C# 源代码。...向 PDF 添加文本图章 var inputFile = Path . Combine ( dataDir , "sample..."sample.pdf" ); var outputFile = Path . Combine ( dataDir , "AddTextStamp_out...

    products.aspose.com/pdf/zh-hans/net/stamps/text/