Skip to content

Commit 0055eb8

Browse files
authored
Update README.md
1 parent 3be1d8a commit 0055eb8

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

README.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ComPDFKit PDF SDK for Windows is a powerful PDF library that ships with an easy-
88

99
ComPDFKit PDF SDK consists of two elements as shown in the following picture.
1010

11-
![Alt text]([https://github.com/ComPDFKit/PDF-SDK-Windows/blob/main/images-windows/ComPDFKit.png](https://github.com/ComPDFKit/PDF-SDK-Windows/blob/Tutorials-Blog/images-windows/ComPDFKit.png))
11+
![Image text](https://github.com/ComPDFKit/PDF-SDK-Windows/blob/Tutorials-Blog/images-windows/ComPDFKit.png)
1212

1313
The two elements for ComPDFKit:
1414

@@ -91,7 +91,7 @@ The package of ComPDFKit PDF SDK for Windows includes the following files as sho
9191
- **release_notes.txt** - Release information.
9292
- **legal.txt** - Legal and copyright information.
9393

94-
![Alt text]([https://github.com/ComPDFKit/PDF-SDK-Windows/blob/main/images-windows/image-20220218141621062.png](https://github.com/ComPDFKit/PDF-SDK-Windows/blob/Tutorials-Blog/images-windows/image-20220218141621062.png))
94+
![Alt text](https://github.com/ComPDFKit/PDF-SDK-Windows/blob/Tutorials-Blog/images-windows/image-20220218141621062.png)
9595

9696
<p align="center">
9797
Figure 2-1
@@ -105,7 +105,9 @@ ComPDFKit PDF SDK for Windows provides one demo in C# for developers to learn ho
105105

106106
2. Click on ***"Start"*** to run the demo on a Windows device. In this guide, a Windows10 device will be used as an example. After building the demo successfully, click the ***"Open"*** button,and select a PDF Document, then it will be opened and displayed.
107107

108-
![Alt text](https://github.com/ComPDFKit/PDF-SDK-Windows/blob/main/images-windows/image-20220218101311614.png)
108+
109+
![Alt text](https://github.com/ComPDFKit/PDF-SDK-Windows/blob/Tutorials-Blog/images-windows/image-20220218101311614.png)
110+
109111

110112
**Note:** *This is a demo project, presenting completed ComPDFKit PDF SDKfunctions. The functions might be different based on the license you have purchased. Please check that the functions you choose work fine in this demo project.*
111113

@@ -123,16 +125,15 @@ This section will help you to quickly get started with ComPDFKit PDF SDK to make
123125
In this guide, we use Visual Studio 2017 to create a new Windows project.
124126

125127
Fire up Visual Studio 2017, choose **File** -> **New** -> **Project...**, and then select **Visual C#**->**Windows Desktop** -> **WPF App(.NET Framework)** as shown in Figure 2-2.
126-
127-
![Alt text](https://github.com/ComPDFKit/PDF-SDK-Windows/blob/main/images-windows/image-20220117173740405.png)
128+
![Alt text](https://github.com/ComPDFKit/PDF-SDK-Windows/blob/Tutorials-Blog/images-windows/image-20220117173740405.png)
128129

129130
<p align="center">
130131
Figure 2-2
131132
</p>
132133

133134
Choose the options for your new project as shown in Figure 2-3. Please make sure to choose .NET Framework 4.6.1 as the programming framework.
134135

135-
![Alt text](https://github.com/ComPDFKit/PDF-SDK-Windows/blob/main/images-windows/image-20220117173900713.png)
136+
![Alt text](https://github.com/ComPDFKit/PDF-SDK-Windows/blob/Tutorials-Blog/images-windows/image-20220117173900713.png)
136137

137138
<p align="center">
138139
Figure 2-3
@@ -148,15 +149,15 @@ Place the project to the location as desired. Then, click **OK**.
148149

149150
- In Solution Explorer, right-click the ***"PdfViewer"*** project and click **Add -> Reference…**
150151

151-
![Alt text](https://github.com/ComPDFKit/PDF-SDK-Windows/blob/main/images-windows/image-20220117181014260.png)
152+
![Alt text](https://github.com/ComPDFKit/PDF-SDK-Windows/blob/Tutorials-Blog/images-windows/image-20220117181014260.png)
152153

153154
- In the Add Reference dialog, click Browse tab, navigate to the ***"PdfViewer"*** folder, select ***"ComPDFKit.Desk.dll"*** and ***"ComPDFKit.Viewer.dll"*** dynamic library, and then click **OK**.
154155

155-
![Alt text](https://github.com/ComPDFKit/PDF-SDK-Windows/blob/main/images-windows/image-20220207135940239.png)
156+
![Alt text](https://github.com/ComPDFKit/PDF-SDK-Windows/blob/Tutorials-Blog/images-windows/image-20220207135940239.png)
156157

157158
3. Add ***"ComPDFKit.dll"*** to the project. Include the ***"x64"*** or ***"x86"*** folder into the project. Please make sure to set the property ***"Copy to Output Directory"*** of ***"ComPDFKit.dll"*** to ***"Copy if newer"***. Otherwise, you should copy it to the same folder with the executable file manually before running the project.
158159

159-
![Alt text](https://github.com/ComPDFKit/PDF-SDK-Windows/blob/main/images-windows/image-20220207140432182.png)
160+
![Alt text](https://github.com/ComPDFKit/PDF-SDK-Windows/blob/Tutorials-Blog/images-windows/image-20220207140432182.png)
160161

161162
### 2.4.3 Apply the License Key
162163

0 commit comments

Comments
 (0)