saadq / resumake.io

📝 A website for automatically generating elegant LaTeX resumes.
https://resumake.io
MIT License
3.22k stars 437 forks source link

Gengar hyperlinks of the basic / header section do not work after exporting to pdf #206

Open raLaaaa opened 1 year ago

raLaaaa commented 1 year ago

Hyperlinks do work inside the app but after exporting to PDF and opening in Chrome they are not recognized. This is only applicable for the links generated under Profiles and Basics. Templates such as Castform do work correctly.

This is my json file for reproduction:

{
    "basics": {
        "name": "Test Tester",
        "email": "",
        "phone": "",
        "photo": {
            "url": "https://cdn.rxresu.me/uploads/399229/410468/1678207989612.jpg",
            "filters": {
                "size": 204,
                "shape": "rounded-square",
                "border": false,
                "grayscale": false
            },
            "visible": true
        },
        "summary": "",
        "website": "https://about.gorala.icu/",
        "headline": "",
        "location": {
            "city": "",
            "region": "",
            "address": "",
            "country": "Deutschland",
            "postalCode": ""
        },
        "profiles": [
            {
                "id": "98db4bef-95e3-40af-a38b-3a69e82cc40a",
                "url": "https://github.com/raLaaaa",
                "network": "GitHub",
                "username": "raLaaaa"
            },
            {
                "id": "565aacd0-26a8-4946-bb16-3fb06b688662",
                "url": "https://stackoverflow.com/users/4440133/lolwtfasdasd-asdad",
                "network": "Stackoverflow",
                "username": "lolwtfasdasd-asdad"
            }
        ],
        "birthdate": "1993-08-06"
    },
    "sections": {
        "work": {
            "id": "work",
            "name": "Work Experience",
            "type": "work",
            "items": [],
            "columns": 1,
            "visible": true
        },
        "awards": {
            "id": "awards",
            "name": "Awards",
            "type": "basic",
            "items": [],
            "columns": 1,
            "visible": true
        },
        "skills": {
            "id": "skills",
            "name": "Programming Languages & Frameworks",
            "type": "basic",
            "items": [],
            "columns": 1,
            "visible": false
        },
        "projects": {
            "id": "projects",
            "name": "Key-Projects",
            "type": "basic",
            "items": [],
            "columns": 1,
            "visible": false
        },
        "education": {
            "id": "education",
            "name": "Education",
            "type": "basic",
            "items": [],
            "columns": 1,
            "visible": true
        },
        "interests": {
            "id": "interests",
            "name": "Interests",
            "type": "basic",
            "items": [],
            "columns": 1,
            "visible": false
        },
        "languages": {
            "id": "languages",
            "name": "Languages",
            "type": "basic",
            "items": [
                {
                    "id": "e109d5a0-e7d4-413a-b4b4-9f29d24c5308",
                    "name": "English",
                    "level": "Fluent",
                    "levelNum": 8
                },
                {
                    "id": "3642cc60-e585-4dc3-9433-5268e51d10ef",
                    "name": "Spanish",
                    "level": "Beginner",
                    "levelNum": 2
                }
            ],
            "columns": 1,
            "visible": true
        },
        "volunteer": {
            "id": "volunteer",
            "name": "Volunteer Experience",
            "type": "basic",
            "items": [],
            "columns": 2,
            "visible": false
        },
        "references": {
            "id": "references",
            "name": "References",
            "type": "basic",
            "items": [],
            "columns": 2,
            "visible": false
        },
        "publications": {
            "id": "publications",
            "name": "Publications",
            "type": "basic",
            "items": [],
            "columns": 2,
            "visible": false
        },
        "certifications": {
            "id": "certifications",
            "name": "Certifications",
            "type": "basic",
            "items": [],
            "columns": 1,
            "visible": true
        }
    },
    "metadata": {
        "css": {
            "value": "/* Enter custom CSS here */\n\n* {\n    outline: 1px solid #000;\n}",
            "visible": false
        },
        "date": {
            "format": "DD.MM.YYYY"
        },
        "page": {
            "format": "A4"
        },
        "theme": {
            "text": "#000000",
            "primary": "#222222",
            "background": "#ffffff"
        },
        "layout": [
            [
                [
                    "work",
                    "education",
                    "projects",
                    "volunteer",
                    "references"
                ],
                [
                    "languages",
                    "skills",
                    "certifications",
                    "awards",
                    "interests",
                    "publications"
                ]
            ]
        ],
        "locale": "en",
        "template": "gengar",
        "typography": {
            "size": {
                "body": 14,
                "heading": 28
            },
            "family": {
                "body": "PT Sans",
                "heading": "PT Sans"
            }
        }
    },
    "public": false
}

I also attached the generated .pdf

link-not-working.pdf