Complete example

Audition example.

These slides was used for an audition (but I haven't got the job)... You can click on the tab at the bottom to go to the corresponding pages.

To compile and to display the pdf file, go to the examples directory and type

PyPDFSlide -d audition.xsl audition.xml

Xml file : audition.xml.

Xslt file : audition.xsl.

(Images are not included in the distribution)

Audition example

Basic features

Some kinds of inclusion.

PNG, JPG, PDF and TeX inclusion. JPG files are not transformed (same compression ratio), other bitmap files are uncompressed then recompressed using zlib. Transparency is tajen into account, but to generate PDF 1.3 files, intermediate alpha values are simulated using floyd-steinberg filters.

PDF are included "as is" (vectorial data stay vectorial data).

To compile and to display the pdf file :

PyPDFSlide images.xml

Xml file : images.xml (images are included in the distribution).

Inclusions
Boxes and text.

Boxes (horizontal and vertical) with text and items. Some words are clickable. Shows use of keywords <div> and <bg_color>.

To compile and to display the pdf file :

PyPDFSlide text.xml

Xml file : text.xml.

Inclusions