Search found 16 matches

by pedro.riky
Tue Oct 30, 2012 6:31 pm
Forum: XSLT and FOP
Topic: different body on last page
Replies: 1
Views: 1609

different body on last page

i want thath my FOP generate a pdf with a different body section for the last page, i try to implement this behaviour like this: <xsl:template match="/fatture"> <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format"> <fo:layout-master-set> <fo:simple-page-master master-name="...
by pedro.riky
Mon Nov 21, 2011 12:08 pm
Forum: XSLT and FOP
Topic: markers problem
Replies: 1
Views: 1466

markers problem

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 : <fo:block font-family="Times" font-size="1pt"> <fo:marker marker-class-name="totale"> <xsl:text disable-output-escaping="yes">&...
by pedro.riky
Fri Oct 31, 2008 11:38 am
Forum: XSLT and FOP
Topic: AWT Printing
Replies: 2
Views: 2601

Re: AWT Printing

Hi Sorin
i think i have post in the wrong area,in sense that i dont use Oxigen to print but only to create the xml and the xsl and than i use FOP to print the resulted PDF.


Thanks!
by pedro.riky
Tue Oct 28, 2008 5:21 pm
Forum: XSLT and FOP
Topic: AWT Printing
Replies: 2
Views: 2601

AWT Printing

Hi all
my problem is that the AWT preview lose the margin width and the document
design overflow the printable area of the printer.
I search for many times but i can't find a solution.
Any suggestion?

Thanks!
by pedro.riky
Mon Sep 10, 2007 1:20 pm
Forum: XSLT and FOP
Topic: Silent printing
Replies: 2
Views: 2909

Silent printing

I use a C++ header file to embed the java code and the C++ DLL but is not the solution i want because i dont want to use only Adobe product. I try to use the PCL that fop generate but i have different behaviour on different printer. I try to use AWTRenderer but the result is too different than the p...
by pedro.riky
Fri Sep 07, 2007 4:57 pm
Forum: XSLT and FOP
Topic: Silent printing
Replies: 2
Views: 2909

Silent printing

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 idea?
by pedro.riky
Tue Mar 20, 2007 2:37 pm
Forum: XSLT and FOP
Topic: AWTREnderer
Replies: 0
Views: 5352

AWTREnderer

Hi all. I have a problem with AWTRendere:it works not properly. I want to preview a PDF document and the only idea that i have is to renderer the fo with AWTRenderer ,use the netxPage method to get a Buffered image and put the image on a jpanel.Te problem is that the wat lose some line ,border or te...
by pedro.riky
Tue Mar 13, 2007 4:04 pm
Forum: XSLT and FOP
Topic: Page break
Replies: 2
Views: 4623

Page break

Another question!
Is possible to find the page break in the document?there is some class to navigate the tree and find them?
Thanks
by pedro.riky
Fri Mar 09, 2007 1:34 pm
Forum: XSLT and FOP
Topic: Page break
Replies: 2
Views: 4623

Page break

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 last line...
by pedro.riky
Thu Mar 08, 2007 2:02 pm
Forum: XSLT and FOP
Topic: Table border
Replies: 1
Views: 3859

Table border

Again me!
The answer is more simple.The attribute height of the table not works?
by pedro.riky
Thu Mar 08, 2007 1:41 pm
Forum: XSLT and FOP
Topic: Table border
Replies: 1
Views: 3859

Table border

I try to explain better because my english is very poor and i'm not Picasso.... Then i have this document that is a delivery note. The header and the footer are static but the body is a table with unknow number of row. My desire is to have the bottom border at the end of the body and not at the end ...
by pedro.riky
Thu Mar 08, 2007 12:08 pm
Forum: XSLT and FOP
Topic: Parametric height
Replies: 2
Views: 4557

Scaling image

I found a solution <fo:external-graphic scaling="uniform"> <xsl:attribute name="content-height"> <xsl:value-of select="concat(heading/logo-height,px)"/> </xsl:attribute> <xsl:attribute name="content-width"> <xsl:value-of select="concat(heading/logo-width,...
by pedro.riky
Wed Mar 07, 2007 11:07 am
Forum: XSLT and FOP
Topic: Table border
Replies: 0
Views: 5664

Table border

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 --------------------------------- | header | |---------------------------------| | | ...
by pedro.riky
Fri Mar 02, 2007 11:55 am
Forum: XSLT and FOP
Topic: Parametric height
Replies: 2
Views: 4557

Parametric height

Hi all

how i can set the height contents parametrically?

content-height="35px" ----> content-height="myParametricHeight"


Thanks in advance
by pedro.riky
Fri Mar 02, 2007 10:21 am
Forum: XSLT and FOP
Topic: Scaling image
Replies: 2
Views: 4706

Thanks

Thank you very much sorin it works fine!
Have a nice day!
by pedro.riky
Thu Mar 01, 2007 2:21 pm
Forum: XSLT and FOP
Topic: Scaling image
Replies: 2
Views: 4706

Scaling image

Hi all
i use fop 0.93 and i want to scale a external image?
i try <fo:external-graphic> but not works,use <fo:instream-foreign-object> is the
way?

Thanks