Sort Score
Result 10 results
Languages All
Labels All
Results 3,821 - 3,830 of 66,847 for

path

(0.31 sec)
  1. Support For Interruptable Library|Aspose.Slides...

    Make long-running tasks cancelable with Aspose.Slides for .NET. Interrupt rendering and conversions for PowerPoint and OpenDocument safely, with examples....ProcessPresentation ( string path , string outPath , CancellationToken...presentation = new Presentation ( path , options )) { presentation...

    docs.aspose.com/slides/net/support-for-interrup...
  2. Extract Data from Table in PDF with C#|Aspose.P...

    Learn how to extract tabular from PDF using Aspose.PDF for .NET in C#...void ExtractTable () { // The path to the documents directory var...ExtractMarkedTable () { // The path to the documents directory var...

    docs.aspose.com/pdf/net/extract-data-from-table...
  3. Aspose::Words::Fields::FieldFileName class | As...

    Aspose::Words::Fields::FieldFileName class. Implements the FILENAME field. To learn more, visit the documentation article in C++....whether to include the full file path name. get_IsDirty () Gets or...not its full local file system path. // We can set a flag to make...

    reference.aspose.com/words/cpp/aspose.words.fie...
  4. 在 PostScript 中使用转换 | .NET

    Aspose.Page API 解决方案解答了如何在 PS 文件中转换内容的问题。了解如何在 .NET 中使用该功能...graphics path from the rectangle 13 GraphicsPath path = new GraphicsPath();...GraphicsPath(); 14 path. AddRectangle ( new RectangleF(0, 0, 150...

    docs.aspose.com/page/zh/net/ps/working-with-tra...
  5. Multiple Discrepancies When Saving a Presentati...

    Hello, I’m trying to save each slide from a PowerPoint presentation as an image, but there are several discrepancies. Could you please confirm whether this is a bug? Thank you Code: new Presentation("/Path/to/charts…...you Code: new Presentation("/path/to/charts.pptx").getSlides()...Dimension(1820, 1040)).save("/path/to/slide"+slide.getPresentation()...

    forum.aspose.com/t/multiple-discrepancies-when-...
  6. Convert Excel file to word doc with selected wo...

    Hi, I am trying to see if ASPOSE.total library can export an Excel Sheet into a page within a word doc. Please shared any samples you can guide or confirm this is available within the library. Thank you!...Replace with your input file path // Save the workbook as a DOCX...Docx); // Specify the output file path and format Console.WriteLine("Excel...

    forum.aspose.com/t/convert-excel-file-to-word-d...
  7. Markdown 转换器 – 在 C# 或在线中转换 MD

    了解如何使用 Aspose.HTML for .NET API 将 Markdown 转换为其他格式,并参考将 Markdown 转换为 JPG 的 C# 示例。...custom settings 2 3 // Prepare a path to a source Markdown file 4...4 string sourcePath = Path. Combine (DataDir, "nature.md" ); 5...

    docs.aspose.com/html/zh/net/markdown-converter/
  8. 将 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/
  9. Create Tagged PDF in Python|Aspose.PDF for Pyth...

    Learn how to create tagged PDF documents in Python with Aspose.PDF for Python via .NET, including PDF/UA structure elements, accessible forms, TOC pages, and automatic tagging....ap import sys from os import path def create_tagged_pdf_document_simple...ap import sys from os import path def create_tagged_pdf_document_adv...

    docs.aspose.com/pdf/python-net/create-tagged-pdf/
  10. Add digital signature or digitally sign PDF in ...

    Digitally sign PDF documents using C# or VB.NET. Verify, or validate the digitally sign PDFs using C# or VB.NET....void SignDocument () { // The path to the documents directory var... string password ) { // The path to the documents directory var...

    docs.aspose.com/pdf/net/digitally-sign-pdf-file/