Re: xsl fo 1.1 pdf duplex printing

2015-11-29 Thread Chris
Hi Glenn,

thank you for your links. I just tried to create layers in my xsl-fo script
- I am rendering those through apache's fop - the pdf I got seems to have
layers - but they don't show up in both Adobe Reader or Adobe Acrobat:


 

Do you have an Idea whats the problem here?

Thanks in advance!
Best Chris



--
View this message in context: 
http://apache-fop.1065347.n5.nabble.com/xsl-fo-1-1-pdf-duplex-printing-tp40800p43110.html
Sent from the FOP - Users mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org



xsl fo 1.1 pdf duplex printing

2014-06-18 Thread Vijaya Raghavan.R
Hi,

Need some clarifications in xsl fo 1.1 version.

- Is it possible set duplex (back to back ) printing setup in xsl
design?
- Need to show notes in pdf, but need to hide it while printing the
pdf ( using xsl )
- how to include book marks for external pdf's


If anyone having ideas, please help.

Thanks in Advance





--
View this message in context: 
http://apache-fop.1065347.n5.nabble.com/xsl-fo-1-1-pdf-duplex-printing-tp40800.html
Sent from the FOP - Users mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org



Re: xsl fo 1.1 pdf duplex printing

2014-06-18 Thread Pascal Sancho
Hi,

2014-06-17 17:23 GMT+02:00 Vijaya Raghavan.R vijayaraghava...@solartis.net:
 Need some clarifications in xsl fo 1.1 version.
 - Is it possible set duplex (back to back ) printing setup in xsl
 design?

There is nothing in XSL-FO 1.1 for that.
Such directives are for PDF reader.
IMHO that should be possible with appropriate metadata witch are
outside the XSL-FO namespace.
But such metadata need exrta development to be properly handled

 - Need to show notes in pdf, but need to hide it while printing the
 pdf ( using xsl )

Same as above.

 - how to include book marks for external pdf's

perhaps the internal-destination property [1] meets your need here.

 If anyone having ideas, please help.

[1] http://www.w3.org/TR/xsl/#internal-destination
-- 
pascal

-
To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org



Re: xsl fo 1.1 pdf duplex printing

2014-06-18 Thread Glenn Adams
I recently added experimental support for PDF 1.5 Optional Content Groups
(OCGs), aka Layers. It is rather rudimentary and not yet documented (except
in the PDF spec), but you can find a couple of examples at [1][2].

The main hook for this is the use of an fox:layer property on a block class
FO element type, which points at a previously declared pdf:layer element.

[1]
https://github.com/apache/fop/blob/trunk/test/layoutengine/standard-testcases/pdf-dictionary-extension_2.xml
[2]
https://github.com/apache/fop/blob/trunk/test/layoutengine/standard-testcases/pdf-dictionary-extension_3.xml


On Tue, Jun 17, 2014 at 9:23 AM, Vijaya Raghavan.R 
vijayaraghava...@solartis.net wrote:

 Hi,

 Need some clarifications in xsl fo 1.1 version.

 - Is it possible set duplex (back to back ) printing setup in xsl
 design?
 - Need to show notes in pdf, but need to hide it while printing the
 pdf ( using xsl )
 - how to include book marks for external pdf's


 If anyone having ideas, please help.

 Thanks in Advance





 --
 View this message in context:
 http://apache-fop.1065347.n5.nabble.com/xsl-fo-1-1-pdf-duplex-printing-tp40800.html
 Sent from the FOP - Users mailing list archive at Nabble.com.

 -
 To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org
 For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org