I'm trying to open a PDF, replace some text and then save the document. The problem is that when I do this the extended features are disabled.
public static void CreateProfile(SurveyProfile userProfile, string userProfi…...using (FileStream fileStream = new FileStream(templatePath, FileMode...{ Document profileDocument = new Document(fileStream); Replac...