public void createPdf(View v) { PDDocument document = new PDDocument(); PDPage page = new PDPage(); document.addPage(page); PDFont font = PDType1Font.HELVETICA; PDPageContentStream contentStream; try { // Define a content stream...
Buscar este blog
Con la tecnología de Blogger.
Archivo del blog
- febrero 2023 (1)
- enero 2023 (2)
Datos personales
Featured Post
public void createPdf(View v) { PDDocument document = new PDDocument(); PDPage page = new PDPage(); document.addPage(page); ...