Sort Score
Result 10 results
Languages All
Labels All
Results 3,171 - 3,180 of 59,331 for

path

(0.1 sec)
  1. Aspose.Slides for Java 15.10.0 的公共 API 和不兼容更改|A...

    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....VideoPlayerHtmlContr 构造函数接受以下参数: path:生成视频和音频文件的路径 fileName:HTML 文件的名称...pptx" ); try { final String path = "path" ; final String fileName...

    docs.aspose.com/slides/zh/java/public-api-and-b...
  2. Presentation via VBA|Aspose.Slides Documentation

    Add, remove, and extract VBA macros in PowerPoint presentations in C++...scratch to a presentation: // The path to the documents directory....to remove a VBA macro: // The path to the documents directory....

    docs.aspose.com/slides/cpp/presentation-via-vba/
  3. Time Logging – Convert HTML – Aspose.HTML for .NET

    You will find an Aspose.HTML C# example of custom message handlers to convert HTML from ZIP archive to PDF and log the execution time of this conversion....35 36 Stream GetFile (string path) 37 { 38 ArchiveEntry result...FirstOrDefault (x => x. Name == path); 41 return result ? . Open...

    docs.aspose.com/html/net/message-handlers/time-...
  4. MHTML to GIF Converter using Python | Aspose.PDF

    Sample code on Python for MHTML to GIF conversion. Use example code for batch MHTML to GIF conversion with Python and .NET...pdf library, including FileIO, path classes.These libraries are...before proceeding. Specify the path to the input PDF file by joining...

    products.aspose.com/pdf/python-net/conversion/m...
  5. Load font files from streams | C++ Solution

    C++ API Solution to manage various fonts. Learn how to load fonts from a MemoryStream/byte array with a few lines of code....following steps: Construct the path to the font file. Here, DataDir...predefined variable containing the path to the directory where the font...

    products.aspose.com/font/cpp/load-font-from-str...
  6. PDF to HTML Converter using Python | Aspose.PDF

    Sample code on Python for PDF to HTML conversion. Use example code for batch PDF to HTML 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...
  7. SVG to PPTX Converter using Python | Aspose.PDF

    Sample code on Python for SVG to PPTX conversion. Use example code for batch SVG to PPTX 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/s...
  8. Save File from URL – Java code

    Learn how to download and save files from URLs using Java. Use Aspose.HTML for Java to automate file downloading from online sources....HTMLDocument(); // Create a URL with the path to the resource you want to...getPathname (). split ( "/" ); String path = split [ split. length - 1...

    products.aspose.com/html/java/save-file-from-url/
  9. Calculate Formulas with C++|Documentation

    This article introduces how to use Aspose.Cells library to calculate formulas in Microsoft Excel with C++. By loading an existing Excel file or creating a new Excel file, we can use the methods provided by Aspose.Cells to calculate the formula and get the result. Finally, we save the modified Excel file to disk....Startup (); // Source directory path U16String srcDir ( u ".. \\...\\ " ); // Output directory path U16String outDir ( u ".. \\...

    docs.aspose.com/cells/cpp/calculate-formulas/
  10. Document.convert(OutputStream outputLogStream, ...

    I’ve got an issue with the Document.convert(OutputStream outputLogStream, PdfFormat format, ConvertErrorAction action) method in a concurrency scenario. Using this method in parallel throws the following exception: com…...List<String> pathes = new ArrayList<>(); pathes.add("/opt/data/testme....pdf"); pathes.add("/opt/data/testme2.pdf"); pathes.add("/opt/data/testme3...

    forum.aspose.com/t/document-convert-outputstrea...