https://github.com/devidw/cpjsontoimg
Convert Adobe Captivate bundled JSON images back to their source files
https://github.com/devidw/cpjsontoimg
adobe adobe-captivate base64 base64-decoding binary captivate conversion convert converter e-learning elearning file files json json-data parser php php7 php74
Last synced: 12 days ago
JSON representation
Convert Adobe Captivate bundled JSON images back to their source files
- Host: GitHub
- URL: https://github.com/devidw/cpjsontoimg
- Owner: devidw
- License: mit
- Created: 2021-10-29T12:17:00.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-24T16:54:18.000Z (about 4 years ago)
- Last Synced: 2025-03-13T03:15:30.451Z (about 1 year ago)
- Topics: adobe, adobe-captivate, base64, base64-decoding, binary, captivate, conversion, convert, converter, e-learning, elearning, file, files, json, json-data, parser, php, php7, php74
- Language: PHP
- Homepage: https://packagist.org/packages/devidw/cp-json-to-img
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
= CpJsonToImg
Convert Adobe Captivate bundeld JSON images back to their original source files.
== Installation
[source,zsh]
----
composer require devidw/cp-json-to-img
----
== Usage
[source,php]
----
convert();
----