Files
luisangelsm c7ff185a45
Some checks failed
Build / Initialization (push) Has been cancelled
Build / Code Format Validation (push) Has been cancelled
Build / Linux (Qt5) (push) Has been cancelled
Build / Linux (Qt6) (push) Has been cancelled
Build / Linux (Qt6 + 7zip) (push) Has been cancelled
Build / macOS (Qt6 Universal) (push) Has been cancelled
Build / macOS (Qt5) (push) Has been cancelled
Build / Windows x64 (Qt5) (push) Has been cancelled
Build / Windows x64 (Qt6) (push) Has been cancelled
Build / Windows ARM64 (Qt6) (push) Has been cancelled
Build / Windows x86 (Qt5) (push) Has been cancelled
Build / Docker amd64 Image (push) Has been cancelled
Build / Docker arm64 Image (push) Has been cancelled
Build / Publish Dev Builds (push) Has been cancelled
Build / Publish Release (push) Has been cancelled
Update pdfium binaries for Windows builds
It fixes rendering problems with newer PDFs.
2025-12-02 16:30:10 +01:00
..
2024-10-12 10:15:43 +02:00
2024-10-12 10:15:43 +02:00
2024-10-12 10:15:43 +02:00
2024-10-12 10:15:43 +02:00
2024-10-12 10:15:43 +02:00
2024-10-12 10:15:43 +02:00
2024-10-12 10:15:43 +02:00
2024-10-12 10:15:43 +02:00
2024-10-12 10:15:43 +02:00
2024-10-12 10:15:43 +02:00
2024-10-12 10:15:43 +02:00
2024-10-12 10:15:43 +02:00
2024-10-12 10:15:43 +02:00
2024-10-12 10:15:43 +02:00
2024-10-12 10:15:43 +02:00
2024-10-12 10:15:43 +02:00
2024-10-12 10:15:43 +02:00
2024-10-12 10:15:43 +02:00

public/ README

The header files in this directory are the only ones that should ever be
included by an embedder of PDFium.  If there arises a need for functionality
beyond what is present here, then a new API must be added here to provide it.

Documentation for the API is within the headers. Start by reading fpdfview.h.

These header files must be entirely contained in this directory; they must
never include other header files from outside of it.

These files must compile cleanly without warnings on both C and C++ compilers.

Changes to these files must be carefully considered to avoid breaking
compatibility.