{"id":18657300,"url":"https://github.com/jmrozanec/pdf-converter","last_synced_at":"2025-04-03T22:09:08.865Z","repository":{"id":42041079,"uuid":"81570379","full_name":"jmrozanec/pdf-converter","owner":"jmrozanec","description":"A Java library to convert .pdf files into .epub, .txt, .png, .jpg, .zip formats.","archived":false,"fork":false,"pushed_at":"2024-10-03T18:42:47.000Z","size":364,"stargazers_count":211,"open_issues_count":5,"forks_count":59,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-03-27T21:11:20.315Z","etag":null,"topics":["epub","hacktoberfest","jpg","pdf","pdf-converter","png","zip"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jmrozanec.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":"2017-02-10T13:59:51.000Z","updated_at":"2025-03-19T13:43:38.000Z","dependencies_parsed_at":"2024-12-13T12:11:33.522Z","dependency_job_id":"481f0c93-3301-4754-8714-82364e42a862","html_url":"https://github.com/jmrozanec/pdf-converter","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmrozanec%2Fpdf-converter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmrozanec%2Fpdf-converter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmrozanec%2Fpdf-converter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmrozanec%2Fpdf-converter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jmrozanec","download_url":"https://codeload.github.com/jmrozanec/pdf-converter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247086027,"owners_count":20881160,"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":["epub","hacktoberfest","jpg","pdf","pdf-converter","png","zip"],"created_at":"2024-11-07T07:27:34.023Z","updated_at":"2025-04-03T22:09:08.838Z","avatar_url":"https://github.com/jmrozanec.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"pdf-converter\n===========\nA Java library to convert .pdf files into .epub, .txt, .png, .jpg, .zip formats. The project follows the [Semantic Versioning Convention](http://semver.org/) and uses Apache 2.0 license.\n\n[![Gitter Chat](http://img.shields.io/badge/chat-online-brightgreen.svg)](https://gitter.im/pdf-converter/)\n[![Build Status](https://travis-ci.org/jmrozanec/pdf-converter.svg?branch=master)](https://travis-ci.org/jmrozanec/pdf-converter)\n[![Coverage Status](https://coveralls.io/repos/github/jmrozanec/pdf-converter/badge.svg?branch=master)](https://coveralls.io/github/jmrozanec/pdf-converter?branch=master)\n\n**Download**\n\npdf-converter is available on [Maven central](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.bit-scout%22) repository.\n\n    \u003cdependency\u003e\n        \u003cgroupId\u003ecom.bit-scout\u003c/groupId\u003e\n        \u003cartifactId\u003epdf-converter\u003c/artifactId\u003e\n        \u003cversion\u003e1.0.2\u003c/version\u003e\n    \u003c/dependency\u003e\n\n**Features**\n\nAny .pdf file can be converted to the following formats:\n * .epub: output file can either contain images of .pdf pages or their transcript.\n * .txt: contains the transcript of the .pdf file\n * .png: all pages converted to .png images\n * .jpg: all pages converted to .jpg images\n * .zip: contains images for all pages from the .pdf in the original resolution. Images can be either in .png or .jpg format.\n \n \n**Example**\n \n```java\n\n    PdfConverter\n        .convert(new File(mobydick.pdf))\n        .intoEpub(\"Moby Dick\", new File(\"mobydick.epub\"));\n```\n\n**Contribute \u0026 Support!**\n\nContributions are welcome! You can contribute by\n * starring and/or Flattring this repo!\n * requesting or adding new features.\n * enhancing existing code: ex.: provide more accurate description cases\n * testing\n * enhancing documentation\n * providing translations to support new locales\n * bringing suggestions and reporting bugs\n * spreading the word / telling us how you use it!\n\nSupport us donating once or by subscription through Flattr!\n\n[![Flattr this!](https://api.flattr.com/button/flattr-badge-large.png)](https://flattr.com/submit/auto?user_id=jmrozanec\u0026url=https://github.com/jmrozanec/pdf-converter)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmrozanec%2Fpdf-converter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjmrozanec%2Fpdf-converter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmrozanec%2Fpdf-converter/lists"}