Sort Score
Result 10 results
Languages All
Labels All
Results 2,141 - 2,150 of 60,888 for

path

(0.09 sec)
  1. Export Presentations to HTML with Externally Li...

    Export PowerPoint and OpenDocument presentations to HTML in C++ using Aspose.Slides with externally linked images—faster pages, code examples, and setup tips....LinkController class and sets the path where generated resource files...will be saved. // savePath - Path to the location where generated...

    docs.aspose.com/slides/cpp/exporting-presentati...
  2. Working with Transparency in XPS file | Java

    How to work with transparency of an XPS file is a question answered by Aspose.Page API solution. See how to use the functionality in Java...Page-for-Java 2 // The path to the documents directory....(Color. GRAY )); 9 10 // Create path with closed rectangle geometry...

    docs.aspose.com/page/java/xps/working-with-tran...
  3. Working with Textures in PostScript | C++

    How to add texture pattern to PS file is a question answered by Aspose.Page API solution. See how to use the functionality in C++... Create a rectangle path. Fill the rectangle with the...the document. Copy 1 // The path to the documents directory....

    docs.aspose.com/page/cpp/ps/working-with-textures/
  4. Inserting and Deleting Rows and Columns in PHP|...

    Learn how to Insert and Delete Rows and Columns through the Aspose.Cells for PHP via Java APIs....Workbook object by excel file path $workbook = new Workbook ( $dataDir...Workbook object by excel file path $workbook = new Workbook ( $dataDir...

    docs.aspose.com/cells/java/inserting-and-deleti...
  5. Load a font from CFF file | C++

    C++ 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...the font. Copy 1 // Construct path to the file. 2 System::String...

    docs.aspose.com/font/cpp/how-to-load-fonts/load...
  6. Markdown Converter – Convert MD in C# or Online

    Learn how to convert Markdown to other formats using Aspose.HTML for .NET API and consider C# example of Markdown to JPG conversion....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/net/markdown-converter/
  7. Merging and Unmerging Cells with C++|Documentation

    Aspose.Cells is a C++ library for working with spreadsheet files, which supports merging and unmerging cells. This article will introduce how to merge and unmerge cells using the Aspose.Cells library, and how to customize the merged cell style....Startup (); // Source directory path U16String srcDir ( u ".. \\...\\ " ); // Output directory path U16String outDir ( u ".. \\...

    docs.aspose.com/cells/cpp/merging-and-unmerging...
  8. Aspose.words PDF creation using html is blockin...

    Issue Description We are using Aspose.Words for .NET version 25.x to generate PDF files from HTML content. The HTML content includes image Paths that point to files located on an Azure File Share. However, we are experi…...HTML content includes image paths that point to files located...(rather than referencing them by path) to avoid file locks? Technical...

    forum.aspose.com/t/aspose-words-pdf-creation-us...
  9. 使用C++的高级保护设置(自Excel XP起)|Documentation

    学习如何使用Aspose.Cells结合C++应用Excel文件中的高级保护设置。...Startup (); // Source directory path U16String srcDir ( u ".. \\...01_SourceDirectory \\ " ); // Path of input Excel file U16String...

    docs.aspose.com/cells/zh/cpp/advanced-protectio...
  10. Create Bookmarks|Aspose.PDF for .NET

    This section explains how to create bookmarks to your PDF file with Aspose.PDF Facades using PdfBookmarEditor Class....CreateBookmarksOfAll () { // The path to the documents directory var...CreateBookmarksOfAll () { // The path to the documents directory var...

    docs.aspose.com/pdf/net/create-bookmarks/