Convert any image to PDF directly from a URL.
Append ?url= to the page address with any publicly accessible image URL and the converter opens with that image pre-loaded — no upload step required. The server fetches the image for you, so browser CORS restrictions never get in the way.
How to use
Single image
The page fetches the image server-side and opens the JPG to PDF converter with it pre-loaded, ready to convert.
https://mytools.com/image/jpg-to-pdf/by-url?url=https://example.com/photo.jpg
Multiple images
Each image is fetched and loaded into the converter; arrange the pages as needed, then download the combined PDF.
https://mytools.com/image/jpg-to-pdf/by-url?url=https://example.com/a.jpg&url=https://example.com/b.png
Requirements
| Protocol | http:// or https:// only |
| Content-Type | image/* or application/octet-stream |
| Source | Any publicly accessible URL |
Server-side fetch · No CORS restrictions · Converted entirely in your browser
Why use the URL entry point?
Skip the upload step
When your images are already hosted somewhere, pass the URL directly. No downloading and re-uploading required.
No CORS restrictions
The server fetches the image on your behalf, completely bypassing browser CORS rules that would block a direct client-side request.
Combine multiple images
Repeat ?url= for each image to load a batch at once and merge them all into a single PDF.
Shareable and linkable
The URL is the session. Share the link with a teammate and they open the converter with the exact same images already loaded.
Fits into automated workflows
Build a URL, open it in a browser or headless script — no API keys, no SDK, no authentication required.
Same converter, different entry point
All the layout and quality options of the standard JPG to PDF tool are available. The URL just skips the manual upload.
How it works
Build the URL
Start with /image/jpg-to-pdf/by-url, then append ?url= followed by the full image address. Add more images with additional &url= parameters.
The images load automatically
The server fetches each image and the converter opens with all of them pre-loaded, in order.
Arrange, convert, and download
Reorder pages if needed, adjust layout settings, then download the finished PDF.
Frequently asked questions
- Images are never stored — fetched and forwarded in a single request.
- Image URLs and content are not logged, inspected, or retained.
- No sign-up needed — construct the URL and the converter opens immediately.