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

path

(0.53 sec)
  1. Convert PowerPoint Presentations to Markdown in...

    Convert PowerPoint slides—PPT, PPTX—to clean Markdown with Aspose.Slides for .NET, automate documentation and keep formatting....application (and a relative path will be built for them in the...you can specify your preferred path and folder name. This C# code...

    docs.aspose.com/slides/net/convert-powerpoint-t...
  2. FileFormatUtil.DetectFileFormat fails to detect...

    to reproduce: unzip the attached file call Aspose.Words.FileFormatUtil.DetectFileFormat for the text file expected to get Txt, but got Unknown data_1000chars_Uknown.txt.zip (805 Bytes)...DetectFileFormat("path_to_your_extracted_file"); Expected...Check the File Path : Ensure that the file path provided to the...

    forum.aspose.com/t/fileformatutil-detectfilefor...
  3. Merge images|Aspose.PDF for .NET

    Discover how to merge images into a single PDF document in .NET using Aspose.PDF for streamlined document creation....(); // Updated to use dynamic path // Get all image files matching...void MergeImages02 () { // The path to the documents directory var...

    docs.aspose.com/pdf/net/merge-images/
  4. XML to PDFA Converter using C# | Aspose.PDF

    Sample code for XML to PDFA C# conversion. Use API example code for batch XML files to PDFA conversion within VB.NET, ASP.NET, or any .NET-based application...while passing the output file path & SaveFormat.Pdf as parameters...PDFA Output file: var xmlFile = Path . Combine ( dataDir , "xml-to-pdf...

    products.aspose.com/pdf/net/conversion/xml-to-p...
  5. Generate Code 16K Barcodes in C#|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.... Save ( $"{path}Code16KAspectRatio10.png" ,...AspectRatio = 20 ; gen . Save ( $"{path}Code16KAspectRatio20.png" ,...

    docs.aspose.com/barcode/net/code16k-barcodes/
  6. XML to PNG Converter using C# | Aspose.PDF

    Sample code for XML to PNG C# conversion. Use API example code for batch XML files to PNG conversion within VB.NET, ASP.NET, or any .NET-based application...with page index & output file path as parameters Save the output...PNG Output file: var xmlFile = Path . Combine ( dataDir , "xml-to-pdf...

    products.aspose.com/pdf/net/conversion/xml-to-png/
  7. 使用Python.NET应用高级条件格式|Documentation

    学习如何用Aspose.Cells for Python via .NET实现Excel的高级条件格式功能,如数据条、颜色比例和图标集。... path . dirname ( os . path . abspath ( __file__...__file__ )) data_dir = os . path . join ( current_dir , "data" )...

    docs.aspose.com/cells/zh/python-net/apply-advan...
  8. Add Header to PDF using C# | Aspose.PDF

    Sample C# code for using Aspose.PDF to work with headers from PDF via .NET....Header to PDF var inputFile = Path . Combine ( dataDir , "TextinHeader..."TextinHeader.pdf" ); var outputFile = Path . Combine ( dataDir , "TextinHeader_out...

    products.aspose.com/pdf/net/header/
  9. Redact PDF using C# | Aspose.PDF

    Redact PDF documents programmatically with C# sample code using Aspose.PDF for .NET...PDF Files - C# var inputFile = Path . Combine ( dataDir , "input..."input.pdf" ); var outputFile = Path . Combine ( dataDir , "output...

    products.aspose.com/pdf/net/redaction/
  10. Convert Table to ODS with C++|Documentation

    Convert an Excel file with a table to ODS file format using Aspose.Cells with C++....Cells-for-C++ // Source directory path U16String sourceDir = u ".....01_SourceDirectory \\ " ; // Output directory path U16String outputDir = u ".....

    docs.aspose.com/cells/cpp/convert-table-to-ods/