15
I Use This!
Inactive

News

Analyzed 1 day ago. based on code collected 1 day ago.
Posted almost 7 years ago by anil funde
update- i validated pdf using one of online pdf validator. pdf was found incompitable to pdf 1.7 specifications. details are as - Compliance pdf1.7 Result Document does not conform to PDF/A. Details Validating file "server.pdf" for conformance level ... [More] pdf1.7 The operator has an invalid number of operands. An end text operator is missing. The document does not conform to the requested standard. The document doesn't conform to the PDF reference (missing required entries, wrong value types, etc.). Do... [Less]
Posted almost 7 years ago by anil funde
I am using TCPDF with quercus engine to generate PDFs. PDF are getting generated successfully but no text at all. I tried same code in XAMP enviorenment and it worked there with text as well. // create new PDF document $pdf = new ... [More] TCPDF(PDF_PAGE_ORIENTATION, PDF_UNIT, PDF_PAGE_FORMAT, true, 'UTF-8', false); // set document information $pdf->SetCreator(PDF_CREATOR); $pdf->SetAuthor('Nicola Asuni'); $pdf->SetTitle('TCPDF Example 002'); $pdf->SetSubject('TCPDF Tutorial'); $pdf->SetKeywords('TCPDF, PDF,... [Less]
Posted almost 7 years ago by Mahantesh
I am creating pdf using tcpdf (php,mysql) library. I want to show data as it is in database, in the pdf. Means i want to show line breaks and line spacing. Example : Say Project subtitle in database is like this. The Philadelphia Foot Patrol ... [More] Experiment, a randomized control trial conducted by Temple University, has shown that foot patrols reduce crime. [1] With the resources to patrol 60 locations, researchers identified the highest violent crime corners in the city, using data from 2006 to 2008.... [Less]
Posted almost 7 years ago by Anonymous
PieLabel
Posted almost 7 years ago by hkirsman
I've never seen this feature in pdf's. I see why it could be useful but is there any wat to disable this?
Posted almost 7 years ago by Dmitry Vaselchuk
After adding spot color, do you set it ? For example like this $pdf->SetDrawSpotColor('CutContour', 100);
Posted almost 7 years ago by Alexey Goncharov
I have a project that buids SVG images basing on customers' input and then converts those SVGs into a PDF file. Now I need to draw the contour of the image with a spot color. When I draw the line with regular color (i. e. stroke="#ffcc00") and then ... [More] add this color to pdf file with AddSpotColor method the line is drawn correctly and the spot color presents in PDF source code. But in that case I can't see the spot color in Adobe Illustrator. When I try to draw the line with the spot color literally... [Less]
Posted almost 7 years ago by Prabu
Hello Its possible to insert mysql databas
Posted almost 7 years ago by jll
To update this ticket, I also found a similar (it was not, though, identical) bug in Zint, and reported that bug and it was fixed within a few days. I thought you might want to review the changes there that the dev added to fix the ticket, as it may help you with any related problems in TCPDF code. https://sourceforge.net/p/zint/tickets/60/#4bf6
Posted almost 7 years ago by wings-knight
please tell me how to do it