Novus Examples
Getting started with Novus Examples: find and download a sample file
Novus Examples is a free library of 2,558 test files across 17 categories and 221 distinct extensions, generated by deterministic scripts rather than collected, so each one is copyright-clean and ships with an exact spec sheet. This guide covers what the catalog holds, how to find the right sample for the tool you are testing, and how to download it in your browser with no account.
Almost every tool you build or use has to be tested against a real file before you can trust it. A converter needs something to convert, an upload form needs something to upload, a background remover needs a real photo to cut out, and a QA pipeline needs inputs that behave like the ones users will actually throw at it. Novus Examples exists to supply those inputs: a free library of sample and dummy files in every common type and format, ready to download, so you never have to hunt for a stray photo or fabricate a spreadsheet just to see whether something works.
Think of it as a Lorem Ipsum for files, with one important difference: nothing here was scraped. Every file is produced by a deterministic script from a fixed seed, so it is copyright-clean and arrives with an exact spec sheet: noise sigma, silence timestamps, form fields, encodings, dimensions. Instead of placeholder text you get real PNGs, PDFs, MP3s, ZIPs, and the awkward edge cases in between, each one a genuine file of the type it claims to be, and most with a clean-to-noisy twin so a before/after test is one download away. This guide walks the core flow (understand what the catalog holds, pick the sample that matches what you are testing, and download it) and sets you up for the more focused tutorials on testing a background remover at Test a background remover with the right sample images and testing a converter at Test a file converter end to end with sample files. It is free, needs no account, and runs in your browser.
Contents
Two ways to finish
Browse the catalog
See the format categories on offer and find the sample type you need.
Download and test
Grab a real sample file in the browser and feed it straight into your tool.
- 1
1. Understand what Novus Examples is for
Novus Examples is, at heart, a catalog of sample files you download to test something else. Its purpose is not to process files you already have but to hand you clean, predictable inputs so you can exercise the tools and workflows that do. That distinction matters, because it shapes how you use it: you come here not to get work done on a file you already have, but to get a file whose contents you do not care about so you can prove that a converter, form, editor, or pipeline handles it correctly.
Because the files are disposable by design, you can be reckless with them in exactly the way testing requires. Download a 8000×8000 image to see whether your upload form rejects oversized files, grab a deliberately corrupt PDF to check an error path, or pull a plain sample MP3 to confirm your player loads it; none of it is precious, so you can break things freely. The rest of this guide is about finding the right disposable file quickly.
- The samples are inputs for testing other tools, not files to work on here.
- Every file is disposable by design, so you can test destructively without worry.
- 2
2. Browse the format categories
The catalog is organized by the kind of file you need, and it has grown well past a handful of buckets; it now spans seventeen categories and 2,558 files across 221 distinct extensions. Images cover the common web and print types (PNG, JPG, WebP, GIF, SVG, TIFF, BMP, HEIC, AVIF, and ICO) including special cases like transparent PNGs and grayscale images. A dedicated Data category holds CSV, JSON, XML, and YAML for parsers and schema work, while Documents span PDF, DOCX, XLSX, PPTX, TXT, Markdown, RTF, and ODT for converters, viewers, and OCR.
Beyond those, there are categories for audio (MP3, WAV, FLAC, AAC, OGG), archives (ZIP, TAR, GZ, RAR, 7z), source code across sixteen languages, AI/ML datasets and model artifacts, localization files, web assets, security fixtures (PKI, JWT, OAuth, CORS/CSP, SSH), email (.eml and .mbox), 3D and CAD models, e-books, fonts, and ready-to-fill templates and forms. Running through all of them is a specialty set of deliberate edge cases (zero-byte files, malformed or corrupt files, wrong-extension files, and very large files) meant specifically for robustness and error-handling tests. If you are new to those, the reference at Sample file types explained: what each sample is for walks through what each represents and why it matters.
Video deserves its own mention, because it is now the second-largest category at 401 files rather than the afterthought it once was. It covers fourteen codecs, seven containers stream-copied from a single encode, pixel formats, playable HLS and DASH packages, captions in awkward encodings, chapters, multi-track accessibility fixtures, and AI-video pairs where every degraded clip points at the pristine version it came from. The walkthrough at Test a video pipeline with the 401-file video set covers how to use them.
You do not have to click through every category to find a file. A Search jumps straight to a sample by name or property, and purpose-based navigation lets you browse by the job you are doing (OCR testing, CSV parsing, form testing, colourization, ASR, visual diff and regression, schema and OpenAPI, JWT and JWKS, video codecs, streaming manifests, media accessibility, and more) rather than by format.
- Seventeen categories and 2,558 files across 221 distinct extensions, from images and video to data, security, models, and fonts.
- Video is now 401 files: codecs, containers, streaming packages, captions, and AI-video ground-truth pairs.
- A specialty set of edge cases covers error-handling and robustness testing.
- Search or browse by purpose (OCR, CSV parsing, form testing, ASR, video codecs, and more) instead of by format.
- 3
3. Pick the sample that matches your test
Choose the file by the question you are trying to answer, not just the format name. If you want to confirm a converter turns PNG into WebP, a plain PNG is enough. If you want to know whether it preserves transparency, you specifically need a transparent PNG, not any PNG. The catalog separates those variants precisely so you can match the sample to the behavior you are checking rather than settling for a generic file and hoping it exercises the right path.
This is where a moment of thought saves a misleading test. Testing a background remover on a subject against a plain white backdrop tells you far less than testing it on a hair-detail portrait against a busy background, because the easy sample never stresses the hard part. Pick the sample that puts pressure on the thing you actually doubt, and your test result means something. The dedicated use-case tutorials cover exactly which samples to reach for.
- 4
4. Download the file in your browser
Downloading a sample is a single action, and it happens entirely in your browser. There is no account to create, no email to hand over, and nothing to install: you find the file you want and download it straight to your device, the same as any other download. This keeps the tool consistent with the rest of the Novus Stream Solutions ecosystem: free, privacy-respecting, and built to get out of your way rather than gate a simple task behind a sign-up.
Because the download runs client-side, the sample lands wherever your browser normally saves files, ready to feed into whatever you are testing. Grab one file when you have a single thing to check, or pull several across formats when you are putting a converter or an upload form through its paces. Nothing about the download commits you to anything; take exactly what you need and move on to the tool you are actually testing.
- No account, no email, no install: downloading is one step.
- Files download client-side, straight to your device.
- 5
5. Feed the sample into the tool you are testing
A sample file only earns its keep once it is inside the thing you are checking. Upload it to a form to see whether validation accepts or rejects it, drop it into an editor to confirm the editor opens it, or run it through a converter or background remover to judge the output. Novus Examples pairs naturally with the rest of the ecosystem here: use it alongside Novus Convert at convert.novusstreamsolutions.com to test conversions, and alongside the NSS Background Remover at bgremover.novusstreamsolutions.com to test cutouts.
The two focused tutorials build directly on this step. For image cutouts, Test a background remover with the right sample images covers how to choose samples that genuinely stress a background remover. For format conversion, Test a file converter end to end with sample files covers grabbing files across types and verifying the output end to end. If you are new to those sibling apps, How to convert and compress files privately with Novus Convert and How to remove a background from an image with NSS Background Remover orient you before you start feeding samples in.
- 6
6. Know what Novus Examples is, and where to get help
Be clear on the boundaries so you use it for the right things. Novus Examples is a source of clean, disposable sample files for testing rather than a stock-asset library for production use. One thing worth knowing about the files: they are generated, not collected, produced deterministically to an exact spec, which makes them copyright-free by construction and means each ships with a property sheet describing exactly what is inside it, from noise levels to timestamps and encodings. Many also come as paired fixtures, such as a clean file next to a deliberately messy one, which is handy when you are testing a transformation rather than a single input.
The library has also grown past plain browse-and-download. A Search and purpose-based navigation help you find fixtures by name or by the job you are doing; an in-browser Editor lets you tweak a sample before downloading it, and now open a .docx, .epub or .tar.gz as a member list rather than a hex dump, or create a file from one of 51 starters; a Visual Template Studio holds 840 editable templates across 42 categories; and Live Test Targets give you real-world fixtures to point a tool at rather than only files to open. For orientation on all of it, the documentation at Novus Examples is the place to start, and the tool map at Tool maps lists what the app covers. From there, the use-case tutorials at Test a background remover with the right sample images, Test a file converter end to end with sample files and Test a video pipeline with the 401-file video set put the samples to work, Build an OBS scene from a broadcast template covers the broadcast templates, and the reference at Sample file types explained: what each sample is for explains what the trickier sample types are for.
Match the sample to the question you are asking
Novus Examples is fastest when you pick the file by what you are trying to prove, not just its format: a transparent PNG to test transparency, a busy-background portrait to stress a cutout, a corrupt file to check an error path. Everything downloads in the browser with no account, and every file is disposable, so test freely. Pair it with Novus Convert and the NSS Background Remover, and reach for the sibling tutorials when you want the exact samples for a job.
Frequently asked questions
Quick answers to common questions about this topic.
What is Novus Examples?
A free library of 2,558 test files across 17 categories and 221 distinct extensions. Every file is generated by a deterministic script rather than collected from the web, so it is copyright-clean and ships with an exact spec sheet, and many come as clean-to-noisy pairs. You download them to test converters, upload forms, editors, background removers, parsers, and QA pipelines, plus twelve live targets for the behaviours a downloadable file cannot exercise.
Do I need an account to download sample files?
No. Novus Examples is free and needs no account. You find the file you want and download it in your browser, with no email or sign-up required, in keeping with the rest of the Novus Stream Solutions ecosystem.
What file types are available?
2,558 files across seventeen categories: images, video, data (CSV, JSON, XML, YAML), audio, documents, templates, source code across sixteen languages, AI/ML, localization, web assets, security (PKI, JWT, OAuth, CORS/CSP, SSH), archives, email (.eml and .mbox), 3D and CAD models, e-books, fonts, and forms, plus specialty edge cases like zero-byte, corrupt, wrong-extension, and oversized files.
Is Novus Examples only for downloading files?
Downloading is the core, but there is more. A Search and purpose-based browsing (OCR, CSV parsing, form testing, ASR, video codecs, streaming manifests, and more) help you find fixtures fast; an in-browser Editor lets you tweak a sample before you download it, read and rebuild archives such as .docx and .epub, and create files from 51 format starters; a Visual Template Studio holds 840 editable templates across 42 categories, four broadcast categories of which also ship an OBS-compatible scene collection; and Live Test Targets give you real-world fixtures to point a tool at. The files themselves are generated to spec rather than collected, so they are copyright-free and each ships with a property sheet.
What do people use the sample files for?
To test tools and workflows without hunting for a real file. Common uses are exercising file converters, checking upload-form validation, opening files in an editor, testing a background remover, parsing data, and stress-testing error handling with edge cases like oversized or corrupt files.
Related workflow
Prove a file pipeline works before you trust it with real files
Test the formats you actually handle with files built to be awkward, so the first malformed upload in production is not the first one you have ever seen.
- Download clean and deliberately noisy fixturesNovus Examples: Every fixture ships with an exact spec sheet, so when something fails you know whether the file or the tool is at fault.
- Run every route you depend onNovus Convert: Output is validated rather than renamed, so a route that cannot really do the job fails here instead of in front of a customer.
- Push the awkward documents through the page toolsNovus PDF Studio: Merge, split, protect and unlock are where encrypted and malformed PDFs surface. Better on a fixture than on a client file.
Related troubleshooting
Keep reading · Tutorial library order
Was this page helpful?
Your answer stays in this browser, it is not sent anywhere and no account or cookie is involved.