I've been trying to solve this problem for two days now with no luck. I'm newbie in this world. I'm using ADOBE LIFECYCLE DESIGNER ES4 for SAP.
My problem is that I have small price tags that I want to print to one A4 size paper. 2x5 labels in two rows. I have values coming from database and I print several sheets.
It actually doesn't matter what happens before the form but the problem is that some of the database values are like 1080 characters long but size of text field is smaller. Only visible area of the text field should be printed to output PDF and all text should end with character "+".
If this "+" doesn't show I know that the actual data is too long and I should get some sort of info that all my text didn't fit in to this area without going through all printed labels. All characters outside the visible area should be cut off completely so I can check if text printed on label is ended with "+".
I can't just cut off text after f.ex. 255 chars because chars are different sizes and the amount of visible chars may vary.
I have allowed multiple lines and limited length to visible area and hoped that the useless part of text would be cut off but if I read data from my script then I get the whole text and I don't know if it fitted to visible part of the text box.
Thanks in advance