PDF across Page Breaks

2 posts / 0 new
Last post
djspaulding
Offline
Joined: 10/26/2022 - 12:03
PDF across Page Breaks

I have a PDF I am trying to parse out and have it working pretty good so far except one slight glitch.
See attached example.
 
Detail line is set to the Employee Name.  
Each Sub Line is on it's own layer as an employee can have any combination of sub lines and I want them to throw into their own columns.
 
Where I run into an issue is I can have an Employee Name / Sub Lines on Page 1, and the same Employee Name / Different Sub Lines on Page 2.
This results in two records in the database.  One showing the sub lines before the page break, and the other showing the sub lines after the break.
The desired result is to have a single record with all of the columns for that employee.
 
Any suggestions?
 
Thanks

Images: 
Brian Element's picture
Brian Element
Offline
Joined: 07/11/2012 - 19:57

Hi there,

Wouldn't it give you the correct result in that you would have:

Employee Name (3) Sub Line 1 from the 1st page and

Employee Name (3) Sub Line 2 and Employee Name (3) Sub Line 2 from the second page?

Can you show what you are getting and what you are expecting.

Thanks