Sort Score
Result 10 results
Languages All
Labels All
Results 8,641 - 8,650 of 61,035 for

path

(0.34 sec)
  1. Convert MPP to XML via C++ application

    Sample C++ conversion code for MPP document to XML format. Use example code for batch MPP to XML conversion within any C++ Application.... Pass the output file path with (XML) file extension. XML...will be saved at the specified path. Open XML file in compatible...

    products.aspose.com/tasks/cpp/conversion/mpp-to...
  2. Convert EML to HTML|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....HTML the ‘src’ tag with the path to this file: Load the email...UseRelativePathToRes = true }; msg . Save ( Path . Combine ( "target.html" )...

    docs.aspose.com/email/net/converting-between-fo...
  3. Aspose::Words::Drawing::ImageData::get_SourceFu...

    Aspose::Words::Drawing::ImageData::get_SourceFullName method. Gets or sets the Path and name of the source file for the linked image in C++....ame method Gets or sets the path and name of the source file...

    reference.aspose.com/words/cpp/aspose.words.dra...
  4. 使用Aspose.PDF for .NET与Coldfusion|Aspose.PDF for...

    您应该使用PdfFileInfo类在Coldfusion中处理Aspose.PDF for .NET...--- get pdf file path ---> < cfset FilePath = ExpandPath("guide...pdf") > <!--- assign pdf file path to the class object by setting...

    docs.aspose.com/pdf/zh/net/using-aspose-pdf-for...
  5. Saving a Document as a Multipage TIFF|Aspose.Wo...

    Convert a document to a multi-page TIFF using Python. To determine how the document is displayed on the image you need to specify additional options: resolution, number of pages, image binarization, etc....simply passing the “save to” path and the relevant file extension...name extension specified in the path. The following example demonstrates...

    docs.aspose.com/words/python-net/saving-a-docum...
  6. 在 C# 中将 EPUB 转换为 BMP – Aspose.HTML for .NET

    使用Aspose.HTML API在C#中将EPUB转换为BMP。在C#示例中考虑各种EPUB到BMP转换方案。尝试在线EPUB转换器。...epub" ); 5 6 // Prepare a path to save the converted file 7...7 string savePath = Path. Combine (OutputDir, "input-output.bmp"...

    docs.aspose.com/html/zh/net/convert-epub-to-bmp/
  7. Manage Video Frames in Presentations Using PHP|...

    Learn to programmatically add and extract video frames in PowerPoint and OpenDocument slides using Aspose.Slides for PHP via Java. Fast how-to guide....object and pass the video file path to embed the video with the...a video by passing its file path directly to the addVideoFrame(float...

    docs.aspose.com/slides/php-java/video-frame/
  8. Font Conversion. Advanced details | Aspose.Font...

    Conversion functionality from Aspose.Font. Sometimes you need to read converted font data before saving the it. The method here is aimed to help with it....System::String fontPath = System::IO::Path::Combine(get_DataDir(), u"{{input}}");...System::String outPath = System::IO::Path::Combine(get_OutputDir(), u"output-file...

    docs.aspose.com/font/cpp/convert/advanced-metho...
  9. Edit MHTML in C# – Aspose.HTML for .NET

    Code to edit MHTML files in C#. Use Aspose.HTML for .NET API features to create, remove, or edit content of an MHTML document....Prepare path to source HTML file string documentPath = Path.Combine(DataDir...Combine(DataDir, "file.html" ); // Prepare path for edited MHTML file saving...

    products.aspose.com/html/net/editor/mhtml/
  10. 创建 PDF 文档|Aspose.PDF for C++

    本文描述了如何使用 Aspose.PDF for C++ 创建和格式化 PDF 文档。...String tmpFile = System :: IO :: Path :: GetTempFileNameSafe (); auto...set_WorkingDirectory ( System :: IO :: Path :: GetDirectoryName ( tesseractProcessName...

    docs.aspose.com/pdf/zh/cpp/create-pdf-document/