Rename SVG files on download
Give your SVG a clean, predictable name on the way out, and convert, compress or resize it in the same pass.
Batch uploads benefit from consistent prefixes (application-, invoice-) or serial numbers so recipients and portals see predictable names. Rename combines with convert and compress when the spec lists filename rules alongside format and size.
Changing the extension manually without converting the file contents is a common reason uploads fail validation even when the name looks correct.
Why portals care about filenames
Automated validators sometimes check filename before they parse file contents.
- Exact names required: photo.jpg, signature.pdf, id_proof.png
- HR systems sort uploads alphabetically by prefix
- Avoiding spaces and special characters prevents broken links on older systems
- Serial numbers (001, 002) prevent browser downloads from overwriting each other
Rename plus convert or compress
Government and exam portals often publish a checklist: JPG format, under 200 KB, named applicant-photo.jpg. Enable convert, compress, and rename together instead of three tools.
Batch rename patterns that work
- application-001.jpg through application-050.jpg for multi-document forms
- invoice-2026-03-clientname.pdf for accounting uploads
- id-front.jpg and id-back.jpg for KYC (use two uploads with different rename strings)
Portal filename examples
Many SVG upload slots reject camera defaults like IMG_4821.svg even when size and format are fine. Match the exact string in the PDF or web form — including hyphens, underscores, and lowercase extensions.
| Scenario | Example names | Rule of thumb |
|---|---|---|
| Brand handoff | logo-primary.svg, logo-mark.svg | Developer-friendly names |
| Web asset pipeline | icon-24.svg, icon-48.svg | Size in filename optional |
| Print vendor | artwork-final.svg | Avoid spaces and special chars |
| CMS media library | hero-illustration.svg | Descriptive, lowercase |
Renaming SVG and vector exports
SVG logos should be renamed to match brand guidelines (logo-primary.svg) before handing off to developers.
- Never only change extension without converting when format must change
- Avoid spaces; use hyphens or underscores
- Serial numbers prevent duplicate names in batch downloads
Why FilezyAI runs multiple steps together
Most free converters handle one job per visit: format change, or a vague quality slider, or a crop tool on another tab. Portals rarely ask for just one of those — they publish a checklist (JPG, under 200 KB, 600×600 px, named photo.jpg). FilezyAI applies every toggle you enable in a single server job.
Uploads are removed automatically two hours later. No account is required on the free tier. Pro removes ads and raises file-size limits.
- Set min/max KB instead of guessing compression percentage
- Chain convert, compress, resize, rename, and metadata removal before one download
- Twelve input formats including HEIC, PDF, and Office documents
- AI mode when you prefer plain-English instructions over manual toggles
How to use this tool
- Upload SVG file(s).
- Set rename pattern (prefix, suffix, or serial).
- Add convert or compress if the portal spec requires them.
- Apply and download.
- Confirm each filename before uploading to the portal.