Why? 404? There are many pages that cannot be opened

There are many pages that cannot be opened

Document Page

404 - Page Not Found | Aspose Documentation

404.png (32.9 KB)

@hellokimi56

Could you please provide more details about which specific pages are returning a 404 error and the context in which you are encountering this issue?

@hellokimi56

Sorry for that, it looks these pages were not be ported from .NET, but all kind of these pages demonstrates simple Aspose.PSD approach to export of PSD to other formats or color modes like this:

or this:
# Specify File Paths
sourceFile = “AllTypesLayerPsd.psd”
outputFile = “LoadImageExample.png”

# Specify Load Options
loadOptions = PsdLoadOptions()
loadOptions.load_effects_resource = True
loadOptions.allow_warp_repaint = True

# Specify Export Options
exportOptions = PngOptions()
exportOptions.color_type = PngColorType.TRUECOLOR_WITH_ALPHA

# Open File using Aspose.PSD for Python
with Image.load(sourceFile, loadOptions) as image:
    # Types of Aspose.PSD can be casted
    psdImage = cast(PsdImage, image)
    textLayer = cast(TextLayer, psdImage.layers[5])
    textLayer.update_text("Simple Text Edit")

    # Export PSD File To PNG
    psdImage.save(outputFile, exportOptions)

We have opened the following new ticket(s) about documentation improvement in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

Issue ID(s): PSDPYTHON-161

You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.