All converters
iSpring
iSpring Converter — Suite, Page & Space to PDF/Word/Markdown
iSpring produces SCORM in five distinct formats depending on the authoring tool used: classic Suite with per-slide JS files, Page/Space with a compact JSON document, single-HTML 9.x quizzes with inline Base64 payloads, and PDF flip books. SCORM Converter ships an `ISpringParser` that handles all six variants plus a Gemini Vision OCR fallback for image-rendered Page slides where the JSON metadata is thin.
Why export iSpring Suite / Page / Space content?
- Convert iSpring Quiz Maker results to printable PDF answer keys
- Extract iSpring Page slide screenshots and translate the text via OCR
- Migrate from iSpring Suite to another authoring tool
- Generate searchable archives of multi-language Russian/Italian iSpring courses
- Extract embedded videos and audio for repurposing
ISpringParser — what we extract
Variant A (Classic Suite): `loadHandler(0, '<HTML>')` extraction + asset binding
Variant B (Page/Space): compact short-key JSON walker + char-reconstruction for v50+
Variant C (PDF Flip): pdfjs-dist text extraction (AES PDFs fall to inventory)
Variant D (Single-HTML 9.x quiz): in-DOM extraction
Variant E (Inline Base64): decode `var data = "<base64>"` + JSON walk
Variant F (Pure-image Suite): Gemini Vision OCR over all slide PNGs
OCR aggressivo: scatta automaticamente sotto 1000 parole estratte
Technical details
File signature
res/data-1.json OR res/data/slide*.js OR res/index.htmlSCORM versions supported
SCORM 1.2
SCORM 2004
Typical package size
8-500 MB
Implementation note
The parser uses a routing chain to find the right variant. Page/Space data-1.json uses extremely compact key names (`t`, `h.t`, `c.s`) plus a per-glyph char array in v50+, both fully handled. OCR uses Gemini 2.5 Flash with concurrency 4 and 30s timeout per page.
Export formats
Frequently asked questions about iSpring Suite / Page / Space
Which iSpring products are supported — Suite, Page, or Space?▼
All three. iSpring Suite (classic with per-slide JS), iSpring Page (compact JSON), iSpring Space (same as Page), and iSpring 9.x quiz exports are all handled by our `ISpringParser`. We auto-detect the variant from the file structure.
iSpring Page renders slides as PNG images. Can you extract the text from them?▼
Yes, with Gemini Vision OCR. When the iSpring Page JSON walker yields fewer than 1000 words (typical for image-rendered courses), we automatically OCR every slide PNG (`res/data/islru-*/*.png`). Cost is ~$0.002 per slide, included in your AI credits.
Can the converter extract iSpring quiz questions with correct answers?▼
Yes. For iSpring 9.x quiz exports (single HTML with inline Base64), our parser decodes the embedded JSON payload and extracts every question, all answer options, and the correct-answer flags. The output is structured quiz data usable for AI training or test banks.
What about iSpring PDF Flip books?▼
iSpring PDF Flip books contain an embedded PDF in `res/data/book.pdf`. We use pdfjs-dist to extract text from non-encrypted PDFs. However, iSpring AES-encrypts most flip-book PDFs by default — in that case we emit an asset inventory with a clear note that the PDF is locked.
My iSpring course is in Russian. Will OCR work?▼
Yes. Gemini 2.5 Flash supports OCR in 100+ languages including Russian, Arabic, Chinese, Japanese, Korean, Hindi, Vietnamese, Thai, and all major European languages. Output preserves the original language. We validated this on real Russian iSpring Page courses with 1000+ words extracted per course.
Related guides
Other authoring tools
Ready to convert your iSpring Suite / Page / Space content?
Free during beta. PDF, Word, and Markdown exports with no limits.