String path = null;
String def = (String)pdvr.getFilePath();
if(def.startsWith("LINK:")){
path = def.substring("LINK:".length());
}
pdf.storeProcessDefinition(path, pd);
//restore cached file
pdf.compileDefinition(DEFINITION_ROOT + path, pd);
//remove cache