Skip to content

Commit 4a4dde8

Browse files
Merge pull request #66 from paulocoutinhox/v4938
updated to version 4938
2 parents 9957290 + 58548b9 commit 4a4dde8

File tree

8 files changed

+205
-179
lines changed

8 files changed

+205
-179
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
<p align="center">
2-
<a href="https://github.com/paulo-coutinho/pdfium-lib" target="_blank" rel="noopener noreferrer">
2+
<a href="https://github.com/paulocoutinhox/pdfium-lib" target="_blank" rel="noopener noreferrer">
33
<img width="120" src="extras/images/logo.png" alt="PDFium Library Logo">
44
</a>
55
</p>
66

77
<h1 align="center">PDFium Library</h1>
88

99
<p align="center">
10-
<a href="https://github.com/paulo-coutinho/pdfium-lib/actions/workflows/ios.yml"><img src="https://github.com/paulo-coutinho/pdfium-lib/actions/workflows/ios.yml/badge.svg" alt="PDFium - iOS"></a>
11-
<a href="https://github.com/paulo-coutinho/pdfium-lib/actions/workflows/macos.yml"><img src="https://github.com/paulo-coutinho/pdfium-lib/actions/workflows/macos.yml/badge.svg" alt="PDFium - macOS"></a>
12-
<a href="https://github.com/paulo-coutinho/pdfium-lib/actions/workflows/android.yml"><img src="https://github.com/paulo-coutinho/pdfium-lib/actions/workflows/android.yml/badge.svg" alt="PDFium - Android"></a>
13-
<a href="https://github.com/paulo-coutinho/pdfium-lib/actions/workflows/wasm.yml"><img src="https://github.com/paulo-coutinho/pdfium-lib/actions/workflows/wasm.yml/badge.svg" alt="PDFium - WASM"></a>
10+
<a href="https://github.com/paulocoutinhox/pdfium-lib/actions/workflows/ios.yml"><img src="https://github.com/paulocoutinhox/pdfium-lib/actions/workflows/ios.yml/badge.svg" alt="PDFium - iOS"></a>
11+
<a href="https://github.com/paulocoutinhox/pdfium-lib/actions/workflows/macos.yml"><img src="https://github.com/paulocoutinhox/pdfium-lib/actions/workflows/macos.yml/badge.svg" alt="PDFium - macOS"></a>
12+
<a href="https://github.com/paulocoutinhox/pdfium-lib/actions/workflows/android.yml"><img src="https://github.com/paulocoutinhox/pdfium-lib/actions/workflows/android.yml/badge.svg" alt="PDFium - Android"></a>
13+
<a href="https://github.com/paulocoutinhox/pdfium-lib/actions/workflows/wasm.yml"><img src="https://github.com/paulocoutinhox/pdfium-lib/actions/workflows/wasm.yml/badge.svg" alt="PDFium - WASM"></a>
1414
</p>
1515

1616
<p align="center">
@@ -58,7 +58,7 @@ These are the `general` steps that need be executed `before all` others platform
5858
1. Get the source:
5959

6060
```
61-
git clone https://github.com/paulo-coutinho/pdfium-lib.git
61+
git clone https://github.com/paulocoutinhox/pdfium-lib.git
6262
cd pdfium-lib
6363
```
6464

@@ -101,7 +101,7 @@ Check tutorial here: [Build for WASM](docs/BUILD_WASM.md)
101101

102102
Access releases page to download prebuilt binaries:
103103

104-
https://github.com/paulo-coutinho/pdfium-lib/releases
104+
https://github.com/paulocoutinhox/pdfium-lib/releases
105105

106106
## How to include files and extend pdfium
107107

docker/android/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ WORKDIR /build
5858
RUN gclient config --unmanaged https://pdfium.googlesource.com/pdfium.git
5959
RUN gclient sync
6060
WORKDIR /build/pdfium
61-
RUN git checkout 187d077faebb81a2bbc11d777ece46830cf5cd8f
61+
RUN git checkout 626a3abbc9d53135270afbc2f4e9b5de2b5c59ce
6262

6363
RUN ln -s /usr/bin/python3 /usr/bin/python
6464
RUN ln -s /usr/bin/pip3 /usr/bin/pip

docker/wasm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ WORKDIR /build
3737
RUN gclient config --unmanaged https://pdfium.googlesource.com/pdfium.git
3838
RUN gclient sync
3939
WORKDIR /build/pdfium
40-
RUN git checkout 187d077faebb81a2bbc11d777ece46830cf5cd8f
40+
RUN git checkout 626a3abbc9d53135270afbc2f4e9b5de2b5c59ce
4141

4242
RUN ln -s /usr/bin/python3 /usr/bin/python
4343
RUN ln -s /usr/bin/pip3 /usr/bin/pip

extras/wasm/template/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ Example:
2121

2222
The main project is hosted here:
2323

24-
[https://github.com/paulo-coutinho/pdfium-lib](https://github.com/paulo-coutinho/pdfium-lib)
24+
[https://github.com/paulocoutinhox/pdfium-lib](https://github.com/paulocoutinhox/pdfium-lib)
2525

2626
The PDF Viewer use PDFium project from Google to parse PDF data and render final image.

0 commit comments

Comments
 (0)