{"id":20147024,"url":"https://github.com/d-integral/nefertitifile","last_synced_at":"2026-06-20T06:31:27.785Z","repository":{"id":248276527,"uuid":"828254917","full_name":"D-Integral/NefertitiFile","owner":"D-Integral","description":"A file format library.","archived":false,"fork":false,"pushed_at":"2024-07-14T14:26:59.000Z","size":53,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-05-29T00:28:44.533Z","etag":null,"topics":["file-format"],"latest_commit_sha":null,"homepage":"","language":"Swift","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/D-Integral.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":"2024-07-13T15:21:48.000Z","updated_at":"2024-07-14T15:55:09.000Z","dependencies_parsed_at":"2024-07-13T16:49:09.047Z","dependency_job_id":"43bbb56c-e44c-4bfa-9530-e11caadb46b0","html_url":"https://github.com/D-Integral/NefertitiFile","commit_stats":null,"previous_names":["d-integral/nefertitifile"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/D-Integral/NefertitiFile","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/D-Integral%2FNefertitiFile","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/D-Integral%2FNefertitiFile/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/D-Integral%2FNefertitiFile/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/D-Integral%2FNefertitiFile/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/D-Integral","download_url":"https://codeload.github.com/D-Integral/NefertitiFile/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/D-Integral%2FNefertitiFile/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34560265,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-20T02:00:06.407Z","response_time":98,"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":["file-format"],"created_at":"2024-11-13T22:27:10.251Z","updated_at":"2026-06-20T06:31:27.768Z","avatar_url":"https://github.com/D-Integral.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NefertitiFile\nNefertitiFile by \u003cA HREF=https://www.linkedin.com/in/dmytro-skorokhod-b480b845/\u003eDmytro Skorokhod\u003c/A\u003e is an open source file format library used by \u003cA HREF=https://github.com/D-Integral/Nefertiti\u003eNefertiti\u003c/A\u003e, an open source library for making searchable PDFs from photos.\n\nHere is an example of NefertitiFileProtocol usage:\n```Swift\n    import NefertitiFile\n    \n    var file: (any NefertitiFileProtocol)?\n    \n    func activityViewController(with file: (any NefertitiFileProtocol)) -\u003e UIActivityViewController? {\n        guard let pdfDocumentDataUrl = file.documentDataUrl else { return nil }\n    \n        let activityViewController = UIActivityViewController(activityItems: [pdfDocumentDataUrl],\n                                                              applicationActivities: nil)\n    \n        return activityViewController\n    }\n```\n\nNefertitiFileProtocol has properties \u003cCode\u003edocumentDataUrl\u003c/Code\u003e and \u003cCode\u003ethumbnailDataUrl\u003c/Code\u003e. The first of them is a url to the whole document data and the last one is a link to a thumbnail which you may use for a small document preview.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fd-integral%2Fnefertitifile","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fd-integral%2Fnefertitifile","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fd-integral%2Fnefertitifile/lists"}