Hi!
Some time ago I did a project in VisualFox6 ..that converts .FRX file to .PDF file. Very tricky but eventually it works ( printing .FRX file to .PS file (PostScript) and then thru GhostScript converting it to .PDF)... So I resolved pretty much all problems but still left with one : if .FRX file is to big ( more then 100 pages) -- it takes a lot of time ( eventually converts it ) ... the problem that I can't see how to see how long it takes ?!?! I need to provide user with the feedback 'cause if he's trying to run next export it will create invalid .PDF. So, my question is how to calculate how long GhostScript will take to convert .PS file to .PDF ? Or maybe I should use some other converter? By the way.. I am running it (GhostScript) thru WinExec....
Thank you
Some time ago I did a project in VisualFox6 ..that converts .FRX file to .PDF file. Very tricky but eventually it works ( printing .FRX file to .PS file (PostScript) and then thru GhostScript converting it to .PDF)... So I resolved pretty much all problems but still left with one : if .FRX file is to big ( more then 100 pages) -- it takes a lot of time ( eventually converts it ) ... the problem that I can't see how to see how long it takes ?!?! I need to provide user with the feedback 'cause if he's trying to run next export it will create invalid .PDF. So, my question is how to calculate how long GhostScript will take to convert .PS file to .PDF ? Or maybe I should use some other converter? By the way.. I am running it (GhostScript) thru WinExec....
Thank you