Help Center
Frequently Asked Questions
Answers about FileFlow’s AI Format Detector, Base64 and byte converters, image tools, PDF workflows, developer text tools, privacy, browser limits and common conversion errors.
22 questions across all categories
General use and privacy
4How browser processing works and what to expect from the online tools.
Are my files uploaded to a server?
Most FileFlow converters process files and pasted data locally in your browser. Your input stays on your device unless a specific page clearly states otherwise.
Is Base64 secure or encrypted?
No. Base64 is an encoding method, not encryption. Anyone with the encoded string can decode it, so do not use Base64 to protect secrets.
Why can very large files be slow?
Local conversion uses browser memory and CPU. Large Base64 strings, high-resolution images and multi-page PDFs can require substantial memory, especially on mobile devices.
Which browsers work best?
Current versions of Chrome, Edge, Firefox and Safari provide the best support. Private browsing, strict browser extensions or low available memory can affect downloads and large conversions.
AI Format Detector
4Identify unknown pasted data and open the most relevant converter.
What can AI Format Detector recognise?
It recognises Base64 and Data URIs, byte arrays, hexadecimal bytes, JSON, JWT, XML, SVG, HTML, CSS, URLs, URL-encoded text, common image signatures, PDF, ZIP-based Office files, fonts and several media containers.
Try AI Format DetectorCan it detect the file type inside Base64?
Yes. For manageable inputs it decodes the data locally and checks magic bytes for formats such as PNG, JPEG, GIF, WebP, BMP, TIFF, ICO, AVIF, HEIC, PDF, ZIP, fonts and media files.
Why does the detector show more than one possible format?
Some inputs match several layers. A PNG Data URI, for example, is simultaneously a Data URI, Base64 data and a PNG image. The detector ranks the strongest match and shows secondary possibilities.
Is the detector using an external AI service?
No. It is a lightweight, rule-based detector that runs locally. It combines syntax checks, MIME declarations, decoded signatures and confidence scoring without sending your data to an AI API.
Base64, image and byte tools
5Decode, encode and convert browser-friendly image and binary representations.
What is a Base64 image?
A Base64 image is binary image data represented as text. It commonly appears in HTML, CSS, JSON, API responses and email templates.
Does Base64 change image quality?
No. Encoding does not alter the source pixels. It changes only the representation, although the Base64 text is usually about 33% larger than the original binary file.
Which image formats are supported?
The image tools cover common browser formats such as PNG, JPG/JPEG, GIF, WebP, SVG, BMP, TIFF, ICO and AVIF. Individual converter pages may support a smaller, clearly stated set.
How do I inspect Uint8Array, Buffer or hexadecimal image bytes?
Use Bytes to Image when the values represent an image. It accepts decimal arrays, Uint8Array, Node.js Buffer output and hexadecimal bytes, then validates the detected image signature before previewing it.
Open Bytes to ImageWhy does a valid Base64 string fail to render as an image?
The Base64 may contain a PDF, archive, font, text file or corrupted image rather than a supported image. Base64 Analyzer or AI Format Detector can inspect the decoded signature first.
PDF and document tools
5Create, extract, reorganise and convert PDF documents in the browser.
Which PDF workflows are available?
FileFlow includes image-to-PDF, PDF-to-image, merge, split, reorder, rotate, page deletion and extraction, page numbers, watermarking, signing, metadata editing, compression, protection and document conversion tools.
Browse PDF ToolsCan I convert JPG, PNG, WebP or HEIC to PDF?
Yes. Dedicated JPG, JPEG, PNG, WebP and HEIC pages are available, while Image to PDF supports mixed common image inputs.
Can I convert PDF pages to images?
Yes. PDF to JPG, JPEG, PNG, WebP and the general PDF to Image tool render document pages as downloadable images.
Why can an encrypted PDF fail?
Protected PDFs may require a valid password before page access. Some files use unsupported encryption, damaged cross-reference tables or unusual embedded content that browser libraries cannot process reliably.
Are PDF conversions identical to desktop office software?
Not always. Browser conversion prioritises privacy and convenience. Complex layouts, uncommon fonts, advanced forms, macros and proprietary document features may render differently.
Text and developer tools
4Format, validate, inspect and encode common web-development data.
Which JSON tools are available?
You can format, beautify, minify, validate and view JSON. Invalid syntax produces a readable error rather than silently modifying the data.
Browse Text ToolsDoes JWT Decoder verify a token signature?
The JWT tools decode and inspect token structure and claims. Decoding alone does not prove authenticity; cryptographic signature verification requires the correct secret or public key.
What XML, HTML and URL tools are included?
FileFlow includes XML formatter, validator and minifier pages, HTML encode/decode tools, and URL encode/decode tools for query strings and web text.
Can these tools process sensitive production data?
Local processing reduces upload exposure, but you should still follow your organisation’s security rules and avoid pasting secrets, private keys, credentials or regulated data into any unapproved browser environment.
Not sure which tool to use?
Paste the data into AI Format Detector
It checks syntax, MIME metadata, Base64 signatures, byte arrays and common web file containers locally in your browser.
