* Вся обработка идёт локально в вашем браузере.
Tool guide
A set of pictures becomes one multi-page PDF, with each image landing on its own page. The document is assembled by jsPDF inside the tab, so the files stay on your computer. The reason is almost always the receiving side: banks, payroll, HR departments and government portals accept an ID, a contract or an invoice only as a single PDF, while what you actually have is three photos from a phone. The result opens in any viewer and prints with the pages in the order you set. See also: pulling PDF pages back out as pictures, compressing the shots so the PDF stays light, building a PDF out of plain text.
No. What goes into the document is a picture, not recognised text, so word search and text selection will not work — it is a PDF wrapper around a raster image. If the recipient specifically requires a text layer, the images have to go through OCR first, and this page does not perform that step.
Exactly the order the files entered the list. File pickers usually hand them over sorted by name rather than capture time, which is why Photo 10 ends up above Photo 9. The reliable habit is to rename with a leading zero — 01, 02, 03 — and to page through the finished file before sending it.
Because a modern phone camera frame is 4-6 MB on its own, and it goes into the document essentially unchanged. If an upload form imposes a size cap, downscale and recompress the shots before building — around 1600-2000 pixels on the long edge a document usually stays perfectly readable.
That is EXIF orientation. The phone captures the frame one way and records the rotation as a tag, while the builder takes the raw pixels without consulting it. Rotate the photo in your system viewer and save it so the rotation is baked into the pixels, then add the file again.
Usually yes: the output is a plain PDF with no password and no exotic objects. Portals do differ on maximum file size, minimum scan resolution and sometimes page count per document, so check the specific requirements and shrink the images beforehand if you need to fit a cap.
They are not. The jsPDF library loaded by the page does the work inside your browser, assembling the document structure in the tab's memory and handing you the finished file to save. No third-party service is involved, which matters when the pages are identity documents or medical paperwork.
Before: IMG_4471.jpg, IMG_4472.jpg, IMG_4473.jpg
After: A three-page PDF that the document upload form accepts
Before: receipt-01.jpg … receipt-07.jpg
After: A single PDF with each receipt on its own page, in order
Your rating and feedback help decide what to improve next.