A few years ago I wrote a web-based system in PlanetPress, where users could upload a PDF. Using Digital Action, the process returned the first page of the PDF as a JPEG to the browser in a page that allowed the user to enter and markup some parameters, including the text that identified “page one of a document”, the area containing the address block, and it also used HTML drag and drop functionality to place a square where a 2D barcode should go. This information was posted back and created a data file that would drive the production printing of that PDF, with postal processing, barcoding, mail piece grouping, etc. The parameters were stored into JobInfo and/or Local Variables, and the PP7 template used those values, making it possible for a single template to be used for any valid PDF file.
I’d like to recreate this in Connect. Given a text string and coordinates, is it possible to import those and use them as the Boundary for a Data Map?
In other words, in the image below, can the highlighted areas use Automation variables?