Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to get textboxes (from pages) from a ps file?

Status
Not open for further replies.

durumdara2

Programmer
Jan 3, 2007
1
HU
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top