Sort Score
Result 10 results
Languages All
Labels All
Results 371 - 380 of 1,466 for

relative paths

(0.08 sec)
  1. 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...
  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. 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/
  4. 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...
  5. Working with Text|Documentation

    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....Diagram-for-Java // The path to the documents directory....ose.Diagram-for-Java // The path to the documents directory....

    docs.aspose.com/diagram/java/working-with-text/
  6. 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...
  7. 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-...
  8. 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...
  9. 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/
  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