DO NOT REPLY [Bug 45599] New: [FOP] Some entities characters like ell; are not translated in PDF document

2008-08-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45599

   Summary: [FOP] Some entities characters like ell; are not
translated in PDF document
   Product: XMLGraphicsCommons
   Version: Trunk
  Platform: PC
OS/Version: Windows XP
Status: NEW
  Severity: normal
  Priority: P2
 Component: Utilities
AssignedTo: fop-dev@xmlgraphics.apache.org
ReportedBy: [EMAIL PROTECTED]


Some entities characters like ell; are not translated in PDF document

The following entities:
ell; maps to the Unicode character U+02113.
horbar; maps to the Unicode character U+02015.
rhov; maps to the Unicode character U+003F1. 
block; maps to the Unicode character U+02588
cir; maps to the Unicode character U+025CB.
squf; maps to the Unicode character U+025AA.

Give # in PDF translation. 

Why? Thanks for your help.

Here are le .fo file lines:

fo:blockell : fo:inline
font-family=Symbol#x02113;/fo:inline/fo:block
fo:blockhorbar : fo:inline
font-family=Symbol#x02015;/fo:inline/fo:block
fo:blockrhov : fo:inline
font-family=Symbol#x003F1;/fo:inline/fo:block
fo:blockblock : fo:inline
font-family=Symbol#x02588;/fo:inline/fo:block
fo:blockcir : fo:inline
font-family=Symbol#x025CB;/fo:inline/fo:block
fo:blocksquf : fo:inline
font-family=Symbol#x025AA;/fo:inline/fo:block


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 45599] [FOP] Some entities characters like ell; are not translated in PDF document

2008-08-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45599


Andreas L. Delmelle [EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID




--- Comment #1 from Andreas L. Delmelle [EMAIL PROTECTED]  2008-08-08 
09:07:32 PST ---
(In reply to comment #0)
 Some entities characters like ell; are not translated in PDF document
snip / 
 Give # in PDF translation. 
 
 Why? Thanks for your help.

see: http://xmlgraphics.apache.org/fop/faq.html#pdf-characters


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


Re: svn commit: r683684 - /xmlgraphics/fop/trunk/build.xml

2008-08-08 Thread Simon Pepping
On Thu, Aug 07, 2008 at 07:26:54PM -, [EMAIL PROTECTED] wrote:
 Author: jeremias
 Date: Thu Aug  7 12:26:54 2008
 New Revision: 683684
 
 URL: http://svn.apache.org/viewvc?rev=683684view=rev
 Log:
 Added fop.cmd to binary distribution (not sure if any of the others should be 
 included, too)
 

Added fop.js as well.

The presence of fop.cmd and fop.bat introduces an uncertainty: If you
call fop, which of the two is executed?

Simon

-- 
Simon Pepping
home page: http://www.leverkruid.eu


Re: svn commit: r683684 - /xmlgraphics/fop/trunk/build.xml

2008-08-08 Thread Jeremias Maerki
On my WinXP, fop.bat is called. You have to write fop.cmd -fo ..
to get the other one.

On 08.08.2008 20:39:45 Simon Pepping wrote:
 On Thu, Aug 07, 2008 at 07:26:54PM -, [EMAIL PROTECTED] wrote:
  Author: jeremias
  Date: Thu Aug  7 12:26:54 2008
  New Revision: 683684
  
  URL: http://svn.apache.org/viewvc?rev=683684view=rev
  Log:
  Added fop.cmd to binary distribution (not sure if any of the others should 
  be included, too)
  
 
 Added fop.js as well.
 
 The presence of fop.cmd and fop.bat introduces an uncertainty: If you
 call fop, which of the two is executed?
 
 Simon
 
 -- 
 Simon Pepping
 home page: http://www.leverkruid.eu




Jeremias Maerki



Unified page/linebreaking

2008-08-08 Thread Simon Pepping
Vincent,

I have finally studied your prototype. It looks very good. Your method
is basically the same as you put forward during your GSoC work: a
single sequence of feasible nodes, mixing both line and pagebreak
nodes.

I found the programming style quite compact, and had trouble getting
into understanding the code. The naming also did not help: A
LineLayout class which has a member lineLayout which is a Layout
object. A member layouts which has a member layouts. I did some
renaming to make this clearer to myself: OneLevelLayout,
TwoLevelLayout, and layoutsholder which holds a list, called layouts,
of Layouts.

The lineLayout member of LineLayout is somewhat redundant: members
previous and alternatives do not play a role;
lineLayout.progress.partNumber counts the lines in a paragraph, and is
only used to skip the first layout of a paragraph in the layout
dump. This redundant information can be misleading when one tries to
understand the algorithm.

The prototype now needs an input module which allows more testing. The
module should allow one to input boxes of various height. This will
help discover errors in the resulting layout. When I have time I will
try to use a module similar to the one I used in my own prototype for
Knuth elements (see my website).

It would be nice if you would try to enable ms windows users to work
with your prototype: /tmp does not exist on ms windows. Re your wiki
page: dot files can be rendered on ms windows.

Regards, Simon

-- 
Simon Pepping
home page: http://www.leverkruid.eu


DO NOT REPLY [Bug 45604] New: Duplicate prints

2008-08-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45604

   Summary: Duplicate prints
   Product: Fop
   Version: 0.94
  Platform: PC
OS/Version: Windows XP
Status: NEW
  Severity: normal
  Priority: P2
 Component: general
AssignedTo: fop-dev@xmlgraphics.apache.org
ReportedBy: [EMAIL PROTECTED]


We are using FOP to print pages with proper format.
Some of documents get printed 2-3 sometimes 4 copies.

I think it is kind of bug? Need your opinion.

Thanks,
Rahul .


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


Bug 44651 of version 0.94 and 37993 of 0.90 comes back again in 0.95

2008-08-08 Thread Dawid Kubasik

Hello,

Just want to say that J encountered that bug 44651 or 37993 
http://issues.apache.org/bugzilla/show_bug.cgi?id=37993 has occurred 
again in  the  production  version of FOP 0.95:  fo:bookmark will not 
allow a bookmark with same internal-destination


File was fop-0.95-bin.tar.gz 31-Jul-2008 14:30 18M downloaded from: 
http://www.apache.org/dist/xmlgraphics/fop/binaries/


Best regards,
Dawid Kubasik
**

Polish News Bulletin Company Sp. z o.o. z siedziba w Warszawie, ul. 
Lenartowicza 34, wpisana do Krajowego Rejestru Sadowego prowadzonego przez Sad 
Rejonowy dla m.st. Warszawy, XIII Wydzial Gospodarczy pod numerem KRS 
142563. Numer identyfikacji podatkowej (NIP): 526-24-05-752. Wysokosc 
kapitalu zakladowego: 1 000 000 zl

Polish News Bulletin Company Sp. z o.o. with its seat in Warsaw, ul. 
Lenartowicza 34, registered in the National Court Register kept by the District 
Court for the Capital City of Warsaw, XIII  Administrative Department under the 
number KRS 142563. Tax identification number (NIP): 526-24-05-752. Initial 
capital : 1 000 000 PLN