user authentication

2002-01-14 Thread ektan

hi,
can fop generates a pdf file which can be protected by password?

Thanks for any help you can give.


best rgds,
ektan






-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




fo:leader problem

2002-01-09 Thread ektan

hi,
I have facing a problem in generating the dotted line and dashed line using
fo:leader. Why the dots and dashs become the rectangle after I increased
the rule thickness? Do you have any idea?

Here is my xsl fo:

 fo:table-cell border-width=0.1pt border-color=black border-style
=none border-top-style=none border-bottom-style=none
border-right-style=none
  fo:block margin-left=4pt
  fo:leader leader-length=3cm rule-thickness=4.0pt
rule-style=solid leader-pattern=rule/
  /fo:block
   /fo:table-cell
   fo:table-cell border-width=0.1pt border-color=black
border-style=none border-top-style=none border-bottom-style=none
border-right-style=none
  fo:block margin-left=4pt
  fo:leader leader-length=3cm rule-thickness=4.0pt
leader-pattern-width=4.0pt rule-style=dotted leader-pattern=rule/
  /fo:block
   /fo:table-cell
   fo:table-cell border-width=0.1pt border-color=black
border-style=none border-top-style=none border-bottom-style=none
border-right-style=none
  fo:block margin-left=4pt
  fo:leader leader-length=3cm rule-thickness=4.0pt
rule-style=dashed leader-pattern=rule/
  /fo:block
   /fo:table-cell


Thank you for any help you can give.


best rgds,
ektan


(See attached file: lineHeight.pdf)




lineHeight.pdf
Description: Adobe Portable Document

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]


Re: Support for ICC profiles and CMYK jpeg

2001-11-19 Thread ektan


hi Thomas,

I can't download the source code that you provided for rendering  CMYK jpeg
in pdf file, so, can you please send it to me, thank you very much.


best rgds,
ektan






-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




RE: column spanned in multicolumn region

2001-11-09 Thread ektan


hi,

Thanks Zhu.

I have tried it  in fo:region-body , eg. fo:region-body
number-columns-spanned=3  column-count=3 margin-bottom=1.2in
margin-top=0.8in/, but  it still can't work,  anything  wrong?

Thank you.


best rgds,
ektan









-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




column spanned in multicolumn region

2001-11-08 Thread ektan


hi all,

I'm using Fop-0.20.1 currently and  I have set 3 columns in one page.

But, I have facing a problem here regarding the spanning of the columns for
rendering a image in pdf file.

Currently, I still can't find any attributes in xsl-fo for this features,
so, are you have any ideas about it?


Thank you for any help you can give.


best rgds,
ektan





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




latest version of FOP

2001-10-18 Thread ektan


hi,

 I'm using FOP-0.20.1 now, and I'm get the news that there is a latest
version of FOP from the mailing list, so where can I get this latest
version of FOP?


thanks.



best rgds,
ektan





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




fo:leader problem

2001-10-14 Thread ektan

hi all,
I'm using FOP-0.20.1to generate pdf files.

I have used fo:leader in a table cell, but I don't know why the dotted line
just end, although there still have many whitespace in the cell. Are you
have any solutions for this problem?

Thanks.

The following is my xsl and the attachment of the pdf file:

xsl:template match=division/toc
fo:block margin-left=1pc margin-right=7pc space-before=13pt
space-after=13pt
  fo:table
  fo:table-column column-width=4.3in/
  fo:table-column column-width=3.0in/
  fo:table-body

xsl:for-each select=cont
  xsl:variable name=toc.cont.value
 xsl:value-of select=./
  /xsl:variable


   fo:table-row
fo:table-cell
  fo:block xsl:use-attribute-sets
=division.toc.style
 !--
 xsl:value-of select=substring-before
($toc.cont.value,'lt;refgt;')/
 --
 xsl:value-of select=tc/
 fo:leader leader-pattern=rule rule-style
=dotted leader-alignment=reference-area/
  /fo:block
/fo:table-cell
fo:table-cell
  fo:block text-align=start
xsl:use-attribute-sets=division.toc.style
 xsl:value-of select=ref/
  /fo:block
/fo:table-cell
   /fo:table-row
/xsl:for-each
  /fo:table-body
  /fo:table
/fo:block
/xsl:template


(See attached file: dobaindia.pdf)

best rgds,
ektan











dobaindia.pdf
Description: Adobe Portable Document

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]


provisional-distance-between-starts and provisional-label-separationdoesn't work

2001-10-11 Thread ektan

hi all,
I'm using FOP-0.20.1 and  I have used the above attributes for the
list-block, but it doesn't work. So, anyone has any ideas about this
problem?

Anyway, in order to perform this task, I have used text-indent in the
list-block, and it worked.

But, there is a text-alignment problem in the list (please refer the
attachment), so, how can I solve it?


Thanks.

The following is my xsl and tne pdf files:

xsl:template match=//list/item
fo:list-block provisional-distance-between-starts=2cm
provisional-label-separation.maximum=2cm
provisional-label-separation.minimum=0.5cm
provisional-label-separation.optimum=1cm
  fo:list-item
 fo:list-item-label
   fo:block *
   /fo:block
 /fo:list-item-label
fo:list-item-body
  fo:block text-indent=15pt
 xsl:apply-templates/
  /fo:block
/fo:list-item-body
  /fo:list-item
/fo:list-block
/xsl:template



(See attached file: my.pdf)

best rgds,
ektan








my.pdf
Description: Adobe Portable Document

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]


odd and even page margin

2001-09-03 Thread ektan

hi all,

I have generated a pdf document that combined two articles which begin with
different page number. And, I have set different page margin for the odd
page and even page of these articles.


But, I have found  that there is a mistake in the page margin of the second
article, so are you have any idea about this problem?

The following are the attachments of xml, xsl and pdf output file.


Thanks for any help you can give.


best rgds,
ektan










-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




text-transform

2001-08-28 Thread ektan


hi,
Anyone know how to work with the text-transform in fo:block?


Thanks for any help you can give.


best rgds,
ektan





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Re: text-transform

2001-08-28 Thread ektan


hi,

Thanks Daniel,  I have go though the website that you recommended to me.
But, I found that the text-transform doesn't work in fo:block, so, can you
help me?


Thank you.


best rgds,
ektan








-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




font embedding in PS

2001-08-14 Thread ektan


hi,

I 'm interested in doing font embedding in Postscript file, but I don't
have any ideas to do it, so can u give me some guides?


Thanks for any help you can give.


rgds,
ektan






-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Different Header Content

2001-08-07 Thread ektan

hi all,

I have used FOP 0-19-0.CVS in generating of pdf file from xml. And, I have
a problem here, that is how can I put different header content in
bibliography page and the rest pages of a document?

The attactment is the xsl that I have generated, any problems?


Thanks for any help you can give.


best rgds,
ektan

(See attached file: diffHeader2.xsl)






 diffHeader2.xsl

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]