Re: Re: Where to download high-quality fonts

2004-12-22 Thread Jay Chiu

Can someone tell me where I can purchase some fonts to use with
Fop, or what exact product from Adobe I should purchase? 

Thanks a lot.

Jay 




Get your own 800 number
Voicemail, fax, email, and a lot more
http://www.ureach.com/reg/tag


 On Sun, 19 Dec 2004, Jay Chiu ([EMAIL PROTECTED]) wrote:

 
 I come to the same question as Peter B. West posted 06/2004.
 I am converting html reports to pdf reports and needs the
basic
 fonts that IE and netscape suport. I do not mind to purchase
the
 fonts, if it is not too expensive. 
 
 Peter and Paul, did you find out some solution to get some
 high-quality fonts?
 
 Can some font gurus tell me how to get some fonts for FOP? The
 FOP Font FAQ page has two links to Adboe web, however I do not
 have the permission to view the pages. And I am not sure which
 Adode product is good for FOP.
 
 Thank you for your help.
 
 Jay 
 
 
 Get your own 800 number
 Voicemail, fax, email, and a lot more
 http://www.ureach.com/reg/tag
 

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


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



Signature block in FOP...

2004-12-22 Thread Hariprasad Davanagere
Hi,How do i insert a signature block in FOP. I am not sure if this is the right question. I am using XSL:FO to generate PDF using FOP. I have allocate a specified position in the PDF for the digital signature. Does FOP support this ?Any sample code will be appreciated.
Thanks,Hari

~Contribution is not by invitation but by initiative Hariprasad N Davanagere19929 Sweetgum Cir, #23Germantown,MD - 20874
C- (757)348 3647 H - (???) !!! ~ Citibank Suvidha account at No Minimum Balance! Apply & get FREE watch!  


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



Re: Where to download high-quality fonts

2004-12-22 Thread Jeremias Maerki
Some thoughts:
- You can probably use the fonts installed on your system without having
to purchase a separate license. You simply have to be careful about
embedding the font because some fonts don't allow that (TTFReader will
tell you). Also, look into the license text of the respective fonts so
you don't do anything wrong. If you plan to redistribute these fonts it
gets more complicated.
- You can assume that the fonts used by IE and Netscape are high-quality
enough for your task.
- If you want to buy fonts, you can go to any online font shop (ex.
http://www.myfonts.com or http://www.linotype.com). If possible, I
usually look for producer names such as Linotype, Adobe or Bitstream.
- In principle, all TrueType or Type1 fonts you can purchase should work
with FOP. If one doesn't work, then our font support is not perfect and
should be improved.

On 22.12.2004 02:53:32 Jay Chiu wrote:
 Can someone tell me where I can purchase some fonts to use with
 Fop, or what exact product from Adobe I should purchase? 
 
  On Sun, 19 Dec 2004, Jay Chiu ([EMAIL PROTECTED]) wrote:
 
  
  I come to the same question as Peter B. West posted 06/2004.
  I am converting html reports to pdf reports and needs the
 basic
  fonts that IE and netscape suport. I do not mind to purchase
 the
  fonts, if it is not too expensive. 
  
  Peter and Paul, did you find out some solution to get some
  high-quality fonts?
  
  Can some font gurus tell me how to get some fonts for FOP? The
  FOP Font FAQ page has two links to Adboe web, however I do not
  have the permission to view the pages. And I am not sure which
  Adode product is good for FOP.
  
  Thank you for your help.


Jeremias Maerki


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



Re: Signature block in FOP...

2004-12-22 Thread Jeremias Maerki
No, FOP currently provides limited 40bit encryption support for PDF only.
No support for digital signatures. I never had to do that, yet, but
probably you can post-process the PDF using iText to add a signature.

On 22.12.2004 03:47:25 Hariprasad Davanagere wrote:
 How do i insert a signature block in FOP. I am not sure if this is the
 right question. I am using XSL:FO to generate PDF using FOP. I have
 allocate a specified position in the PDF for the digital signature.
 Does FOP support this ?
 Any sample code will be appreciated.



Jeremias Maerki


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



Handling multiple spaces

2004-12-22 Thread Saptarshi Sen
Hi,
We are using FOP to convert SVG images into PDF. The SVG images are
generated using a tool called PopChart.

When we view the SVG image, multiple spaces are collapsed into a
single space. This can be offset using the xml:space=preserve attribute in
the text tags. Is there any other method by which we can preserve multiple
spaces.

Since I do not have any control over the SVG image produced by
PopChart, can I set any parameters during the FOP call? Alternatively, I
could include the  xml:space=preserve attribute in my text tags, but this
would be very messy. Is there an easier approach?

Thanks,
Saptarshi.
-
Disclaimer
-

This message(including attachment if any)is confidential and may be 
privileged.Before opening attachments please check them
for viruses and defects.MindTree Consulting Private Limited (MindTree)will not 
be responsible for any viruses or defects or
any forwarded attachments emanating either from within MindTree or outside.If 
you have received this message by mistake please notify the sender by return  
e-mail and delete this message from your system. Any unauthorized use or 
dissemination of this message in whole or in part is strictly prohibited.  
Please note that e-mails are susceptible to change and MindTree shall not be 
liable for any improper, untimely or incomplete transmission.

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

RE: Handling multiple spaces

2004-12-22 Thread Saptarshi Sen
The xml:space=preserve attribute does not seem to have any effect on the
PDF generated. The SVG image is within a fo:instream-foreign-object tag. I
could not find any attribute that will preserve white spaces.

I am attaching a typical fo file that we generate.

Thanks,
Saptarshi.

 pieUnicodeSVG.fo 

  -Original Message-
 From: Saptarshi Sen  
 Sent: Wednesday, December 22, 2004 12:54 PM
 To:   FOP Mailing List (E-mail)
 Subject:  Handling multiple spaces
 
 Hi,
   We are using FOP to convert SVG images into PDF. The SVG images are
 generated using a tool called PopChart.
 
   When we view the SVG image, multiple spaces are collapsed into a
 single space. This can be offset using the xml:space=preserve attribute
 in the text tags. Is there any other method by which we can preserve
 multiple spaces.
 
   Since I do not have any control over the SVG image produced by
 PopChart, can I set any parameters during the FOP call? Alternatively, I
 could include the  xml:space=preserve attribute in my text tags, but this
 would be very messy. Is there an easier approach?
 
 Thanks,
 Saptarshi.


pieUnicodeSVG.fo
Description: pieUnicodeSVG.fo
-
Disclaimer
-

This message(including attachment if any)is confidential and may be 
privileged.Before opening attachments please check them
for viruses and defects.MindTree Consulting Private Limited (MindTree)will not 
be responsible for any viruses or defects or
any forwarded attachments emanating either from within MindTree or outside.If 
you have received this message by mistake please notify the sender by return  
e-mail and delete this message from your system. Any unauthorized use or 
dissemination of this message in whole or in part is strictly prohibited.  
Please note that e-mails are susceptible to change and MindTree shall not be 
liable for any improper, untimely or incomplete transmission.

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

Is the development stopped?

2004-12-22 Thread andre . powroznik
Hello,

The latest FOP release looks like to be more than 1 year old... Does it mean
the development is stopped?

Kind regards,

Andre Powroznik


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



Re: Handling multiple spaces

2004-12-22 Thread Jeremias Maerki
Seems to be a bug in the SVG part in FOP 0.20.5. The attribute is
respected in the new SVG transcoder (in FOP CVS HEAD), however. If you
only need to convert the SVG into PDF (without any real need for XSL-FO),
you can try the PDF Transcoder for Batik. Try the one shipped with the
latest Batik release or if this still doesn't help, download the FOP
source code from CVS (or using a CVS snapshot) to build the PDF
Transcoder yourself.

On 22.12.2004 10:47:51 Saptarshi Sen wrote:
 The xml:space=preserve attribute does not seem to have any effect on the
 PDF generated. The SVG image is within a fo:instream-foreign-object tag. I
 could not find any attribute that will preserve white spaces.
 
 I am attaching a typical fo file that we generate.
 
 Thanks,
 Saptarshi.
 
  pieUnicodeSVG.fo 
 
   -Original Message-
  From:   Saptarshi Sen  
  Sent:   Wednesday, December 22, 2004 12:54 PM
  To: FOP Mailing List (E-mail)
  Subject:Handling multiple spaces
  
  Hi,
  We are using FOP to convert SVG images into PDF. The SVG images are
  generated using a tool called PopChart.
  
  When we view the SVG image, multiple spaces are collapsed into a
  single space. This can be offset using the xml:space=preserve attribute
  in the text tags. Is there any other method by which we can preserve
  multiple spaces.
  
  Since I do not have any control over the SVG image produced by
  PopChart, can I set any parameters during the FOP call? Alternatively, I
  could include the  xml:space=preserve attribute in my text tags, but this
  would be very messy. Is there an easier approach?
  
  Thanks,
  Saptarshi.



Jeremias Maerki


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



Re: Is the development stopped?

2004-12-22 Thread Jeremias Maerki
Absolutely NOT! The information on the status page [1] is still valid
although it could use a touch-up.

FOP is in a redesign phase that proved more difficult than expected.
Mainly, this is because of the limited resources available to us. We're
always looking for new people to jump in and help. I'm pretty confident,
however, that we can start releasing in the second half of 2005 again.

[1] http://xml.apache.org/fop/status.html

On 22.12.2004 11:11:45 andre.powroznik wrote:
 The latest FOP release looks like to be more than 1 year old... Does it mean
 the development is stopped?


Jeremias Maerki


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



Re: --- Potential SPAM ---: Re: Image Problem in FOP url(...)

2004-12-22 Thread cfisher
Thanks J., newbie mistake...  I get frustrated with the differences between
declaritive and procedural languages and I vent a little too much.  Having
been away from XSLT for a time, then coming back to it, there are new
topics to learn every day.  I thank you all for providing myself and the
larger community with your expertise and advice.

Curtis



   
 J.Pietschmann   
 [EMAIL PROTECTED] 
 e To 
   [EMAIL PROTECTED] 
 12/21/2004 04:27   cc 
 PM
   Subject 
   --- Potential SPAM ---: Re: Image   
 Please respond to Problem in FOP url(...) 
 [EMAIL PROTECTED] 
  he.org   
   
   
   
   




[EMAIL PROTECTED] wrote:
 I am trying to resolve my images dynamically.
...
   fo:external-graphic src=url(quot;$picquot;) content-height=201in
 scaling=uniform/fo:external-graphic
   Image=  xsl:value-of select=$pic/
...
 I get this from Xalan:
...
 fo:external-graphic scaling=uniform content-height=201in src=
 url(quot;$picquot;)/
...
 I know this is a Xalan issue ...
  I have searched high and low in the Xalan
  and FOP Apache bug lists,

Wrong place to look, Xalan works as designed here. It is more an
issue about your understanding how XSLT works.
The  src=url(quot;$picquot;) is copied through to the output
literally, exactly as the spec says. XSLT is not a macro language
where everything prefixed with a $ is substituted or somesuch.
If you want to have $pic evaluated in other places than select
and test attributes of certain XSLT elements, you have to say so
explicitely. In your case, the magic is named attribute value template
or short AVT (google it), and it means that parts of attribute values
which are enclosed in braces are evaluated as XPath expressions.
More specifically, use
  fo:external-graphic src=url(quot;{$pic}quot;) ...
  ^^
Check your favorite XSLT book or online tutorial for details.

J.Pietschmann

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




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



AW: Is the development stopped?

2004-12-22 Thread Braumüller, Hans



Hi,this a good news.I was asking me for a 
while the same question.Greetings from Hamburg,Hans 
BraumüllerMail Art Not War!http://braumueller.crosses.net-Ursprüngliche Nachricht-Von: Jeremias Maerki 
[mailto:[EMAIL PROTECTED]]Gesendet: 
Mittwoch, 22. Dezember 2004 14:42An: [EMAIL PROTECTED]Betreff: Re: 
Is the development stopped?Absolutely NOT! The information on the 
status page [1] is still validalthough it could use a touch-up.FOP 
is in a redesign phase that proved more difficult than expected.Mainly, this 
is because of the limited resources available to us. We'realways looking for 
new people to jump in and help. I'm pretty confident,however, that we can 
start releasing in the second half of 2005 again.[1] http://xml.apache.org/fop/status.htmlOn 22.12.2004 
11:11:45 andre.powroznik wrote: The latest FOP release looks like to be 
more than 1 year old... Does it mean the development is 
stopped?Jeremias 
Maerki-To 
unsubscribe, e-mail: [EMAIL PROTECTED]For additional 
commands, e-mail: [EMAIL PROTECTED]