{"id":18773793,"url":"https://github.com/janumedia/airprintane","last_synced_at":"2025-07-18T18:36:21.912Z","repository":{"id":9072686,"uuid":"10844565","full_name":"janumedia/AirPrintANE","owner":"janumedia","description":"AirPrint NativeExtension for iOS, enable print BitmapData","archived":false,"fork":false,"pushed_at":"2016-09-04T06:51:56.000Z","size":416,"stargazers_count":11,"open_issues_count":1,"forks_count":5,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-13T09:13:41.660Z","etag":null,"topics":["adobe-air","airprint","ane","ios","objective-c"],"latest_commit_sha":null,"homepage":"","language":"C","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/janumedia.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}},"created_at":"2013-06-21T14:44:53.000Z","updated_at":"2022-05-16T05:12:24.000Z","dependencies_parsed_at":"2022-09-17T00:02:33.348Z","dependency_job_id":null,"html_url":"https://github.com/janumedia/AirPrintANE","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/janumedia/AirPrintANE","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janumedia%2FAirPrintANE","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janumedia%2FAirPrintANE/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janumedia%2FAirPrintANE/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janumedia%2FAirPrintANE/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/janumedia","download_url":"https://codeload.github.com/janumedia/AirPrintANE/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janumedia%2FAirPrintANE/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265810378,"owners_count":23831950,"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":["adobe-air","airprint","ane","ios","objective-c"],"created_at":"2024-11-07T19:35:47.321Z","updated_at":"2025-07-18T18:36:21.886Z","avatar_url":"https://github.com/janumedia.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"Air Print Native Extension for iOS\n======================================\n\nAirPrintANE version 1.1.1 enable print bitmapData using iOS Air Print.\n\nExtension ID\n---------\n\n```\ncom.janumedia.ane.AirPrintANE\n```\n\nUsage\n---------\n\n```\nvar airPrintAne:AirPrintANE = new AirPrintANE ();\nairPrintAne.addEventListener(StatusEvent.STATUS, onAirPrintStatus);\nairPrintAne.printBitmapData (bitmapData, AirPrintANE.PRINT_OUT_DOCUMENT, AirPrintANE.PRINT_ORIENT_PORTRAIT, posX, posY);\n\n// get current version\ntrace(\"AirPrintAne version\", airPrinterAne.getVersion);\n\nfunction onAirPrintStatus(e:StatusEvent):void \n{\n    trace(this, \"onAirPrintStatus\", e.code, e.level);\n\tswitch(e.code)\n    {\n        case AirPrintANE.PRINT_STATUS_COMPLETE:\n            //do something here\n            break;\n        case AirPrintANE.PRINT_STATUS_CANCELED:\n            //do something here\n            break;\n        case AirPrintANE.PRINT_STATUS_ERROR:\n            //do something here\n            break;\n    }\n}\n```\n\nAuthor\n---------\n\nThis ANE has been writen by [I Nengah Januartha](https://github.com/janumedia). It belongs to [JanuMedia Inc.](http://www.janumedia.com) and is distributed under the [Apache Licence, version 2.0](http://www.apache.org/licenses/LICENSE-2.0).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjanumedia%2Fairprintane","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjanumedia%2Fairprintane","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjanumedia%2Fairprintane/lists"}