Help on design my xslt

2011-11-29 Thread pedro
Hi all i have some problem on design my xslt. The scenario : 1) i want that the last pages has special footer 2)i have a boolean that tell if i have 1 copies of the document or 3 copies(each page has a different footer title) In origin i have no special footer for last page

Re: ​ (Zero width space) not work

2011-11-28 Thread pedro
riverToUse= "org.apache.xalan.processor.TransformerFactoryImpl" so i think Xalan is used to make the transformation and i see that we use xalan-2_7_0 . Tomorrow i can have more information... Pascal Sancho wrote: > > Hi Pedro, > We (Luis and I) tried successfully your XSL-FO with suggested changes > (

Re: ​ (Zero width space) not work

2011-11-28 Thread pedro
I know, but if i use in my xsl the ZWNJ character, i'm expected a empty space not a ?. lmpmbernardo wrote: > > > I see the ? in your source file (and in the generated PDF). Once I > replace them by ​ they disappear from the PDF too. > > > On 11/23/11 4:29 PM,

Re: ​ (Zero width space) not work

2011-11-23 Thread pedro
Hi i think i attach a bad file, but i see in my fo transformation that the ZWNJ is replaced by a ? Is possible is a codification problem? http://old.nabble.com/file/p32874268/fo.xml fo.xml pedro wrote: > > Hi all > i use the ​ character in a table cell before i call a

Re: ​ (Zero width space) not work

2011-11-23 Thread pedro
e what you describe. > > Le 22/11/2011 14:16, pedro a écrit : >> >> I use fop 0,95 and the output is a pdf that i open with Acrobat X or >> Foxit >> Redaer. >> >> Pascal Sancho wrote: >>> >>> Pedro, >>> >>> what is the output?

Re: ​ (Zero width space) not work

2011-11-22 Thread pedro
I use fop 0,95 and the output is a pdf that i open with Acrobat X or Foxit Redaer. Pascal Sancho wrote: > > Pedro, > > what is the output? PDF, XSL-FO, other? > whitch tool (and version) do you use to see it? > > I suspect this is a viewer issue, FOP works fine with such

Re: ​ (Zero width space) not work

2011-11-22 Thread pedro
I use fop 0,95 and the output is a pdf that i open with Acrobat X or Foxit Redaer. Pascal Sancho wrote: > > Pedro, > > what is the output? PDF, XSL-FO, other? > whitch tool (and version) do you use to see it? > > I suspect this is a viewer issue, FOP works fine with such

​ (Zero width space) not work

2011-11-22 Thread pedro
Hi all i use the ​ character in a table cell before i call a marker-retriever to workaround a bug(the solution is good), but the proble is that ​ characher is printed like a "?" while i think isn't a printable character. Ani idea? [code]

Re: fo markers problem

2011-11-22 Thread pedro
ely, there is a workaround: insert a ZWSP (​) before each > fo:retrieve-marker, this should do the trick. > > [1] https://issues.apache.org/bugzilla/show_bug.cgi?id=50806 > > > Le 21/11/2011 15:46, pedro a écrit : >> >> Hi >> i see the relativ fo transform

Re: fo markers problem

2011-11-21 Thread pedro
et="0">  >offset="0">684,00 > > > > [/code] > > > > I send the two tra

Re: fo markers problem

2011-11-21 Thread pedro
[/code] I send the two trasformation. http://old.nabble.com/file/p32870816/fo.xml fo.xml http://old.nabble.com/file/p32870816/1321885821859 1321885821859 Pascal Sancho wrote: > > Hi Pedro > > Regarding your 1st question: alternati

fo markers problem

2011-11-21 Thread pedro
Hi all i use markers to print some data only on the last page.It works fine but it seems that when a marker is called it print a empty block after the data. In my example in the last page i use marker in a table_cell an when the data is printed the border are printed out of the table. Is more

fo markers problem

2011-11-21 Thread pedro
Hi all i use markers to print some data only on the last page(if there is another possibility teach me). I declare the markers : [code] € 

fo markers problem

2011-11-21 Thread pedro
Hi all i use markers to print some data only on the last page(if there is another possibility teach me). I declare the markers : [code] € 

Wrap text

2011-03-15 Thread pedro
Hi all i have a document with some column.One of this column have a string that is to large for the column and then override the text of the next column.How i can wrap the text? [code]

PrintPreview

2011-02-18 Thread pedro
HI all i use the PrintPreviewPanel [code] FopFactory fopFactory = FopFactory.newInstance(); AWTRenderer renderer = new AWTRenderer(); FOUserAgent userAgent = fopFactory.newFOUserAgent();

Fop Preview

2011-02-18 Thread pedro
Hi all i need to preview my document in a JPanel, i found the class PreviewPanel and i try to use it but i'm not able to do it. [code] File fileXml = new File("c:\\xml.xml"); FileWriter fileWriter = new FileWriter(fileXm

Re: java.awt.image

2010-04-16 Thread pedro
Hi all ! It works!Thanks for our helps! But i have another question: when i create the url of the image i get a very long string, if i save it on a file i get a 187k of dimension, so if i have to save it on the db for all delivery notes that i save it can be a problem for space, my question is if

RE: java.awt.image

2010-04-14 Thread pedro
Hi Hu excuse me but i'm going crazy. I create a encode64 bytearrayinputstream that is the image,then i pass my xml data to xsl but i'm not able to pass the image ($embededLogo ) .I try to create a xsl-variable but i don't understand how i can pass it to the fop engine from the java code. Tha

Re: java.awt.image

2010-04-14 Thread pedro
Hi Jeremias thanks for your answer. i try String ur = dataURLUtil.createDataURL(bufferFile.getIn(),"RFC 2397"); and ur is "data:RFC 2397;base64," then in my xsl i do that

Re: java.awt.image

2010-04-13 Thread pedro
I want the object in memory because the application run on Thin Client in an enviroment(network,workstations) that are no under my control and sometimes i have a problem because the image that i wrote in my temp dir is clean up by i don't know what,so i won't to understand why because i have no a

Re: java.awt.image

2010-04-13 Thread pedro
I know, but i don't want to use a physical file but only one object that i have in memory. So i want to say if is possible to pass a java.awt.image or similar to the xsl . Thanks! -- View this message in context: http://old.nabble.com/java.awt.image-tp28229153p28231355.html Sent from the FOP -

java.awt.image

2010-04-13 Thread pedro
Hi all i use to diplay an image in my xsl. Is possible to pass a java.awt.image object instead a image file? -- View this message in context:

Set number of copies

2009-09-24 Thread pedro
Hi all i use fop to print some document and i preview it by launch the adobe process. Is possible to set the number of copy to print in the print dialog? Or is possible to "multiply" the page by the number of copy in xsl? Thanks!! -- View this message in context: http://www.nabble

Re: Improve speed

2008-11-18 Thread pedro
Thanks Andreas ! But is possible,is not my sensation but is a customer's sensation(.) that the change from release 0.93 to 0.95 can decrease the performance? Andreas Delmelle-2 wrote: > > > On 17 Nov 2008, at 14:17, pedro wrote: > > Hi > >> my target is to

Improve speed

2008-11-17 Thread pedro
Hi all my target is to improve the speed of my print process. I have a report tha is created by an AreaTreeProcessor and then is displayed by Acrobat and is too slow. I debug the application and i see that the creation process have appreciable lifetime,but the problem is when

Awt printing ugly

2008-10-28 Thread pedro
Hi all i see that this answer has more threads but i dont find the best solution. I try to print my document from PrintPreview and it works fine(almost) on HP printer but if i print it on a Kyocera i lose the margin (too with HP but less) in the sense that my document goes out of pr

Re: Preview PDF

2008-10-27 Thread pedro
Thank you Laurent it works fine! -- View this message in context: http://www.nabble.com/Preview-PDF-tp20186120p20190027.html Sent from the FOP - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTEC

Preview PDF

2008-10-27 Thread pedro
Hi all my problem is the same problem of all developer ,preview PDF. Now i'm use Adobe or Foxit but sometimes i have problem with speed,Adobe Update Dialog I try the PreviewDialog but it's a frame and i want a modal dialog. I try to use PreviewPanel but i'm not able to show my d

Re: Silent printing

2007-09-10 Thread pedro
Hi Steve yes i try to print the java print service but i have different results on different printer.The problem is that the customers have different printer (brand and model). Steve Quirk wrote: > > > > On Fri, 7 Sep 2007, pedro wrote: > >> >> Hi all. >

Silent printing

2007-09-07 Thread pedro
Hi all. I want to print my document without preview,i try autogenerated PCL (dont works fine) and i use the native methods to call acrobat dll,it's works bu if i want to use another viewer or i dont want to install Acrobat Reader i'm .. I try postscript but i haven't a good result. Any ide

Intermediate format

2007-03-20 Thread pedro
Hi all I would to change the layout of my pdf document exactly i want to drag an element on another page. I see that i want is not possible by xsl tag than i want to try to obtain the result by transform the intermediate format(i hope is pageable?!?) but i don't understand how to get this int

RE: Page break

2007-03-09 Thread pedro
Step by step... The display align works fine but the keep-together is not that i want. If i set "always" on table my module miss the page break and if i set on cell i don't see change. Well ,my table is a dynamic table without fixed height.. [code]

Page break

2007-03-09 Thread pedro
Hi all another question. I have a module with 4 column.The first column is a product descripion and the third is the price.Then when if the description is break on the new page the prrice is on the same line of the first product description line but i want that the price is dyplayed on the la

Table border

2007-03-07 Thread pedro
Hi gurus i have a problem with table border. I have a xsl that has a dynamic table in the body content.The problem is that i want the border bottom close at the end of the body and not at the end of the data I have - | h

Append different type of document

2006-11-08 Thread pedro
Hi all i have to reprint some documents.The documents are of different type and header.Is possible to create only one document to display in acrobat dialog? The document are the results of a query that give me some blob. Thanks -- View this message in context: http://www.nabble.com/