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

Failed to load pdf file #62

Open
priyacshah opened this issue Jun 28, 2022 · 4 comments
Open

Failed to load pdf file #62

priyacshah opened this issue Jun 28, 2022 · 4 comments
Labels
question Further information is requested

Comments

@priyacshah
Copy link

Hi,

After cloning and updating the code for the resume, I am getting the "Failed to load pdf file" in the resume section. Can you please help me to resolve this?

Screen Shot 2022-06-28 at 12 33 19 PM

Thanks,
Priya Shah

@somanyadav
Copy link

somanyadav commented Jul 1, 2022

I was also facing the same issue. Try following these steps:

  1. Upload your resume in a GitHub repository. The URL will look like this.
    eg: https://github.com/soumyajit4419/Portfolio/blob/master/src/Assets/Soumyajit_Behera-BIT_MESRA.pdf

  2. Now change github.com to raw.githubusercontent.com and remove blob/ from the URL

  3. Now you can paste the newly changed URL into ResumeNew.js file.
    eg: const resumeLink = "https://raw.githubusercontent.com/soumyajit4419/Portfolio/master/src/Assets/Soumyajit_Behera-BIT_MESRA.pdf";

It worked for me. Hope it will work for you too :)

-Soman

@Jeet48
Copy link

Jeet48 commented Jul 3, 2022

Can anyone please tell me how to increase the loading time in the portfolio site?

-Jeet

@mmansoornano
Copy link

How to increase the size of the Resume or make it scrollable in a readable size.

@Kannxnravi
Copy link

Run .py program

  1. Create a repo public for your resume
  2. In your repo Settings->Pages change it to Main Branch and save it
    Note: It takes 1 Minute to takes action
  3. After that copy the resume link address
  4. Run the below command in any Python online compiler or your IDE

Command

//Your link goes here

link = "https://github.com/knightlab-analyses/qurro-mackerel-analysis/blob/master/AnalysisOutput/qurro-plot.qzv"

//Paste the link of your resume copy link address above

print(link.replace("github.com", "raw.githubusercontent.com").replace("/blob/", "/"))

//Then run it and copy the output.paste it in ResumeNew.js
//example output link:

https://raw.githubusercontent.com/knightlab-analyses/qurro-mackerel-analysis/master/AnalysisOutput/qurro-plot.qzv

Any Doubts regarding this feel free to contact me!

@soumyajit4419 soumyajit4419 added the question Further information is requested label Mar 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

6 participants