we use tcpdf-Tool to create automatical PDF-Files on our server. The PDF-Document include one Submit-Button and a normal button for some action. The problem ist that both buttons caption are not visible when the document is open with PDF-XCHANGE Viewer Vers. 2.5 Build 193.0 Free Version. We check this problem with some other Viewer like acrobat reader an two other PDF-Viewers in all cases the caption are visible. Our customer use your Product so that we must solve this problem. Do anyone know a solution for this local phenomenon?
For debug here is some code to create the button with tcpdf:
Code: Select all
$pdf->Button('submit', 30, 5, [color=#FF0000]'Antrag senden'[/color], array('S'=>'SubmitForm', 'F'=>'https://....../Test.php', 'Flags'=>array('IncludeNoValueFields', 'ExportFormat')),
array('lineWidth'=>1, 'borderStyle'=>'beveled', 'fillColor'=>array(128, 196, 255), 'strokeColor'=>array(64, 64, 64)),
array(), PDF_MARGIN_LEFT+1.5+0.1+20+20+20+25+25+37.8, $nYPos);
I hope someone know a solution
thanks
Joachim