Bug 47084 - problem about coordinate
Summary: problem about coordinate
Status: CLOSED INVALID
Alias: None
Product: Fop - Now in Jira
Classification: Unclassified
Component: pdf (show other bugs)
Version: all
Hardware: PC Windows XP
: P2 normal
Target Milestone: ---
Assignee: fop-dev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-23 06:55 UTC by suresh
Modified: 2012-04-01 13:48 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description suresh 2009-04-23 06:55:06 UTC
How can i set image coordinate X, Y, Width, Height of image in pdf file. and same is for text in pdf file.

i am generating pdf file using XML, XSL and FOP classes.
Its Urgent!!
Comment 1 Chris Bowditch 2009-04-23 08:11:22 UTC
Please don't raise bugs for asking questions. Instead subcribe to fop-user mailing as described here: http://xmlgraphics.apache.org/fop/maillist.html#fop-user

Its possible to absolutely position an image on the page using FO similar to the following:

<fo:block-container absolute-position="absolute" top="2cm" left="2cm" width="5cm" height="5cm"><fo:block><fo:external-graphic src="image.jpg"/></fo:block></fo:block-container>
Comment 2 Glenn Adams 2012-04-01 13:48:37 UTC
batch transition to closed remaining pre-FOP1.0 resolved bugs