nus-cs2103-AY1718S2 / forum

0 stars 1 forks source link

Converting Project Portfolio/UG/DG to PDF for Submission without auto pulishing #46

Closed tshradheya closed 6 years ago

tshradheya commented 6 years ago

You are supposed to submit your project portfolio as PDF and some of you might be having trouble and will not be able to see the part from UG and DG which is extracted to the portfolio.adoc

You would be seeing something like this: image

Using Auto-publishing

To see the entire portfolio page, you would need to enable auto-publishing so that you can see it on the website rendered through github-pages.

For e.g. https://se-edu.github.io/addressbook-level4/team/johndoe.html If auto-publishing is enabled, you can view it on CS2103JAN2018-W00-B0.github.io/main

You can auto publish by following the steps given here and follow these steps to get the pdf

Steps to follow if you cant do Auto-publishing

However, if you are facing a problem with auto-publishing, and need to get PDF of your portfolio/UG/DG, you can follow the following steps:

  1. On your IntelliJ, and in the terminal type the following command gradlew asciidoctor

  2. Go to build/docs/team/ path inside your addressbook-level4 folder. image

  3. You will find the rendered HTML page of your portfolio.

  4. Open that on browser and you can follow these steps to convert it into pdf.