arya-blue
luna-amber
luna-blue
luna-green
luna-pink
nova-dark
nova-light
saga-blue
vela-blue
Document Viewer
It's also possible to set the Locale and the starting page of the DocumentViewer
Source

<p:outputPanel layout="block" id="container" deferred="true">
        <p:panelGrid columns="2" layout="tabular">
            <h:outputLabel value="Page"/>
            <p:spinner min="1" max="69" value="#{advancedDocumentViewerController.page}">
                <p:ajax update="container"/>
            </p:spinner>
            <h:outputLabel value="Locale"/>
            <p:selectOneRadio value="#{advancedDocumentViewerController.locale}">
                <f:selectItem itemValue="en" itemLabel="English"/>
                <f:selectItem itemValue="de" itemLabel="German"/>
                <f:selectItem itemValue="it" itemLabel="Italian"/>
                <f:selectItem itemValue="pt_BR" itemLabel="Portuguese"/>
                <p:ajax update="container"/>
            </p:selectOneRadio>
        </p:panelGrid>
        <pe:documentViewer
                height="500"
                locale="#{advancedDocumentViewerController.locale}"
                page="#{advancedDocumentViewerController.page}"
                url="/sections/documentviewer/book.pdf"/>
    </p:outputPanel>
            
Components and more
Documentation pe:
Attributes (move mouse over the names to see data types)
Name Description
No attributes available for this component.
PrimeFaces Extensions Showcase - © 2011-2025,PrimeFaces: 15.0.13,PrimeFaces Extensions: 15.0.14-SNAPSHOT,JSF: Apache MyFaces JSF-2.3 Core Impl 2.3.10,Server: Apache Tomcat (TomEE)/9.0.82 (8.0.16),Build time: 2026-02-23 00:32