{"id":20581153,"url":"https://github.com/neibce/pdf-to-image","last_synced_at":"2026-02-16T13:04:16.595Z","repository":{"id":242020106,"uuid":"807969377","full_name":"Neibce/PDF-to-IMAGE","owner":"Neibce","description":"PDF to IMAGE Android Application","archived":false,"fork":false,"pushed_at":"2025-03-05T08:24:33.000Z","size":141,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-09T07:51:23.853Z","etag":null,"topics":["android-app","java","pdfbox"],"latest_commit_sha":null,"homepage":"","language":"Java","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/Neibce.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":"2024-05-30T06:08:29.000Z","updated_at":"2025-03-24T02:43:23.000Z","dependencies_parsed_at":"2024-06-04T10:07:54.180Z","dependency_job_id":"1950c3b6-31ae-4dd8-aff4-be7f2139d481","html_url":"https://github.com/Neibce/PDF-to-IMAGE","commit_stats":null,"previous_names":["neibce/pdf-to-image"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Neibce/PDF-to-IMAGE","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Neibce%2FPDF-to-IMAGE","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Neibce%2FPDF-to-IMAGE/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Neibce%2FPDF-to-IMAGE/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Neibce%2FPDF-to-IMAGE/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Neibce","download_url":"https://codeload.github.com/Neibce/PDF-to-IMAGE/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Neibce%2FPDF-to-IMAGE/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29508740,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T09:05:14.864Z","status":"ssl_error","status_checked_at":"2026-02-16T08:55:59.364Z","response_time":115,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["android-app","java","pdfbox"],"created_at":"2024-11-16T06:27:18.499Z","updated_at":"2026-02-16T13:04:16.589Z","avatar_url":"https://github.com/Neibce.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PDF to IMAGE\n\n[English](./README_EN.md)\n\n[![Android CI](https://github.com/Neibce/PDF-to-IMAGE/actions/workflows/android.yml/badge.svg)](https://github.com/Neibce/PDF-to-IMAGE/actions/workflows/android.yml)\n[![CodeFactor](https://www.codefactor.io/repository/github/neibce/pdf-to-image/badge)](https://www.codefactor.io/repository/github/neibce/pdf-to-image)\n[![Google Play](https://img.shields.io/badge/Google%20Play-Download-green?logo=google-play)](https://play.google.com/store/apps/details?id=dev.jun0.pdftoimage)\n\nPDF 파일을 PNG/JPEG 이미지로 변환하는 안드로이드 앱\n\n2022년 1분기 개발 / [Google Play](https://play.google.com/store/apps/details?id=dev.jun0.pdftoimage) 배포 완료\n\n## 기능\n\n- PNG, JPEG 형식으로 저장\n- 원하는 페이지만 선택해서 변환\n- 백그라운드에서 변환 (앱을 내려도 계속 진행)\n- 이미지 크기 설정 (100px~9000px)\n- 원본 비율 유지 가능\n- 비밀번호 걸린 PDF도 변환 가능\n- 변환 끝나면 알림\n\n## 스크린샷\n\n| | | | |\n|--|--|--|--|\n| ![1](https://github.com/Neibce/PDF-to-IMAGE/assets/18096595/f9e6809b-4253-435e-8a5e-7524eaecc724) | ![2](https://github.com/Neibce/PDF-to-IMAGE/assets/18096595/2380f78b-4e14-48ba-ab13-c7710cf1abb3) | ![3](https://github.com/Neibce/PDF-to-IMAGE/assets/18096595/0652db3d-4788-44b0-9b7e-3a47fb8cda1d) | ![4](https://github.com/Neibce/PDF-to-IMAGE/assets/18096595/e5a38bb7-74ae-4986-aa56-606ec5d847b1) |\n\n## 사용 기술\n\n- Android (Java)\n- [PDFBox Android](https://github.com/TomRoush/PdfBox-Android)\n- AndroidX WorkManager\n- Firebase Analytics, Crashlytics\n\n## 실행 환경\n\n- Android 6.0 (API 23) 이상\n\n## 빌드 방법\n\n```bash\ngit clone https://github.com/Neibce/PDF-to-IMAGE.git\ncd PDF-to-IMAGE\n./gradlew assembleDebug\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneibce%2Fpdf-to-image","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fneibce%2Fpdf-to-image","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneibce%2Fpdf-to-image/lists"}