{"id":8310035,"date":"2025-09-03T05:03:37","date_gmt":"2025-09-03T02:03:37","guid":{"rendered":"https:\/\/elementor.com\/tools\/?p=8310035"},"modified":"2025-09-05T05:20:20","modified_gmt":"2025-09-05T02:20:20","slug":"jpg-to-pdf-converter","status":"publish","type":"post","link":"https:\/\/elementor.com\/tools\/jpg-to-pdf-converter\/","title":{"rendered":"JPG to PDF Converter"},"content":{"rendered":"\t\t<div data-elementor-type=\"container\" data-elementor-id=\"8310034\" class=\"elementor elementor-8310034\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t<div class=\"elementor-element elementor-element-23691a2c e-flex e-con-boxed e-con e-parent\" data-id=\"23691a2c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-37c3711c elementor-widget elementor-widget-html\" data-id=\"37c3711c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/jspdf\/2.5.1\/jspdf.umd.min.js\"><\/script>\r\n\r\n<style>\r\n    \/* === Styles Inspired by Your Design === *\/\r\n    .jpg-to-pdf-app {\r\n        width: 100%;\r\n        max-width: 800px; \/* Adjusted for a single-panel layout *\/\r\n        margin: 0 auto;\r\n        padding: 60px 0 0;\r\n        background: transparent;\r\n        position: relative;\r\n    }\r\n\r\n    .main-content {\r\n        display: flex;\r\n        flex-direction: column;\r\n        gap: 20px;\r\n        align-items: center;\r\n        justify-content: center;\r\n    }\r\n\r\n    .converter-section {\r\n        width: 100%;\r\n        min-height: 400px;\r\n        display: flex;\r\n        flex-direction: column;\r\n        background: white;\r\n        border-radius: 8px;\r\n        overflow: hidden;\r\n        border: 1.5px solid #EBEBEB;\r\n        box-shadow: 0 4px 15px rgba(0,0,0,0.05);\r\n    }\r\n\r\n    .section-header {\r\n        background-color: #05047E;\r\n        color: white;\r\n        padding: 12px 20px;\r\n        font-family: 'DM Sans', sans-serif;\r\n        font-weight: 500;\r\n        font-size: 1.125rem;\r\n        text-align: center;\r\n    }\r\n\r\n    \/* === New Styles for the Converter Tool === *\/\r\n    .converter-body {\r\n        flex: 1;\r\n        padding: 30px;\r\n        display: flex;\r\n        flex-direction: column;\r\n        align-items: center;\r\n        justify-content: center;\r\n    }\r\n    \r\n    .upload-area {\r\n        width: 100%;\r\n        border: 2px dashed #ddd;\r\n        border-radius: 8px;\r\n        padding: 40px 20px;\r\n        text-align: center;\r\n        cursor: pointer;\r\n        transition: background-color 0.2s, border-color 0.2s;\r\n    }\r\n\r\n    .upload-area.drag-over {\r\n        border-color: #05047E;\r\n        background-color: #f0f4ff;\r\n    }\r\n\r\n    .upload-area p {\r\n        margin: 0 0 15px;\r\n        color: #555;\r\n        font-size: 1rem;\r\n    }\r\n\r\n    .file-list-container {\r\n        width: 100%;\r\n        margin-top: 20px;\r\n    }\r\n\r\n    #fileList {\r\n        list-style-type: none;\r\n        padding: 0;\r\n        margin-top: 10px;\r\n        max-height: 200px;\r\n        overflow-y: auto;\r\n        border: 1px solid #eee;\r\n        border-radius: 4px;\r\n        background-color: #f9f9f9;\r\n    }\r\n\r\n    #fileList li {\r\n        padding: 8px 12px;\r\n        border-bottom: 1px solid #eee;\r\n        font-size: 14px;\r\n        color: #333;\r\n        display: flex;\r\n        justify-content: space-between;\r\n        align-items: center;\r\n    }\r\n     #fileList li:last-child {\r\n        border-bottom: none;\r\n    }\r\n\r\n    .status-message {\r\n        margin-top: 15px;\r\n        color: #05047E;\r\n        font-weight: 500;\r\n        min-height: 20px; \/* Reserve space *\/\r\n    }\r\n\r\n    .button-container {\r\n        display: flex;\r\n        justify-content: center;\r\n        align-items: center;\r\n        gap: 15px;\r\n        flex-wrap: wrap;\r\n        padding: 0 20px 20px;\r\n    }\r\n    \r\n    \/* === Reusing Your Button Styles === *\/\r\n    .format-btn {\r\n        background-color: #000;\r\n        color: white;\r\n        border: none;\r\n        padding: 12px 20px;\r\n        border-radius: 4px;\r\n        cursor: pointer;\r\n        font-size: 1.125rem;\r\n        font-weight: 500;\r\n        transition: all 0.2s;\r\n        min-width: 11rem;\r\n        text-align: center;\r\n    }\r\n\r\n    .format-btn:is(:hover, :focus, :focus-visible, :active) {\r\n        background-color: #545454;\r\n    }\r\n    \r\n    .format-btn:disabled {\r\n        background-color: #ccc;\r\n        cursor: not-allowed;\r\n    }\r\n    \r\n    #downloadBtn {\r\n        background-color: #ff7be5;\r\n        color: black;\r\n    }\r\n\r\n    #downloadBtn:is(:hover, :focus, :focus-visible, :active) {\r\n        background-color: #ffa8ee;\r\n    }\r\n\r\n    .reset-btn {\r\n        background: none;\r\n        border: none;\r\n        color: black;\r\n        text-decoration: underline;\r\n        font-size: 1rem;\r\n        cursor: pointer;\r\n        padding: 0;\r\n        transition: color 0.2s;\r\n        margin-top: 10px;\r\n        display: block; \/* Make it easier to click *\/\r\n        margin-left: auto; \/* Align to the right *\/\r\n    }\r\n\r\n    .reset-btn:is(:hover, :focus, :focus-visible, :active) {\r\n        background: none;\r\n        color: #545454;\r\n        text-decoration: underline;\r\n    }\r\n    \r\n    \/* === Responsive Adjustments === *\/\r\n    @media (max-width: 768px) {\r\n        .jpg-to-pdf-app {\r\n            padding: 20px 0 0;\r\n        }\r\n        .converter-body {\r\n            padding: 20px;\r\n        }\r\n        .format-btn {\r\n            width: 100%;\r\n        }\r\n    }\r\n<\/style>\r\n\r\n<div class=\"jpg-to-pdf-app\">\r\n    <div class=\"main-content\">\r\n        <div class=\"converter-section\">\r\n            <div class=\"section-header\">\r\n                <h2>JPG to PDF Converter<\/h2>\r\n            <\/div>\r\n            <div class=\"converter-body\">\r\n                <div id=\"uploadArea\" class=\"upload-area\">\r\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"48\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#ccc\" stroke-width=\"1\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"><\/path><polyline points=\"17 8 12 3 7 8\"><\/polyline><line x1=\"12\" y1=\"3\" x2=\"12\" y2=\"15\"><\/line><\/svg>\r\n                    <p>Drag & drop your JPG files here<\/p>\r\n                    <button id=\"selectFilesBtn\" class=\"format-btn\">Select Files<\/button>\r\n                <\/div>\r\n                \r\n                <div id=\"fileListContainer\" class=\"file-list-container\" style=\"display: none;\">\r\n                    <ul id=\"fileList\"><\/ul>\r\n                    <button id=\"clearFilesBtn\" class=\"reset-btn\">Clear All<\/button>\r\n                <\/div>\r\n\r\n                <div id=\"statusMessage\" class=\"status-message\"><\/div>\r\n            <\/div>\r\n            \r\n            <div class=\"button-container\">\r\n                <button id=\"convertToPdfBtn\" class=\"format-btn\" disabled>Convert to PDF<\/button>\r\n                <a id=\"downloadBtn\" class=\"format-btn\" style=\"display: none; text-decoration: none;\" href=\"#\" download=\"converted-images.pdf\">Download PDF<\/a>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n    <input type=\"file\" id=\"fileInput\" multiple accept=\"image\/jpeg, image\/jpg\" style=\"display: none;\">\r\n<\/div>\r\n\r\n<script>\r\n    document.addEventListener('DOMContentLoaded', () => {\r\n        \/\/ Check if jsPDF library is loaded\r\n        if (typeof window.jspdf === 'undefined') {\r\n            console.error('jsPDF library not found. Please ensure the script tag is included.');\r\n            const statusMessage = document.getElementById('statusMessage');\r\n            if(statusMessage) statusMessage.textContent = 'Error: jsPDF library could not be loaded.';\r\n            return;\r\n        }\r\n        \r\n        const { jsPDF } = window.jspdf;\r\n\r\n        \/\/ Element selections\r\n        const uploadArea = document.getElementById('uploadArea');\r\n        const selectFilesBtn = document.getElementById('selectFilesBtn');\r\n        const fileInput = document.getElementById('fileInput');\r\n        const fileListContainer = document.getElementById('fileListContainer');\r\n        const fileList = document.getElementById('fileList');\r\n        const convertToPdfBtn = document.getElementById('convertToPdfBtn');\r\n        const downloadBtn = document.getElementById('downloadBtn');\r\n        const clearFilesBtn = document.getElementById('clearFilesBtn');\r\n        const statusMessage = document.getElementById('statusMessage');\r\n\r\n        let selectedFiles = [];\r\n\r\n        \/\/ --- Event Listeners ---\r\n        selectFilesBtn.addEventListener('click', () => fileInput.click());\r\n        fileInput.addEventListener('change', (e) => handleFiles(e.target.files));\r\n        clearFilesBtn.addEventListener('click', resetTool);\r\n        convertToPdfBtn.addEventListener('click', createPdf);\r\n\r\n        \/\/ --- Drag and Drop Handlers ---\r\n        uploadArea.addEventListener('dragover', (e) => {\r\n            e.preventDefault();\r\n            uploadArea.classList.add('drag-over');\r\n        });\r\n\r\n        uploadArea.addEventListener('dragleave', (e) => {\r\n            e.preventDefault();\r\n            uploadArea.classList.remove('drag-over');\r\n        });\r\n\r\n        uploadArea.addEventListener('drop', (e) => {\r\n            e.preventDefault();\r\n            uploadArea.classList.remove('drag-over');\r\n            handleFiles(e.dataTransfer.files);\r\n        });\r\n\r\n        \/\/ --- Core Functions ---\r\n        function handleFiles(files) {\r\n            const newFiles = Array.from(files).filter(file => file.type === 'image\/jpeg');\r\n            if (newFiles.length === 0) {\r\n                 statusMessage.textContent = 'Please select JPG files only.';\r\n                 setTimeout(() => statusMessage.textContent = '', 3000);\r\n                return;\r\n            }\r\n            selectedFiles.push(...newFiles);\r\n            updateUI();\r\n        }\r\n        \r\n        function updateUI() {\r\n            fileList.innerHTML = ''; \/\/ Clear previous list\r\n            if (selectedFiles.length > 0) {\r\n                selectedFiles.forEach(file => {\r\n                    const li = document.createElement('li');\r\n                    li.textContent = file.name;\r\n                    fileList.appendChild(li);\r\n                });\r\n                uploadArea.style.display = 'none';\r\n                fileListContainer.style.display = 'block';\r\n                convertToPdfBtn.disabled = false;\r\n                convertToPdfBtn.style.display = 'inline-block';\r\n                downloadBtn.style.display = 'none';\r\n                statusMessage.textContent = `${selectedFiles.length} image(s) selected.`;\r\n            } else {\r\n                uploadArea.style.display = 'flex';\r\n                uploadArea.style.flexDirection = 'column';\r\n                uploadArea.style.alignItems = 'center';\r\n                fileListContainer.style.display = 'none';\r\n                convertToPdfBtn.disabled = true;\r\n                convertToPdfBtn.style.display = 'inline-block';\r\n                downloadBtn.style.display = 'none';\r\n                statusMessage.textContent = '';\r\n            }\r\n        }\r\n\r\n        function resetTool() {\r\n            selectedFiles = [];\r\n            fileInput.value = ''; \/\/ Clear the file input\r\n            updateUI();\r\n        }\r\n\r\n        function convertFileToDataURL(file) {\r\n            return new Promise((resolve, reject) => {\r\n                const reader = new FileReader();\r\n                reader.onload = () => resolve(reader.result);\r\n                reader.onerror = reject;\r\n                reader.readAsDataURL(file);\r\n            });\r\n        }\r\n\r\n        async function createPdf() {\r\n            if (selectedFiles.length === 0) return;\r\n\r\n            statusMessage.textContent = 'Converting... Please wait.';\r\n            convertToPdfBtn.disabled = true;\r\n\r\n            try {\r\n                const doc = new jsPDF();\r\n                \r\n                for (let i = 0; i < selectedFiles.length; i++) {\r\n                    const file = selectedFiles[i];\r\n                    const dataUrl = await convertFileToDataURL(file);\r\n                    \r\n                    const img = new Image();\r\n                    img.src = dataUrl;\r\n                    await new Promise(resolve => img.onload = resolve);\r\n\r\n                    const imgProps = doc.getImageProperties(dataUrl);\r\n                    const pdfWidth = doc.internal.pageSize.getWidth();\r\n                    const pdfHeight = doc.internal.pageSize.getHeight();\r\n                    \r\n                    const widthRatio = pdfWidth \/ imgProps.width;\r\n                    const heightRatio = pdfHeight \/ imgProps.height;\r\n                    const ratio = Math.min(widthRatio, heightRatio);\r\n\r\n                    const imgWidth = imgProps.width * ratio;\r\n                    const imgHeight = imgProps.height * ratio;\r\n\r\n                    const x = (pdfWidth - imgWidth) \/ 2;\r\n                    const y = (pdfHeight - imgHeight) \/ 2;\r\n                    \r\n                    if (i > 0) {\r\n                        doc.addPage();\r\n                    }\r\n                    doc.addImage(dataUrl, 'JPEG', x, y, imgWidth, imgHeight);\r\n                }\r\n\r\n                const pdfBlob = doc.output('blob');\r\n                const pdfUrl = URL.createObjectURL(pdfBlob);\r\n\r\n                downloadBtn.href = pdfUrl;\r\n                downloadBtn.style.display = 'inline-block';\r\n                convertToPdfBtn.style.display = 'none';\r\n                statusMessage.textContent = 'Conversion successful! Ready to download.';\r\n\r\n            } catch (error) {\r\n                console.error(\"Error creating PDF:\", error);\r\n                statusMessage.textContent = 'An error occurred during conversion.';\r\n                convertToPdfBtn.disabled = false; \/\/ Re-enable on error\r\n            }\r\n        }\r\n    });\r\n<\/script>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":5,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[22],"tags":[21],"class_list":["post-8310035","post","type-post","status-publish","format-standard","hentry","category-tools","tag-html-css-tools"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>JPG to PDF Converter<\/title>\n<meta name=\"description\" content=\"Easily convert your JPG images to PDF files with our free online JPG to PDF converter. Perfect for documents, portfolios, and more. Seamless integration with Elementor websites. Get started now!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/elementor.com\/tools\/jpg-to-pdf-converter\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"JPG to PDF Converter\" \/>\n<meta property=\"og:description\" content=\"Easily convert your JPG images to PDF files with our free online JPG to PDF converter. Perfect for documents, portfolios, and more. Seamless integration with Elementor websites. Get started now!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/elementor.com\/tools\/jpg-to-pdf-converter\/\" \/>\n<meta property=\"og:site_name\" content=\"Tools\" \/>\n<meta property=\"article:published_time\" content=\"2025-09-03T02:03:37+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-09-05T02:20:20+00:00\" \/>\n<meta name=\"author\" content=\"liz@148.red\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"liz@148.red\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/elementor.com\/tools\/jpg-to-pdf-converter\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/elementor.com\/tools\/jpg-to-pdf-converter\/\"},\"author\":{\"name\":\"liz@148.red\",\"@id\":\"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac\"},\"headline\":\"JPG to PDF Converter\",\"datePublished\":\"2025-09-03T02:03:37+00:00\",\"dateModified\":\"2025-09-05T02:20:20+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/elementor.com\/tools\/jpg-to-pdf-converter\/\"},\"wordCount\":6,\"keywords\":[\"Html-Css-tools\"],\"articleSection\":[\"tools\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/elementor.com\/tools\/jpg-to-pdf-converter\/\",\"url\":\"https:\/\/elementor.com\/tools\/jpg-to-pdf-converter\/\",\"name\":\"JPG to PDF Converter\",\"isPartOf\":{\"@id\":\"https:\/\/elementor.com\/tools\/#website\"},\"datePublished\":\"2025-09-03T02:03:37+00:00\",\"dateModified\":\"2025-09-05T02:20:20+00:00\",\"author\":{\"@id\":\"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac\"},\"description\":\"Easily convert your JPG images to PDF files with our free online JPG to PDF converter. Perfect for documents, portfolios, and more. Seamless integration with Elementor websites. Get started now!\",\"breadcrumb\":{\"@id\":\"https:\/\/elementor.com\/tools\/jpg-to-pdf-converter\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/elementor.com\/tools\/jpg-to-pdf-converter\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/elementor.com\/tools\/jpg-to-pdf-converter\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/elementor.com\/tools\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"JPG to PDF Converter\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/elementor.com\/tools\/#website\",\"url\":\"https:\/\/elementor.com\/tools\/\",\"name\":\"Tools\",\"description\":\"Just another Elementor hosted website ;)\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/elementor.com\/tools\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac\",\"name\":\"liz@148.red\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/63b900d3310bd1ed40162fb27f016e9920ae66fa5be07be5153344329ef7d9d2?s=96&d=mm&r=g\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/63b900d3310bd1ed40162fb27f016e9920ae66fa5be07be5153344329ef7d9d2?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/63b900d3310bd1ed40162fb27f016e9920ae66fa5be07be5153344329ef7d9d2?s=96&d=mm&r=g\",\"caption\":\"liz@148.red\"},\"url\":\"https:\/\/elementor.com\/tools\/author\/liz148-red\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"JPG to PDF Converter","description":"Easily convert your JPG images to PDF files with our free online JPG to PDF converter. Perfect for documents, portfolios, and more. Seamless integration with Elementor websites. Get started now!","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/elementor.com\/tools\/jpg-to-pdf-converter\/","og_locale":"en_US","og_type":"article","og_title":"JPG to PDF Converter","og_description":"Easily convert your JPG images to PDF files with our free online JPG to PDF converter. Perfect for documents, portfolios, and more. Seamless integration with Elementor websites. Get started now!","og_url":"https:\/\/elementor.com\/tools\/jpg-to-pdf-converter\/","og_site_name":"Tools","article_published_time":"2025-09-03T02:03:37+00:00","article_modified_time":"2025-09-05T02:20:20+00:00","author":"liz@148.red","twitter_card":"summary_large_image","twitter_misc":{"Written by":"liz@148.red","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/elementor.com\/tools\/jpg-to-pdf-converter\/#article","isPartOf":{"@id":"https:\/\/elementor.com\/tools\/jpg-to-pdf-converter\/"},"author":{"name":"liz@148.red","@id":"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac"},"headline":"JPG to PDF Converter","datePublished":"2025-09-03T02:03:37+00:00","dateModified":"2025-09-05T02:20:20+00:00","mainEntityOfPage":{"@id":"https:\/\/elementor.com\/tools\/jpg-to-pdf-converter\/"},"wordCount":6,"keywords":["Html-Css-tools"],"articleSection":["tools"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/elementor.com\/tools\/jpg-to-pdf-converter\/","url":"https:\/\/elementor.com\/tools\/jpg-to-pdf-converter\/","name":"JPG to PDF Converter","isPartOf":{"@id":"https:\/\/elementor.com\/tools\/#website"},"datePublished":"2025-09-03T02:03:37+00:00","dateModified":"2025-09-05T02:20:20+00:00","author":{"@id":"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac"},"description":"Easily convert your JPG images to PDF files with our free online JPG to PDF converter. Perfect for documents, portfolios, and more. Seamless integration with Elementor websites. Get started now!","breadcrumb":{"@id":"https:\/\/elementor.com\/tools\/jpg-to-pdf-converter\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/elementor.com\/tools\/jpg-to-pdf-converter\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/elementor.com\/tools\/jpg-to-pdf-converter\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/elementor.com\/tools\/"},{"@type":"ListItem","position":2,"name":"JPG to PDF Converter"}]},{"@type":"WebSite","@id":"https:\/\/elementor.com\/tools\/#website","url":"https:\/\/elementor.com\/tools\/","name":"Tools","description":"Just another Elementor hosted website ;)","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/elementor.com\/tools\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac","name":"liz@148.red","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/63b900d3310bd1ed40162fb27f016e9920ae66fa5be07be5153344329ef7d9d2?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/63b900d3310bd1ed40162fb27f016e9920ae66fa5be07be5153344329ef7d9d2?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/63b900d3310bd1ed40162fb27f016e9920ae66fa5be07be5153344329ef7d9d2?s=96&d=mm&r=g","caption":"liz@148.red"},"url":"https:\/\/elementor.com\/tools\/author\/liz148-red\/"}]}},"_links":{"self":[{"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/posts\/8310035","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/comments?post=8310035"}],"version-history":[{"count":1,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/posts\/8310035\/revisions"}],"predecessor-version":[{"id":8310038,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/posts\/8310035\/revisions\/8310038"}],"wp:attachment":[{"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/media?parent=8310035"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/categories?post=8310035"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/tags?post=8310035"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}