I I am looking at a Tool To convert XFA/PDF Documents inTo “normal/standard” pdf that can be read in all browers.Your Tool looks OK with the trial version, but i need To be sure that it can convert the full PDF Document …...Document doc = new Document(“C:\InputLiveCyclePDF_2.pdf”); doc.Flatten();...Flatten(); doc.OptimizeSize = true; doc.Optimize(); doc.Save(“C:\OutPut-Document...