Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve setup capabilities to avoid caller-provided data files in common use cases #328

Open
mara004 opened this issue Sep 30, 2024 · 2 comments

Comments

@mara004
Copy link
Member

mara004 commented Sep 30, 2024

Currently, the only way to do offline setup is using caller-provided data files, which is inconvenient, particularly with ctypesgen integration.

See the ideas in pypdfium2-team/ctypesgen#17 (comment) for new setup options that might allow for offline setup with higher-level interface and internally-managed ctypesgen:

[...] taking a full pdfium version (to avoid web calls to resolve it from the build cipher), a path to custom pdfium headers (e.g. $PDFIUM_HEADERS), and adding new system-path: and bundle: strategies to $PDFIUM_PLATFORM.

@mara004

This comment was marked as outdated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@mara004 and others