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);Although they are being created and show up in
the forms portal they don't have all the functionality that a pdf form
has if I just manually upload it through the portal itself. The only
options I have ...