set the page width dynamically

2003-07-07 Thread Zahidul Islam
hello is there any way to set the page width dynamially? pls help me. in ma project i want to generate the pdf pages that will show table and the width of the pdf pages willdepend on the width of the table. the width of the table is known at backend and can be given in the xml file from which the

show page number with current-page-no / total-page-no (ie, 3/10)

2003-07-03 Thread Zahidul Islam
hello all i want to show the page number in all the pages at the footer. forshowing current page number i used fo:page-number/. but i want to show the page number in the given format ( current-page-no / total-page-no (ie, 3/10) ). how can i do that. pls help me. zahid Do you Yahoo!? Free online

RE: Pls help: Showing images of their own size

2003-06-17 Thread Zahidul Islam
imagename"//fo:block/fo:table-cell/fo:table-row/fo:table-body/fo:table/fo:table-cell/xsl:for-each/fo:table-row/fo:table-body/fo:table/fo:block/fo:block-container/xsl:template Torsten Erler [EMAIL PROTECTED] wrote: I don't understand the problem.AFAIK 'content-width'/'content-height' isn't

Pls help:

2003-06-16 Thread Zahidul Islam
hello i am facing a problem for a long time and asked for help from forum 2 times but unfortunately i didnt get the solution yet. pls help me...in my case i want to show some images in a row. but i dont want to fix the sizes of the images, i meanthe images will be shown at their original size..

Pls help: Showing images of their own size

2003-06-16 Thread Zahidul Islam
hello i am facing a problem for a long time and asked for help from forum 2 times but unfortunately i didnt get the solution yet. pls help me...in my case i want to show some images in a row. but i dont want to fix the sizes of the images, i meanthe images will be shown at their original size..

Re: Showing image of its own size

2003-06-14 Thread Zahidul Islam
if i dont specify the size of the image the images are not shown. but i dont want to specify the size of images.. i want to show the images as what its actual size is. how can i do it? pls help me.."J.Pietschmann" [EMAIL PROTECTED] wrote: Zahidul Islam wrote: but the problem starts

Re: control the positioning of block

2003-05-29 Thread Zahidul Islam
thanks for ur reply. but i want to generate the pdf from xml file using opensource library. is there any option? pls clear me. Chris Bowditch [EMAIL PROTECTED] wrote: From: Zahidul Islam <[EMAIL PROTECTED]>hello can i set the position and area(width,size) of . i have used for this p

Re: using block-container in all the pages

2003-05-28 Thread Zahidul Islam
hello i am facing a problem regarding which i sent en email. the problem is explained here: The xml file is shown here: startgeneralinfocomponent top="150" left="20" width="100" height="20" GI 1/componentcomponent top="150" left="120" width="100" height="20" GI 2/componentcomponent top="200"

Showing images in different row using xsl-fo

2003-05-27 Thread Zahidul Islam
let my xml is as follows: imagesimage id="1"url1.jpg/urlimagenameimage1/imagename/imageimage id="2"url2.jpg/urlimagenameimage2/imagename/imageimage id="3"url3.jpg/urlimagenameimage3/imagename/imageimage id="4"url4.jpg/urlimagenameimage4/imagename/image.../images here image element can of any

positioning in different pages than 1st page by using block-container

2003-05-27 Thread Zahidul Islam
helloi am trying to positioning in pdf file byusing fo:block-container. but how can i set something to the 2nd or 3rd page by using fo:block-container pls help me. Do you Yahoo!? The New Yahoo! Search - Faster. Easier. Bingo.

using block-container in all the pages

2003-05-27 Thread Zahidul Islam
hello i am trying to positioning every information on a pdf file by using fo:block-container it is working fine for single page , i mean for the first page. how can i fixed the position of something in the 2nd ..page. i have also another question. let in pdf the first element is shown in a block

getting the System Date in pdf file

2003-05-27 Thread Zahidul Islam
Hello is it possible to set the today's date from in the footer of pdf file? pls let me inform. Do you Yahoo!? The New Yahoo! Search - Faster. Easier. Bingo.

dont want to set the height of fo:block-container

2003-05-26 Thread Zahidul Islam
hello for fixed position displaying purpose i usedfo:block-container position="absolute" top="200px".i have also set the left,height,width attribute of thefo:block-container element. now i dont want to fixed the height of the block-container ie, the hight will be dependenton the data it will

RE: dont want to set the height of fo:block-container

2003-05-26 Thread Zahidul Islam
height of the page of course. This isthe simplistic answer. If it doesn't help provide some more detail and/or a small example. Cheers, Roland -Original Message-From: Zahidul Islam [mailto:[EMAIL PROTECTED]Sent: Monday, 26 May 2003 4:00 PMTo: [EMAIL PROTECTED]Subject: dont want to set

different allignment in xsl-body-after region

2003-05-25 Thread Zahidul Islam
I am trying to make the footer as follows: 1) at left corner “Chapter 1” will be shown 2) at middle “Page No” will be shown. 3) at right “Created by Zahid” will be shown that’s why I have written in the xsl file the following: fo:static-content flow-name="xsl-region-after" fo:block

Changing the order

2003-05-24 Thread Zahidul Islam
hello let my xml is:test image url1.jpg/url /image image url2.jpg/url /image image url3.jpg/url /image image url4.jpg/url /image name /name name /name /test in the pdf i want to show at top the first 2 image(1.jpg,2.jpg) then the 2 names (, ) and then the last 2 image

diplaying text/image in particular (x,y) coordinate in FO

2003-05-22 Thread Zahidul Islam
At first thanks for getting reply of my early request. I am now facing problem as i have to display all the text or images at there specific position determined by the x,y coordinate. For example, let i have to show the following : Name : Zahidul Islam My Image will Shown here Designation

Re: How to change the Deprecated methods

2003-05-21 Thread Zahidul Islam
Zahidul Islam wrote: thanks for ur reply. but i am afraid that i cant find anything new in ur given url. the url is showing the same code as i wrote in my request. so if u have another ide or code snippet pls help me.Jeremias Maerki

Re: How to change the Deprecated methods

2003-05-20 Thread Zahidul Islam
it could/should bedone today. The examples there are using JAXP instead of InputHandlers.Especially look at ExampleXML2PDF.java which does what you do now. Theexamples are available if 0.20.5 release candidates or from CVS.http://xml.apache.org/fop/embedding.html#examplesOn 19.05.2003 09:12:04 Zahidul