Sort Score
Result 10 results
Languages All
Labels All
Results 5,391 - 5,400 of 61,555 for

path

(0.13 sec)
  1. Get Worksheet Unique ID with C++|Documentation

    This article shows how to get an Excel worksheet's unique ID using the C++ library and API programmatically....Startup (); // Source directory path U16String srcDir ( u ".. \\...

    docs.aspose.com/cells/cpp/get-worksheet-unique-id/
  2. Document.attached_template property | Aspose.Wo...

    Document.attached_template property. Gets or sets the full Path of the template attached to the document....property Gets or sets the full path of the template attached to...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Working With Nodes in Ruby|Aspose.Words for Java

    Working With Document Nodes using Ruby.... Ruby Code ## The path to the documents directory....

    docs.aspose.com/words/java/working-with-nodes-i...
  4. Set Image Size|Aspose.PDF for Java

    This section describes how to set image size PDF file using Java library.... Svg ); // Path for source file img . setFile...

    docs.aspose.com/pdf/java/set-image-size/
  5. Set PDF Expiration in Ruby|Aspose.PDF for Java

    Implement expiration dates in PDFs using Aspose.PDF for Ruby for time-sensitive documents.... Ruby Code # The path to the documents directory ...

    docs.aspose.com/pdf/java/set-pdf-expiration-in-...
  6. Split PDF File into Individual Pages in Ruby|As...

    Understand how to split a PDF file into individual pages with Ruby and Aspose.PDF, making it easier to manage and extract content.... Ruby Code # The path to the documents directory ...

    docs.aspose.com/pdf/java/split-pdf-file-into-in...
  7. PDF rendering with Chinese fonts extremely slow...

    Hello, I’m encountering a performance issue when rendering a PDF using the Aspose.PDF library. When the document contains Chinese Simplified (zh-CN) or Chinese Traditional (zh-TW) text, I set: pdfDocument.OptimizeResou…..._languageCode switch { "ct" => LoadFont(Path.Combine(_fontsFolder, "NotoSansTC-Light..."NotoSansTC-Light.otf")), "cs" => LoadFont(Path.Combine(_fontsFolder, "NotoSansSC-Light...

    forum.aspose.com/t/pdf-rendering-with-chinese-f...
  8. Convert PowerPoint Presentations to HTML in PHP...

    Convert PowerPoint presentations to responsive HTML in PHP. Preserve layout, links, and images with Aspose.Slides conversion guide for fast, flawless results....getFontName (); $path = $fontName . ".woff" ; // some path sanitaze may...FileOutputStream" , $this -> m_basePath . $path ); $Array = new java_class (...

    docs.aspose.com/slides/php-java/convert-powerpo...
  9. Convert EPUB to JPG in Python – Aspose.HTML for...

    Convert EPUB to JPG using Aspose.HTML Python library. Consider various EPUB to JPG conversion scenarios in Python code examples....file system at the specified path. Create a new object with JPEG...ImageSaveOptions , and output file path to the convert_epub() method...

    docs.aspose.com/html/python-net/convert-epub-to...
  10. 将 HTML 转换为 TIFF – Aspose.HTML for .NET

    使用 Aspose.HTML 将 HTML 转换为 TIFF。了解所支持的 HTML 到 TIFF 转换方案,并考虑用 C# 示例来说明这些方案。...TIFF using C# 2 3 // Prepare a path to a source HTML file 4 string...string documentPath = Path. Combine (DataDir, "nature.html" ); 5...

    docs.aspose.com/html/zh/net/convert-html-to-tiff/