{"id":23173672,"url":"https://github.com/dreamjet31/pdf-to-csv","last_synced_at":"2025-04-05T00:25:25.742Z","repository":{"id":242595796,"uuid":"653330699","full_name":"dreamjet31/pdf-to-csv","owner":"dreamjet31","description":null,"archived":false,"fork":false,"pushed_at":"2023-06-13T21:17:21.000Z","size":9927,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-10T08:49:40.396Z","etag":null,"topics":["csv","excel","pdf"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dreamjet31.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2023-06-13T21:13:34.000Z","updated_at":"2023-06-25T20:16:23.000Z","dependencies_parsed_at":"2024-06-04T00:10:12.492Z","dependency_job_id":"e88618d3-37d1-462a-9af2-949703e28e31","html_url":"https://github.com/dreamjet31/pdf-to-csv","commit_stats":null,"previous_names":["dreamjet31/pdf-to-csv"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dreamjet31%2Fpdf-to-csv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dreamjet31%2Fpdf-to-csv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dreamjet31%2Fpdf-to-csv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dreamjet31%2Fpdf-to-csv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dreamjet31","download_url":"https://codeload.github.com/dreamjet31/pdf-to-csv/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247268204,"owners_count":20911095,"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","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":["csv","excel","pdf"],"created_at":"2024-12-18T05:16:47.676Z","updated_at":"2025-04-05T00:25:25.720Z","avatar_url":"https://github.com/dreamjet31.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PDF to CSV\n\nClick \u003ca href=\"https://pdf-to-csv.vercel.app/\" target=\"_blank\"\u003ehere\u003c/a\u003e and see it in action.\n\n\n\nPDF to CSV is an Angular Application that allows to open PDF files and convert the data of those files as CSV data, that could be processed and stored more easily.\n\nThis project was created as an example of how to read pdf files and manipulate its data in an Angular Application project.\n\n## Dependecies\nThe data conversion is done by the [pdfjs-dist](https://www.npmjs.com/package/pdfjs-dist) package, and the [xlsx](https://www.npmjs.com/package/xlsx) package is used to save the data as an Excel file.\n\nFor `pdfjs-dist` package to work, was necessary to add the lines below as an asset in the `angular.json` file \n\u003cpre\u003e\u003ccode\u003e{\n    \"glob\": \"pdf.worker.*\",\n    \"input\": \"node_modules/pdfjs-dist/build/\",\n    \"output\": \"\"\n}\u003c/code\u003e\u003c/pre\u003e\n\n\n## Installation\n\nClone the git repository, then install all the packages:\n\n    git clone https://github.com/adfontana/pdf-to-csv.git\n    npm install\n\n## Usage\n    Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. \n\n\u003cimg src=\"https://raw.githubusercontent.com/adfontana/pdf-to-csv/master/pdftocsv.gif\"/\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdreamjet31%2Fpdf-to-csv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdreamjet31%2Fpdf-to-csv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdreamjet31%2Fpdf-to-csv/lists"}