pdf « PrimeFaces « JSF Q&A





1. changing style on generating pdf with Primefaces dataExporter    stackoverflow.com

I'm using Primefaces dataExporter to generate pdf from a dataTable. The pdf generated has all the columns with the same width. I'm looking for a way to change the style of ...

2. How to create pdf before primeFaces fileDownload component event?    stackoverflow.com

I am using primeFaces component in my web project. a commandButton has an action event. <p:fileDownload> component is inside in the commandButton. I want to execute the action event before . ...

3. PDF not showing in LightBox from PRimefaces    stackoverflow.com

My pdf does not appear in the lightbox when command button is clicked.. Here's the code:

<p:lightBox iframe="true" width="80%" height="80%">  
    <h:outputLink value="/barcodeImages/Testing.pdf" title="Print PDF"> 

    ...

4. Multiple datatables into one PDF?    forum.primefaces.org

5. show pdf inside p:lightbox    forum.primefaces.org

...

6. p:fileDownload - issue with pdf    forum.primefaces.org

27 May 2011, 16:17 by lanpar p:fileDownload - issue with pdf #1. Have list of files which can be downloaded ...

7. Export Chart to PDF or Word    forum.primefaces.org

No it's not possible to export flash charts to pdf. I think your requirement is a better fit for a reporting tool. Thanks for the feedback.

8. exporting pdf    forum.primefaces.org

9. pdf changes of datatable using preprocessor    forum.primefaces.org

in exporting pdf data table the values are wraping to next line after 9 charactors. i need to disply in single line. or need to change column widths of data table ...





10. p:lightbox to display pdf on row click    forum.primefaces.org

Hi, I have a datatable containing list of documents. when user clicks on the row, lightbox should appear with the actual document in it. I know how to show pdf in ...

11. How to export screen content to a PDF?    forum.primefaces.org

Hi All, I have set panels as below First Panel-Personal Details Second Panel-Educational Details Third Panel-Family Details Fourth Panel-Address Details. My requirement is I have a PDF button on the UI, ...

12. Users Guide: PDF without ToC!    forum.primefaces.org

Hi, In PDF it is possible to show on the left side the ToC. Unfortunately the users guide is not created as a PDF with a ToC. This makes the navigation ...

13. problems generating a PDF with p:commandButton    forum.primefaces.org

byte[] report = generateReport(JasperFillManager.fillReport(reportUrlReal, params, getDataCollectionToPrint())); FacesContext facesContext = FacesContext.getCurrentInstance(); HttpServletResponse response = (HttpServletResponse) facesContext.getExternalContext().getResponse(); response = ServletContextHelper.addResponseValues(response, getReportType(), report.length, reportName); response.getOutputStream().write(report); response.getOutputStream().flush(); response.getOutputStream().close(); facesContext.responseComplete();

14. z-index problem with showing pdf in IE    forum.primefaces.org

21 Dec 2011, 12:51 by Mathias Noth z-index problem with showing pdf in IE Hi All, In my primefaces application I show pdf files. In order to do it, inside a ...

15. PDF Reporting Example Needed    forum.primefaces.org

Hi, I am greatly intrigued by the possibilities of the Optimus PDF Reporting: http://97.107.138.40:8080/prime-showcas ... xample.jsf I'm currently using JSF/Facelets in my app and I'm wondering how I would implement this ...

16. Font-Size of PDF-Exporter    forum.primefaces.org

Hi, this is maybe not a primefaces issue (and more an itext problem), but i can't figure out any hacks to change the default font-size of the exported pdf of the ...





17. pdf export of datatable    forum.primefaces.org

Hi, i have datatable with 5 columns. One column I set to rendered="false". When I now use the pdf export option of p:exporter: The table in the pdf has 5 columns ...

18. display a pdf    forum.primefaces.org

Is there a component that could do this? Does anyone have an idea on how to show a pdf? I would like to add this to the demo project I am ...

19. Change pdf generated by DataExporter    forum.primefaces.org

Hello, I would change the entire table that is generated in the PDF dataexport. Change the thickness of the line, the font color, among other changes .... It would be possible ...

20. Make layout of PDFs configurable in dataExporter    forum.primefaces.org

29 Nov 2010, 21:18 by dbross Make layout of PDFs configurable in dataExporter Hello, I'm using the dataExporter component to generate PDFs (Primefaces 2.2 RC1), and I've a couple of enhancements ...

21. download pdf from server through p:fileDownload    forum.primefaces.org

Hello, I have generated some reports in PDF format, that is stored on my server (c:\reports) How I can use the p:fileDownload in order to make the PDF available for download ...

22. Exporting YUI charts to image/PDF    forum.primefaces.org

21 Feb 2011, 15:09 by tuukka.mustonen Exporting YUI charts to image/PDF Hi, I know this has been discussed briefly before, but I don't think in this detail. If I'm correct, PrimeFaces ...

23. PDF Display    forum.primefaces.org

24. p:fileDownload Problem with several Pdf-Links    forum.primefaces.org

...

25. [DataExporter] Rotating pages PDF    forum.primefaces.org

26. converting a plain jsf page to pdf    forum.primefaces.org

Hi aatay, In the previous releases of primefaces (optimus) converting a jsf page to the pdf is done by adding a filter to the web.xml. Is this possible in the last ...