Sort Score
Result 10 results
Languages All
Labels All
Results 351 - 360 of 1,396 for

relative paths

(0.05 sec)
  1. 从网站提取 SVG – Aspose.HTML for .NET

    了解如何从网站下载 SVG。参考 C# 示例,自动从任何网站外挂内联和外部 SVG。... WriteAllText (Path. Combine (OutputDir, $ "{i}...Create a distinct collection of relative image URLs 10 IEnumerable...

    docs.aspose.com/html/zh/net/extract-svg-from-we...
  2. 用 C++ 格式化和修改命名范围|Documentation

    学习如何使用 Aspose.Cells 和 C++ 格式化、重命名、合并和删除 Excel 文件中的命名范围。...Startup (); // Source directory path U16String srcDir ( u ".. \\...\\ " ); // Output directory path U16String outDir ( u ".. \\...

    docs.aspose.com/cells/zh/cpp/format-and-modify-...
  3. LaTeX to image | .NET

    To convert TeX to image formats using Aspose.TeX API solution for .NET learn this article to see that describes how to do this and the code examples.... 16 new TeXJob(Path. Combine (DataDir, "hello-world...We need to specify the full path to the file. Otherwise, the...

    docs.aspose.com/tex/net/latex-to-image/
  4. Working with Text|Documentation

    This section explains how to insert a text shape or update shape's text with Aspose.Diagram....NET // The path to the documents directory....ose.Diagram-for-.NET // The path to the documents directory....

    docs.aspose.com/diagram/net/working-with-text/
  5. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – 使用 C++ 的 PDF 转换解决方案 https://products.aspose.com/pdf/zh-hans/cpp/conversion/ Recent content in 使用 C++ 的 PDF 转换解决方案 on Aspsoe.PDF Products Hugo -......file-name_1 File not added column is-relative alert-message alert-message...cl line cl c1 // String for path name line cl n String nf _dataDirp...

    products.aspose.com/pdf/zh-hans/cpp/conversion/...
  6. 如何获取word中header和footer段落的坐标(x, y)? - Free Suppo...

    您好:我使用aspose-words-21.5.0-jdk17.jar版本生成word。生成的word包含header和footer,还有body。分别是三个table,每个table的的cell都设置了段落。然后把header、body和footer中某一个段落放入到集合中,遍历集合move到对应段落,然后插入对应段落的shape。以下代码注释了计算坐标的代码就可以正常运行。 但是现在有这样的问题:我需要在插入shape的时候重新计…...String basePath = "D:\\temp\\path\\"; // 保存文档 doc.save(basePath...characters /// based on its depth relative to the root node that we provided...

    forum.aspose.com/t/word-header-footer-x-y/316493
  7. HtmlSaveOptions Class | Aspose.Words for .NET

    Discover Aspose.Words.Saving.HtmlSaveOptions to enhance document saving in HTML, MHTML, EPUB, AZW3, and MOBI formats with customizable options....{ get; set; } Specifies the path and the name of the Cascading...DefaultTemplate { get; set; } Gets or sets path to default template (including...

    reference.aspose.com/words/net/aspose.words.sav...
  8. Working with Transformations in PostScript | .NET

    How to transform a content in PS file is a question answered by Aspose.Page API solution. See how to use the functionality in .NET...and shearing onto a rectangle path added to PsDocument . We split...graphics path from the rectangle 10 GraphicsPath path = new GraphicsPath();...

    docs.aspose.com/page/net/ps/working-with-transf...
  9. Save Website – C# – Aspose.HTML for .NET

    Learn how to save a website or how to save a webpage using Aspose.HTML for .NET and customize the saving process to suit your needs....dlers/" ); 5 6 // Prepare a path to save the downloaded file...file 7 string savePath = Path. Combine (OutputDir, "root/result.html"...

    docs.aspose.com/html/net/website-to-html/
  10. LaTeX to image | Python

    To convert TeX to image formats using Aspose.TeX API solution for Python learn this article to see that describes how to do this and the code examples....import Util 5 from os import path 6 ########## 7 ###### Class...to PNG conversion. 18 TeXJob (path. join (Util. input_directory...

    docs.aspose.com/tex/python-net/latex-to-image/