Results 1 to 1 of 1
- 12-21-2010, 12:23 AM #1
Member
- Join Date
- Dec 2010
- Posts
- 1
- Rep Power
- 0
Setting text width and height in PDFBox
I have a list of tuples like this:
(x1,y1,x2,y2, textLine)
where (x1,y1) is the lowest left corner and (x2,y2) is the upper right corner of a box which should display the text in testLine, all values x1,y1,x2,y2 are pixel values. I also have two values pageWidth and pageHeight which represents the width and height of a page in pixels. Note I assume that (0,0) is in the lower left corner of the paper in this explanation of my problem.
Now I want to place these text lines on the page where each text line should have width x2-x1 and height y2-y1, and display the text textLine, notice that the rendered text will be stretched due to the restrictions on the widht and height, but that is part of what I want.
Now my end result should be a single paged PDF with all the text lines where each contain textLine and is placed at the positions given in (x1,y1) and (x2,y2).
Now the problem is that PDFBox seems to place text according to the scheme that it has a placement point (x,y) and a scale (sx,sy) of the text. This can of course do what I want above IF I already know the width and height of the final rendered text, but the only problem is I do not know how to get these values :S Any ideas how to get these values or solve my problem in a different way?.
Thanks in advance :)
Similar Threads
-
determining the page size(height & width) of a ms-word document
By pradeep_das in forum Advanced JavaReplies: 1Last Post: 05-06-2010, 09:48 AM -
Width (-1) and height (-1) cannot be <= 0
By LovJava in forum AWT / SwingReplies: 5Last Post: 04-24-2010, 12:16 AM -
I want set HEIGHT, WIDTH for Button
By manhtungtnk28@gmail.com in forum AWT / SwingReplies: 3Last Post: 11-16-2009, 07:26 AM -
Using setBounds (x.y,width,height) constructor
By hitmen in forum AWT / SwingReplies: 3Last Post: 03-06-2009, 12:12 PM -
Get Image Height and Width
By neeraj.singh in forum AWT / SwingReplies: 10Last Post: 02-18-2009, 01:09 PM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks