Questions tagged as 'tcpdf'

0
answers

Generate PivotTable with TCPDF

Good afternoon, I'm using TCPDF to generate an evaluation report, and I need this report to be divided into the weeks the user has activity. The report is currently WhatIneedistogothroughthearray,startingonMondayandendingonSunday,wh...
asked by 12.11.2018 / 18:38
1
answer

How to add a custom font in TCPDF?

I'm using TCPDF to generate PDFs (obvious) and need to add a custom font. I took a look at documentation and it says there is a method called addTTFfont . The problem is, when I try to call, an error is returned, saying that...
asked by 31.10.2018 / 13:20
1
answer

Change soon in TCPDF via form

I created a PDF generator with TCPDF , it works ok, I'm just having a little problem. I want the logo-marca to enter, whatever I choose in the form. Follow the codes. Formulary code that sends the data ( index.php ) &l...
asked by 31.08.2015 / 01:37
0
answers

Generate handwriting with TCPDF Class PHP

I am trying to generate small cards using the PHP TCPFD library, according to a list. The first page is perfect. However, when I try to create more than 1 page, it gets lost on the second page. // add a page $pdf->AddPage(); // set J...
asked by 30.11.2018 / 19:02
0
answers

Validate digital signature with PHP generated by TCPDF

Hello, I'm developing an application with PHP that would have the feature of digitally signing documents with A1, I know that within desktop this is much easier, but I want to do in PHP . I have already signed up with the TCP...
asked by 17.09.2018 / 20:09
0
answers

How to preserve the entire contents of a Word document when converting it to PDF using PhpWord and TCPDF

I'm using PhpWord and Tcpdf to create a PDF document from a Word document using the following code: $source = 'test.docx';//documento word $rendererName = \PhpOffice\PhpWord\Settings::PDF_RENDERER_TCPDF; $rendererLibraryPath = 'vendor/tecnickc...
asked by 07.06.2018 / 23:45
0
answers

How to vertically center an html img inside TCPDF?

Obs. Does it have to be for TCPDF, CSS top-margin, top, vertical-align are out of question ok? Ex: <td> <img src="{$like}">Iniciativa própria <img src="{$unlike}">Orientação para resultados </td>     
asked by 07.03.2018 / 18:46