So I have found a fix for this problem but I wanted to know why its happening and if it means my implementation is wrong somewhere.I am using AssetManager from the com.day.cq.dam.api package and creating PDF assets with the line:assetManager.createAsset(path, inputStream, "application/pdf", true);Al...