Sort Score
Result 10 results
Languages All
Labels All
Results 341 - 350 of 1,259 for

relative paths

(0.12 sec)
  1. Convert PowerPoint Presentations to HTML in Jav...

    Convert PowerPoint presentations to responsive HTML in Java. Preserve layout, links, and images with Aspose.Slides conversion guide for fast, flawless results....content=\"IE=9\">\n" + "<link rel=\"stylesheet\" type=\"text/css\"...(); String path = fontName + ".woff" ; // some path sanitaze may...

    docs.aspose.com/slides/java/convert-powerpoint-...
  2. HtmlSaveOptions class | Aspose.Words for Python

    aspose.words.saving.HtmlSaveOptions class. Can be used to specify additional options when saving a document into the [SaveFormat.HTML](../../aspose.words/saveformat/#HTML), [SaveFormat.MHTML](../../aspose.words/saveformat/#MHTML), [SaveFormat.EPUB](../../aspose.words/saveformat/#EPUB), [SaveFormat.AZW3](../../aspose.words/saveformat/#AZW3) or [SaveFormat.MOBI](../../aspose.words/saveformat/#MOBI) format...css_style_sheet_file_name Specifies the path and the name of the Cascading...default_template Gets or sets path to default template (including...

    reference.aspose.com/words/python-net/aspose.wo...
  3. BuiltInDocumentProperties | Aspose.Words for Java

    A collection of built-in document properties in Java....string used for evaluating relative hyperlinks in this document...string used for evaluating relative hyperlinks in this document...

    reference.aspose.com/words/java/com.aspose.word...
  4. How to Run Aspose.Slides in Docker|Aspose.Slide...

    Run Aspose.Slides in Docker containers: configure images, dependencies, fonts, and licensing to build scalable services that process PowerPoint and OpenDocument....pwd is used to specify relative path. –add-host dev.slides.external...DOTNET_SDK_VERSION 2.1 . 301 ENV DOTNET_PATH "c:/Program Files/dotnet" RUN...

    docs.aspose.com/slides/net/how-to-run-aspose-sl...
  5. 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/
  6. Convert PowerPoint Presentations to HTML on And...

    Convert PowerPoint presentations to responsive HTML in Java. Preserve layout, links, and images with Aspose.Slides for Android conversion guide for fast, flawless results....content=\"IE=9\">\n" + "<link rel=\"stylesheet\" type=\"text/css\"...(); String path = fontName + ".woff" ; // some path sanitaze may...

    docs.aspose.com/slides/androidjava/convert-powe...
  7. 从网站提取 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...
  8. Working with Transformations in PS file | Java

    How to transform a content in PS file is a question answered by Aspose.Page API solution. See how to use the functionality in Java...and shearing onto a rectangle path added to PsDocument . We split...translated on 250 points by X-axis relatively to the upper-level graphics...

    docs.aspose.com/page/java/ps/working-with-trans...
  9. Markdown Syntax – Basic Tutorial – Aspose.HTML ...

    This article provides information on the main elements of the Markdown markup language and the details of the Markdown syntax....[Alt text for image](/path/to/img.png) Example: ![Text...square brackets, and the URL or path to the image in the parentheses...

    docs.aspose.com/html/net/markdown-syntax/
  10. 如何获取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