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

Feature request: support linux #46

Open
DomenicoMammola opened this issue Oct 23, 2024 · 3 comments
Open

Feature request: support linux #46

DomenicoMammola opened this issue Oct 23, 2024 · 3 comments

Comments

@DomenicoMammola
Copy link
Contributor

Hi,
first of all thanks for your useful component.
Any plan to support linux (with FPC)?
TIA,
Domenico

@packpaul
Copy link

I'm voting for it too.

@packpaul
Copy link

packpaul commented Nov 25, 2024

For the purposes of my tasks I've experimented with a transfer of existing implementation of PdfiumCtrl unit to Linux (FPC), and it turned out that there is a lot of WinAPI usage, so the existing implementation would have to be badly rewritten. BUT I've got an idea on how to make TPdfControl a really cross-platform component:

TPdfControl = class(TImgView32)

where TImgView32 comes from graphics32.
As a benefit one could utilize additional features of TImgView32 such as layers for highlighting text selection and the like.

@packpaul
Copy link

packpaul commented Dec 2, 2024

@DomenicoMammola
See PR#48.
This is an initial implementation based on graphics32 that is yet far from its full fledged sibling for Windows (TPdfControl). But I think that missing functionality can be gradually added.

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