Search found 1 match
- Fri Jul 11, 2025 11:36 am
- Forum: Flows
- Topic: View PDF file info within submit point
- Replies: 5
- Views: 26701
Re: View PDF file info within submit point
Switch doesn’t parse PDF internals at the submit point, so variables like [Stats.MediaBoxHeight] return empty because the file hasn’t entered the flow yet. To access page box dimensions, you’ll need a custom script node immediately after the submit point to read the PDF metadata and populate private...