markdown crear pdf.md

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown crear pdf.md相关的知识,希望对你有一定的参考价值。


    PdfWriter writer = new PdfWriter(baos);
        PdfDocument pdf = new PdfDocument(writer)
        PageSize pagesize = PageSize.A4;
        Document document = new Document(pdf, pagesize);
        document.setMargins(75, 75, 65, 70);
  
  Agregar un text despues en un paragraph despues en un document text
  
         document.add(paragraphJustified().add(formatText(reporteContratoContenidoService.parrafoUno(), "P1")));

以上是关于markdown crear pdf.md的主要内容,如果未能解决你的问题,请参考以下文章