Skip to content

Commit 2ccaa34

Browse files
committed
1011736-ug: Added proper link in TOC file.
1 parent 25ec89a commit 2ccaa34

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

Document-Processing-toc.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3091,6 +3091,9 @@
30913091
<li>
30923092
<a href="/document-processing/pdf/conversions/html-to-pdf/net/docker">Docker</a>
30933093
</li>
3094+
<li>
3095+
<a href="/document-processing/pdf/conversions/html-to-pdf/net/Convert-HTML-to-PDF-in-Windows-Server">Windows Server</a>
3096+
</li>
30943097
<li>
30953098
<a href="/document-processing/pdf/conversions/html-to-pdf/net/Convert-HTML-to-PDF-in-GCP">Google Cloud Platform (GCP)</a>
30963099
<ul>

Document-Processing/PDF/Conversions/HTML-To-PDF/NET/Convert-HTML-to-PDF-in-Windows-Server.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,12 @@ Step 4: It will generate and publish all necessary files to the local publish di
8282

8383
Step 5: Copy the published output folder to the server and host the application in IIS.
8484
i.Open **IIS Manager** on the server and create a new website.
85+
8586
ii.Enter a **site name** and select the **physical path** that points to the published output folder on the server.
8687
![IIS Website](htmlconversion_images/IIS-Website.png)
8788

8889
iii. Obtain the server’s IP address after adding the website in the local IIS server.
90+
8991
iv. From your local computer, browse the website using the server’s IP address and port number. Once the site loads successfully, export the webpage to PDF.
9092
![IIS Browser](htmlconversion_images/IIS-RunBrowser.png)
9193

0 commit comments

Comments
 (0)