Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export in PDF #6

Open
Verg92 opened this issue Jul 29, 2021 · 1 comment
Open

Export in PDF #6

Verg92 opened this issue Jul 29, 2021 · 1 comment

Comments

@Verg92
Copy link

Verg92 commented Jul 29, 2021

Is there a way to export the generated CV in a pdf/doc format?

@dopeXilyas01
Copy link

{
"basics": {
"name": "Ilyas Rabaa",
"email": "[email protected]",
"phone": "+1234567890",
"location": {
"city": "Ain Sebaa",
"country": "Maroc"
}
},
"education": [
{
"institution": "Université FSJES Ain Sebaa",
"area": "Marketing et Commerce",
"studyType": "Licence",
"endDate": "2023"
}
],
"work": [
{
"position": "En recherche d'emploi",
"company": "En cours",
"startDate": "2023",
"summary": "Développement de compétences en marketing, commerce et e-commerce."
}
],
"projects": [
{
"name": "Auto-marketing des produits Ola Internet",
"description": "Mise en œuvre de projets d'auto-marketing pour les produits Ola Internet."
},
{
"name": "Projets dans l'électronique, design publicitaire, logos commerciaux",
"description": "Réalisations dans l'électronique, design publicitaire et création de logos commerciaux."
},
{
"name": "Informatique - Découverte et analyse de problèmes électroniques",
"description": "Autodidacte en science des données et intelligence artificielle."
}
],
"skills": [
{
"name": "marketing",
"level": "Avancé"
},
{
"name": "commerce",
"level": "Avancé"
},
{
"name": "eCommerce",
"level": "Intermédiaire"
},
{
"name": "electronique",
"level": "Intermédiaire"
},
{
"name": "scienceDesDonnees",
"level": "Débutant"
},
{
"name": "intelligenceArtificielle",
"level": "Débutant"
},
{
"name": "francais",
"level": "Courant"
},
{
"name": "anglais",
"level": "Intermédiaire"
},
{
"name": "arabe",
"level": "Courant"
}
],
"interests": [
{
"name": "Voyages"
},
{
"name": "Musique"
},
{
"name": "Football"
}
]
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants