Forums
When I create a package from a PDF document and combine the EnableExtraction() calls to extract form field positions, and I add an .WithInjectedField() clause, I do not get any data injected in the static fields. I now have to do it in 2 steps: 1) Create a layout from the PDF with EnableExtraction() 2) Create a package and base it on the Layout and specify WithInjectedField() on this package This works, but it is a bit clunky and it requires the need in our case for a Console like app that will create Layouts from business PDF's prior to it being able to be used from within our custom appli