Convertir Jsf A Pdf [ SIMPLE ]

import com.lowagie.text.*; import com.lowagie.text.pdf.PdfPTable;

// Send PDF response sendPdfResponse(pdfStream.toByteArray());

Powerful libraries for generating PDF content from scratch or HTML. convertir jsf a pdf

public void convertToPdf() throws Exception FacesContext facesContext = FacesContext.getCurrentInstance();

// Get current JSF view HTML as String String htmlContent = captureCurrentViewAsHtml(facesContext); import com

A efectos de conversión, la gran mayoría de usuarios que buscan convertir JSF a PDF están lidiando con scripts o proyectos de .

return html;

<dependency> <groupId>com.github.librepdf</groupId> <artifactId>openpdf</artifactId> <version>1.3.30</version> </dependency>

Back to top