{"id":20832261,"url":"https://github.com/scbd/php-processor","last_synced_at":"2025-10-06T16:03:28.970Z","repository":{"id":148913323,"uuid":"115280530","full_name":"scbd/php-processor","owner":"scbd","description":null,"archived":false,"fork":false,"pushed_at":"2018-03-23T20:36:33.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-10-06T16:03:16.305Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/scbd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-12-24T18:25:43.000Z","updated_at":"2018-03-23T20:36:35.000Z","dependencies_parsed_at":"2023-07-25T06:30:54.565Z","dependency_job_id":null,"html_url":"https://github.com/scbd/php-processor","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/scbd/php-processor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scbd%2Fphp-processor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scbd%2Fphp-processor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scbd%2Fphp-processor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scbd%2Fphp-processor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/scbd","download_url":"https://codeload.github.com/scbd/php-processor/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scbd%2Fphp-processor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278638109,"owners_count":26019943,"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-06T02:00:05.630Z","response_time":65,"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":[],"created_at":"2024-11-18T00:11:00.261Z","updated_at":"2025-10-06T16:03:28.954Z","avatar_url":"https://github.com/scbd.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PhpProcessor\n\nExtract basic information from PHP pdf into Excel.\n\n## Usage\n\n\n### Convert PDF to text\n\n#### Mac/Unix\n\nRun in the folder where PHP PDF (`*.pdf`) are (linux/Mac users)\n\n```\n$ for file in *.pdf; do pdftotext -raw \"$file\" \"$file.txt\"; done\n$ for file in *.txt; do unix2dos \"$file\"; done\n```\n\nInstall Mac\n```\n$ brew install poppler dos2unix\n```\n\nlinux\n```\n$ apt-get install poppler-utils dos2unix\n```\n#### Windows\n\n```\n$ for /r %i in (*.pdf) do pdftotext -raw \"%i\" \"%i.txt\"\n```\n\nFor Windows you can install it from http://www.foolabs.com/xpdf/download.html\n\n### Extract information from the PHP text (`*.txt`) into `_output.txt`\n\n```\n$ PhpProcessor.exe path/to/folder/where/php-txt/files/are\n```\n\n\n#### Export to Excel\n\n1. Open the `_output.txt`\n2. Select all text `CTRL+A`\n3. Copy `CTRL+C`\n4. Create new Excel workbook\n5. Paste `CTRL+V`\n\nEt Voila\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscbd%2Fphp-processor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscbd%2Fphp-processor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscbd%2Fphp-processor/lists"}