-
Notifications
You must be signed in to change notification settings - Fork 91
Description
RS paperwork feature outputs client forms into separate PDFs. Generally this involves one OSP form and multiple expungement motions, and in particular, multiple non-Multnomah County motion (3 page forms).
We have a feature that combines all forms into a single PDF and titles it with a variation on "COMPILED." On Adobe, information from the first non-Multnomah County motion will be replicated into every other non-Multnomah County motion. Notably, this feature works if the file is opened in Apple Preview, i.e. the information for each motion is printed on the corresponding motion.
By way of illustration, say there are three non-Multnomah County motions, n1, n2, and n3, with information corresponding to each motion as i1, i2, i3. Compiled should print three forms: n1 with i1 information, n2 with i2 information, n3 with i3 information. This is the behavior in Apple Preview. However, in Adobe, it is printing n1 with i1 information, n2 with i1 information, n3 with i1 information.
The COMPILED feature is very useful and popular, especially when clients have large motion counts (20+) so this fix would be a big help.