Skip to content

Commit

Permalink
Merge pull request #66 from paulocoutinhox/v4938
Browse files Browse the repository at this point in the history
updated to version 4938
  • Loading branch information
paulocoutinhox authored Mar 12, 2022
2 parents 9957290 + 58548b9 commit 4a4dde8
Show file tree
Hide file tree
Showing 8 changed files with 205 additions and 179 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<p align="center">
<a href="https://github.com/paulo-coutinho/pdfium-lib" target="_blank" rel="noopener noreferrer">
<a href="https://github.com/paulocoutinhox/pdfium-lib" target="_blank" rel="noopener noreferrer">
<img width="120" src="extras/images/logo.png" alt="PDFium Library Logo">
</a>
</p>

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

<p align="center">
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
</p>

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

```
git clone https://github.com/paulo-coutinho/pdfium-lib.git
git clone https://github.com/paulocoutinhox/pdfium-lib.git
cd pdfium-lib
```

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

Access releases page to download prebuilt binaries:

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

## How to include files and extend pdfium

Expand Down
2 changes: 1 addition & 1 deletion docker/android/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ WORKDIR /build
RUN gclient config --unmanaged https://pdfium.googlesource.com/pdfium.git
RUN gclient sync
WORKDIR /build/pdfium
RUN git checkout 187d077faebb81a2bbc11d777ece46830cf5cd8f
RUN git checkout 626a3abbc9d53135270afbc2f4e9b5de2b5c59ce

RUN ln -s /usr/bin/python3 /usr/bin/python
RUN ln -s /usr/bin/pip3 /usr/bin/pip
Expand Down
2 changes: 1 addition & 1 deletion docker/wasm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ WORKDIR /build
RUN gclient config --unmanaged https://pdfium.googlesource.com/pdfium.git
RUN gclient sync
WORKDIR /build/pdfium
RUN git checkout 187d077faebb81a2bbc11d777ece46830cf5cd8f
RUN git checkout 626a3abbc9d53135270afbc2f4e9b5de2b5c59ce

RUN ln -s /usr/bin/python3 /usr/bin/python
RUN ln -s /usr/bin/pip3 /usr/bin/pip
Expand Down
2 changes: 1 addition & 1 deletion extras/wasm/template/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ Example:

The main project is hosted here:

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

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

0 comments on commit 4a4dde8

Please sign in to comment.