{"id":15017705,"url":"https://github.com/philterpaper/pdf-table","last_synced_at":"2025-10-25T21:46:53.988Z","repository":{"id":5099383,"uuid":"6262456","full_name":"PhilterPaper/PDF-Table","owner":"PhilterPaper","description":"Official repository for PDF::Table in Perl","archived":false,"fork":false,"pushed_at":"2025-07-13T04:09:09.000Z","size":1507,"stargazers_count":10,"open_issues_count":8,"forks_count":15,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-07-13T06:26:01.659Z","etag":null,"topics":["pdf-generation","perl","perl5","tables"],"latest_commit_sha":null,"homepage":"https://www.catskilltech.com/FreeSW/product/PDF%2DTable/title/PDF%3A%3ATable/freeSW_full","language":"Perl","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"ai/visibilityjs","license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PhilterPaper.png","metadata":{"files":{"readme":"README.md","changelog":"Changes","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2012-10-17T14:13:17.000Z","updated_at":"2025-07-13T04:09:13.000Z","dependencies_parsed_at":"2025-04-09T19:42:49.395Z","dependency_job_id":"294b385f-cc08-4be3-bc41-1169f56eeaf1","html_url":"https://github.com/PhilterPaper/PDF-Table","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/PhilterPaper/PDF-Table","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PhilterPaper%2FPDF-Table","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PhilterPaper%2FPDF-Table/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PhilterPaper%2FPDF-Table/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PhilterPaper%2FPDF-Table/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PhilterPaper","download_url":"https://codeload.github.com/PhilterPaper/PDF-Table/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PhilterPaper%2FPDF-Table/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281026273,"owners_count":26431753,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-25T02:00:06.499Z","response_time":81,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["pdf-generation","perl","perl5","tables"],"created_at":"2024-09-24T19:50:52.839Z","updated_at":"2025-10-25T21:46:53.949Z","avatar_url":"https://github.com/PhilterPaper.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PDF::Table\n\nThis module creates and inserts text blocks and tables into PDF documents \nusing the PDF::API2 or PDF::Builder Perl module.\n\n## What is it?\n\nPDF::Table is a library to format tables for insertion into PDF documents, \nusing either the PDF::Builder or the PDF::API2 PDF-creation libraries, called \nfrom a Perl program. The PDF library (e.g., PDF::Builder) makes certain objects \navailable to PDF::Table, as well as providing support services, and handles the \noverall PDF creation task. PDF::Table is called from within that a Perl program\nusing that library, to place tables of specific layout at the current active \nplace on a document page. Tables may split across pages.\n\nNote that PDF::Table, unlike PDF::Builder or PDF::API2, does not provide a set \nof low-level building blocks, but rather, is an all-in-one \"table\" call with \nvery complex and flexible input. The table layout capability is a bit richer \nthan that found in HTML/CSS, with a great deal of control over row, column, and \ncell properties, as well as rule and border formatting. With PDF::Builder as \nthe underlying engine, PDF::Table cell content may be defined using Markdown or \nHTML markup languages. However, note that PDF::Table itself does not use HTML \ntag markup, nor does PDF::Builder currently support HTML table tags! The only \nway to put a table into a document is to invoke PDF::Table.\n\n[Home Page](https://www.catskilltech.com/FreeSW/product/PDF%2DTable/title/PDF%3A%3ATable/freeSW_full), including Documentation and Examples.\n\n[![Open Issues](https://img.shields.io/github/issues/PhilterPaper/PDF-Table)](https://github.com/PhilterPaper/PDF-Table/issues)\n[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://makeapullrequest.com)\n[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://GitHub.com/PhilterPaper/PDF-Table/graphs/commit-activity)\n\nThe official repository for PDF::Table module collaboration:\n\"https://github.com/PhilterPaper/PDF-Table.git\"\n\nAny patches, pull requests, issues and feedback are more than welcome.\n\nDo NOT under ANY circumstances open a PR (Pull Request) to **report a _bug_**. \nIt is a waste of both _your_ and _our_ time and effort. Instead, simply open a \nregular ticket (_issue_), and attach a Perl (.pl) program illustrating the \nproblem, if possible. \nIf you believe that you have a program patch (i.e., a permanent change to the\ncode), and offer to share it as a PR, we may give the go-ahead. Unsolicited PRs \nmay be closed without further action.\n\n## Prerequisites\n\nRequired for installation: Test::More\nOptional for installation: Test::Pod, Test::CheckManifest\n\nRequired for running: Carp, PDF::API2 and/or PDF::Builder\nOptional for running: Pod::Simple::HTML\n\n## Installation\n\nTo install the module from CPAN, please type the following command:\n\n```cpanm PDF::Table```\n\nTo test or add features to this module, please type the following command:\n\n```cpanm .```\n\n## Changes\nTo see a list of changes, please do one or more of the following:\n- Read the [Changes](Changes) file\n- Review commits history on GitHub\n- Make a diff from the tools menu at CPAN\n\n## Contacts\n\n- Use the issue tracker on GitHub, \"https://github.com/PhilterPaper/PDF-Table/issues\"\n- See \"https://metacpan.org/pod/PDF::Table\" for distribution and more information\n\n## License\nCopyright (C) 2006 by Daemmon Hughes\n\nExtended by Desislav Kamenov (Twitter @deskata) versions 0.02 - 0.11\n\nExtended by Phil Perry since version 0.12\nCopyright (C) 2020 - 2025 by Phil M Perry\n\nThis library is free software; you can redistribute it and/or modify\nit under the same terms as Perl itself, either Perl version 5.8.7 or,\nat your option, any later version of Perl 5 you may have available.\nNote that Perl 5.10 is now the minimum for installation.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphilterpaper%2Fpdf-table","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphilterpaper%2Fpdf-table","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphilterpaper%2Fpdf-table/lists"}