{"id":21011263,"url":"https://github.com/jenish-rudani/saveaspdf","last_synced_at":"2025-10-07T15:26:22.285Z","repository":{"id":115744636,"uuid":"266949874","full_name":"jenish-rudani/SaveAsPdf","owner":"jenish-rudani","description":"Save multiple web pages as PDF with Background Graphics using selenium webdriver.","archived":false,"fork":false,"pushed_at":"2024-12-24T01:02:07.000Z","size":16,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-26T03:51:14.019Z","etag":null,"topics":["background-graphics","hacktoberfest","hacktoberfest2020","pdf","selenium-webdriver","virtual-environments","webdriver"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jenish-rudani.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2020-05-26T05:10:31.000Z","updated_at":"2024-12-24T01:02:11.000Z","dependencies_parsed_at":"2025-01-20T11:21:29.942Z","dependency_job_id":"f08e55c1-1057-4686-aa56-8b7279950c11","html_url":"https://github.com/jenish-rudani/SaveAsPdf","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jenish-rudani%2FSaveAsPdf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jenish-rudani%2FSaveAsPdf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jenish-rudani%2FSaveAsPdf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jenish-rudani%2FSaveAsPdf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jenish-rudani","download_url":"https://codeload.github.com/jenish-rudani/SaveAsPdf/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248543824,"owners_count":21121837,"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":["background-graphics","hacktoberfest","hacktoberfest2020","pdf","selenium-webdriver","virtual-environments","webdriver"],"created_at":"2024-11-19T09:27:21.914Z","updated_at":"2025-10-07T15:26:17.237Z","avatar_url":"https://github.com/jenish-rudani.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CONTENTS OF THIS FILE\n\n- Introduction\n- Installation\n- Run\n\n\n## INTRODUCTION\n\n\n- Save multiple web pages as PDF with Background Graphics using selenium webdriver.\n\n\n## INSTALLATION\n\n\n### Install webdriver\n\n```shell\nsudo apt install chromium-chromedriver\n```\n\n### Create a Virtual environment\n\n- I like install all my virtual environments in ~/.envs directory but you can save it anywhere.\n\n\n\u003e create virual environment named saveaspdfenv and activate it\n\n```shell\nmkdir ~/.envs \u0026\u0026 cd ~/.envs \n\npython3 -m venv saveaspdfenv\n\nsource saveaspdfenv/bin/activate\n\n```\n\n### Clone\n\n- Clone this repo to your local machine using `https://github.com/fvcproductions/SOMEREPO`\n\n\u003e Navigate into Documents directory and clone this repo\n```shell\ncd ~/Documents\ngit clone https://github.com/JenishRudani98/SaveAsPdf.git\ncd SaveAsPdf\n```\n\u003e install required modules \n\n```shell\npython3 -m pip install -r requirements.txt\n```\n\n\n\n## Run\n\n\nTo use this application go into tests directory and run main.py, You can make changes into main.py according to your preference.\n\n```shell\ncd tests\n\npython3 main.py\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjenish-rudani%2Fsaveaspdf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjenish-rudani%2Fsaveaspdf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjenish-rudani%2Fsaveaspdf/lists"}