{"id":90542,"library":"zendframework-zendpdf","title":"Zend Pdf","description":"Zend Pdf Component for creating and manipulating PDF documents.","status":"active","version":"2.0.2","language":"php","source_language":null,"source_url":"https://github.com/zendframework/ZendPdf","tags":["pdf","zend","document","generation"],"install":[{"cmd":"composer require zendframework/zendpdf","lang":"bash","label":"composer require"}],"dependencies":[],"imports":[{"symbol":"PdfDocument","correct":"use ZendPdf\\PdfDocument;"}],"quickstart":{"code":"use ZendPdf\\PdfDocument;\n\n$pdf = new PdfDocument();\n$page = $pdf->newPage('A4');\n$page->drawText('Hello World', 100, 100);\n$pdf->pages[] = $page;\necho $pdf->render();","lang":"php","description":"Create a simple PDF with text."},"warnings":[{"fix":"Migrate to laminas/laminas-pdf.","message":"This package is part of Zend Framework, which is no longer maintained; consider using Laminas Pdf instead.","severity":"breaking","affected_versions":">=2.0.2"}],"env_vars":null,"search_vec":"'compon':5 'creat':7 'document':11,14 'generat':15 'manipul':9 'pdf':2,4,10,12 'zend':1,3,13","created_at":"2026-06-19T09:04:50.638664+00:00","updated_at":"2026-06-19T09:04:50.638664+00:00","problems":[],"ecosystem":"packagist","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"http://packages.zendframework.com/","github":"https://github.com/zendframework/ZendPdf","docs":null,"changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-19","next_check":"2026-12-16","install_tag":null}}