durumdara2
Programmer
Hi!
I need to get text from ps file.
Ok, ps2ascii do that, but I need the complete pos/size info with text.
So I need all textbox informations like this:
page1
textbox1{x:100,y:100;w:600;h:27;text:"TextBox1 /xfc /xfa"}
textbox2{x:100,y:180;w:600;h:27;text:"TextBox2"}
page2
textbox1{x:100,y:100;w:600;h:27;text:"TextBox1"}
textbox2{x:100,y:180;w:600;h:27;text:"TextBox2"}
...
Is anyone knows about a tool or parser that can provide these informations to me?
Thanks for every help:
dd
I need to get text from ps file.
Ok, ps2ascii do that, but I need the complete pos/size info with text.
So I need all textbox informations like this:
page1
textbox1{x:100,y:100;w:600;h:27;text:"TextBox1 /xfc /xfa"}
textbox2{x:100,y:180;w:600;h:27;text:"TextBox2"}
page2
textbox1{x:100,y:100;w:600;h:27;text:"TextBox1"}
textbox2{x:100,y:180;w:600;h:27;text:"TextBox2"}
...
Is anyone knows about a tool or parser that can provide these informations to me?
Thanks for every help:
dd