OIPI text in box (OpenInsight 32-bit Specific)
At 17 DEC 2009 07:15:32PM ps wing wrote:
Hello,
I am wanting to place drawn boxes of various sizes and boarder thickness onto a PDF page with optional text justified inside each.
I have tried a combination of set_printer RECT and TEXTBOX but TEXTBOX doesnt do the justification. Also tried RECT, POS and ADDTABLE (with boarders) but the ADDTABLE body doesnt get positioned correctly nor does it result in the correct box height.
Perhaps there is an eaiser way?
Please help.
At 17 DEC 2009 08:52PM ftomeo@srpcs.com's Frank Tomeo wrote:
PS,
I think the look you are after requires both RECT and ADDTABLE - RECT to draw the boxes and ADDTABLE to place the text. Param of ADDTABLE will allow for the justification of your choosing.
Here is sample PDF created from OIPI: Sample
Basically, every box was created individually with a RECT and an ADDTABLE.
If you need more details, let us know.
ftomeo@srpcs.com SRP Computer Solutions, Inc.
At 20 DEC 2009 04:15PM ps wing wrote:
Thanks Frank,
Thats the type of form we want.
I will give it a go thanks!
At 20 DEC 2009 04:32PM ps wing wrote:
Hi,
Would still have to use POS as well as ADDTABLE does not position the text?
Thanks
At 21 DEC 2009 05:45AM ps wing wrote:
Was a little bit more fiddly than I hoped but have it working. Thanks.