Skip to content

Commit 9d8f70d

Browse files
taozuhongbblanchon
authored andcommitted
Add Vala language binding and GTK demo
Closes #222
1 parent 250f949 commit 9d8f70d

1 file changed

Lines changed: 19 additions & 17 deletions

File tree

README.md

Lines changed: 19 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -259,23 +259,24 @@ Please find the [documentation of the PDFium API on developers.foxit.com](https:
259259

260260
The following projects use (or recommend using) our PDFium builds:
261261

262-
| Name | Language | Description |
263-
|:-------------------------|:---------|:------------------------------------------------------------------------------------------------------------|
264-
| [dart_pdf][dart_pdf] | Dart | PDF creation module for dart/flutter |
265-
| [DtronixPdf][dtronixpdf] | C# | PDF viewer and editor toolset |
266-
| [go-pdfium][go-pdfium] | Go | Go wrapper around PDFium with helper functions for various methods like image rendering and text extraction |
267-
| [libvips][libvips] | C | A performant image processing library |
268-
| [PDFium RS][pdfium_rs] | Rust | Rust wrapper around PDFium |
269-
| [pdfium-vfp][pdfium-vfp] | VFP | PDF Viewer component for Visual FoxPro |
270-
| [PDFiumCore][pdfiumcore] | C# | .NET Standard P/Invoke bindings for PDFium |
271-
| [PdfiumLib][pdfiumlib] | Pascal | An interface to libpdfium for Delphi |
272-
| [PdfLibCore][pdflibcore] | C# | A fast PDF editing and reading library for modern .NET Core applications |
273-
| [PDFtoImage][pdftoimage] | C# | .NET library to render PDF content into images |
274-
| [PDFtoZPL][pdftozpl] | C# | A .NET library to convert PDF files (and bitmaps) into Zebra Programming Language code |
275-
| [PDFx][pdfx] | Dart | Flutter Render & show PDF documents on Web, MacOs 10.11+, Android 5.0+, iOS and Windows |
276-
| [PyPDFium2][pypdfium2] | Python | Python bindings to PDFium |
277-
| [Spacedrive][spacedrive] | Rust/TS | Cross-platform file manager, powered by a virtual distributed filesystem |
278-
| [wxPDFView][wxpdfview] | C++ | wxWidgets components to display PDF content |
262+
| Name | Language | Description |
263+
|:---------------------------|:---------|:----------------------------------------------------------------------------------------|
264+
| [dart_pdf][dart_pdf] | Dart | PDF creation module for dart/flutter |
265+
| [DtronixPdf][dtronixpdf] | C# | PDF viewer and editor toolset |
266+
| [go-pdfium][go-pdfium] | Go | Go wrapper around PDFium with image rendering and text extraction |
267+
| [libvips][libvips] | C | A performant image processing library |
268+
| [PDFium RS][pdfium_rs] | Rust | Rust wrapper around PDFium |
269+
| [pdfium-vfp][pdfium-vfp] | VFP | PDF Viewer component for Visual FoxPro |
270+
| [pdfium.vapi][pdfium-vapi] | Vala | Vala vapi binding and GTK demo app to display PDF content |
271+
| [PDFiumCore][pdfiumcore] | C# | .NET Standard P/Invoke bindings for PDFium |
272+
| [PdfiumLib][pdfiumlib] | Pascal | An interface to libpdfium for Delphi |
273+
| [PdfLibCore][pdflibcore] | C# | A fast PDF editing and reading library for modern .NET Core applications |
274+
| [PDFtoImage][pdftoimage] | C# | .NET library to render PDF content into images |
275+
| [PDFtoZPL][pdftozpl] | C# | A .NET library to convert PDF files (and bitmaps) into Zebra Programming Language code |
276+
| [PDFx][pdfx] | Dart | Flutter Render & show PDF documents on Web, MacOs 10.11+, Android 5.0+, iOS and Windows |
277+
| [PyPDFium2][pypdfium2] | Python | Python bindings to PDFium |
278+
| [Spacedrive][spacedrive] | Rust/TS | Cross-platform file manager, powered by a virtual distributed filesystem |
279+
| [wxPDFView][wxpdfview] | C++ | wxWidgets components to display PDF content |
279280

280281
*Did we miss a project? Please open a PR!*
281282

@@ -344,3 +345,4 @@ The following projects use (or recommend using) our PDFium builds:
344345
[dtronixpdf]: https://github.com/Dtronix/DtronixPdf
345346
[pdftozpl]: https://github.com/sungaila/PDFtoZPL
346347
[spacedrive]: https://github.com/spacedriveapp/spacedrive
348+
[pdfium-vapi]: https://github.com/taozuhong/pdfium.vapi

0 commit comments

Comments
 (0)