Question
preflight result need to extract page numbers for overset text result
Here is your text with corrected grammar:
Hi All,
I am facing an issue while extracting page numbers from the given overset text result.
Here is the result: prefresultsForOversetText = myPreflightProcess.aggregatedResults.
Here is the prefresultsForOversetText returning an array:
"test.indd,Preflight_profile,1,TEXT (3),,,,2,Overset text (3),,,,3,Text Frame,2,Problem: Overset text: 108 characters
Fix: Resize the text frame, or edit the text to fit within the frame. Add text frames to the story thread if necessary.,Problem,Overset text: 108 characters,Fix,Resize the text frame, or edit the text to fit within the frame. Add text frames to the story thread if necessary.,3,Text Frame,4,Problem: Overset text: 108 characters
Fix: Resize the text frame, or edit the text to fit within the frame. Add text frames to the story thread if necessary.,Problem,Overset text: 108 characters,Fix,Resize the text frame, or edit the text to fit within the frame. Add text frames to the story thread if necessary.,3,Text Frame,5,Problem: Overset text: 429 characters
Fix: Resize the text frame, or edit the text to fit within the frame. Add text frames to the story thread if necessary.,Problem,Overset text: 429 characters,Fix,Resize the text frame, or edit the text to fit within the frame. Add text frames to the story thread if necessary."
rames to the story thread if necessary.,Problem,Overset text: 429 characters,Fix,Resize the text frame, or edit the text to fit within the frame. Add text frames to the story thread if necessary."
Fix: Resize the text frame, or edit the text to fit within the frame. Add text frames to the story thread if necessary.,Problem,Overset text: 108 characters,Fix,Resize the text frame, or edit the text to fit within the frame. Add text frames to the story thread if necessary.,3,Text Frame,4,Problem: Overset text: 108 characters
Fix: Resize the text frame, or edit the text to fit within the frame. Add text frames to the story thread if necessary.,Problem,Overset text: 108 characters,Fix,Resize the text frame, or edit the text to fit within the frame. Add text frames to the story thread if necessary.,3,Text Frame,5,Problem: Overset text: 429 characters
Fix: Resize the text frame, or edit the text to fit within the frame. Add text frames to the story thread if necessary.,Problem,Overset text: 429 characters,Fix,Resize the text frame, or edit the text to fit within the frame. Add text frames to the story thread if necessary."
rames to the story thread if necessary.,Problem,Overset text: 429 characters,Fix,Resize the text frame, or edit the text to fit within the frame. Add text frames to the story thread if necessary."
I need to extract the page numbers.
Can anyone help me? Do we have any direct method to get the page number from the result?
Thanks in advanc
