Sort Score
Result 10 results
Languages All
Labels All
Results 1,101 - 1,110 of 6,180 for

path

(0.07 sec)
  1. HtmlSaveOptions.FontsFolderAlias | Aspose.Words...

    Discover the HtmlSaveOptions FontsFolderAlias property to customize font URIs in your HTML documents. Enhance your web design with ease!...will be written to HTML without path regardless of other options...

    reference.aspose.com/words/net/aspose.words.sav...
  2. Animated Text|Aspose.Slides for Python Document...

    Add animated text and effects to PowerPoint presentation in Python... Presentation ( path + "Presentation1.pptx" ) as...

    docs.aspose.com/slides/python-net/animated-text/
  3. MarkdownSaveOptions.imageSavingCallback propert...

    MarkdownSaveOptions.imageSavingCallback property. Allows to control how images are saved when a document is saved to [SaveFormat.Markdown](../../../aspose.words/saveformat/#Markdown) format.... shapeType }${ Path . GetExtension ( args . imageFileName...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. HtmlSaveOptions.images_folder_alias property | ...

    HtmlSaveOptions.images_folder_alias property. Specifies the name of the folder used to construct image URIs written into an HTML document...will be written to HTML without path regardless of other options...

    reference.aspose.com/words/python-net/aspose.wo...
  5. IResourceSavingCallback | Aspose.Words for Java

    Implement this interface if you want to control how Aspose.Words saves external resources images fonts and css when saving a document to fixed page HTML or SVG in Java....must explicitly specify the path for the fonts. args.setReso...must explicitly specify the path for the fonts. args.setReso...

    reference.aspose.com/words/java/com.aspose.word...
  6. Convert MHTML to PNG in Python – Aspose.HTML fo...

    Convert MHTML to PNG using Aspose.HTML Python library. Consider the supported MHTML to PNG conversion scenarios in Python examples....Setup directories and define paths 9 output_dir = "output/" 10...input_dir = "data/" 11 if not os. path . exists (output_dir): 12 os...

    docs.aspose.com/html/python-net/convert-mhtml-t...
  7. CompressionLevel enumeration | Aspose.Words for...

    aspose.words.saving.CompressionLevel enumeration. Compression level for OOXML files... path . getsize ( ARTIFACTS_DIR +...

    reference.aspose.com/words/python-net/aspose.wo...
  8. MarkdownSaveOptions.images_folder property | As...

    MarkdownSaveOptions.images_folder property. Specifies the physical folder where images are saved when exporting a document to the [SaveFormat.MARKDOWN](../../../aspose.words/saveformat/#MARKDOWN) format... path . join ( ARTIFACTS_DIR , 'ImagesDir'...

    reference.aspose.com/words/python-net/aspose.wo...
  9. OleFormat.IsLink | Aspose.Words for .NET

    Discover OleFormat IsLink property. Easily check if your OLE object is linked with SourceFullName for seamless data integration and management.... EndsWith ( @"Images" + Path . DirectorySeparatorCh + "Microsoft...

    reference.aspose.com/words/net/aspose.words.dra...
  10. Layer group export image error:The rectangle ha...

    我使用的是psd-java,当我把图层组导出为png的时候报错。这是我的代码: for (Layer layer : psdImage.getLayers()) { if (layer instanceof LayerGroup) { count++; LayerGroup layerGroup = (LayerGroup) layer; System.out.println("画板名称: " + laye…...uploadPathPic为素材名 Path uploadPathPic = Paths.get(outPath); if...layer group } // Create output path fileNameNoExt = FilenameUtils...

    forum.aspose.com/t/layer-group-export-image-err...