You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-users@xmlgraphics.apache.org by "Vijaya Raghavan.R" <vi...@solartis.net> on 2014/06/17 17:23:16 UTC

xsl fo 1.1 pdf duplex printing

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-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-help@xmlgraphics.apache.org


Re: xsl fo 1.1 pdf duplex printing

Posted by Chris <ma...@ca-dsgn.com>.
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:

<http://apache-fop.1065347.n5.nabble.com/file/n43110/Bildschirmfoto_2015-11-29_um_16.png> 

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-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-help@xmlgraphics.apache.org


Re: xsl fo 1.1 pdf duplex printing

Posted by Glenn Adams <gl...@skynav.com>.
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 <
vijayaraghavan_r@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-unsubscribe@xmlgraphics.apache.org
> For additional commands, e-mail: fop-users-help@xmlgraphics.apache.org
>
>

Re: xsl fo 1.1 pdf duplex printing

Posted by Pascal Sancho <ps...@gmail.com>.
Hi,

2014-06-17 17:23 GMT+02:00 Vijaya Raghavan.R <vi...@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-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-help@xmlgraphics.apache.org