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

The data in forms disappear when i try to load the pdf #1157

Open
Amattia opened this issue Aug 11, 2023 · 0 comments
Open

The data in forms disappear when i try to load the pdf #1157

Amattia opened this issue Aug 11, 2023 · 0 comments

Comments

@Amattia
Copy link

Amattia commented Aug 11, 2023

Hi,
I would know if this project is still mantained and developed.

Anyway i tried to load a pdf in which there are some forms filled with different data, if i try to open the pdf in any other software i'm able to see every data, but when i load the document with this library the data disappear even thought the forms are filled.

This is the code that I use to load the PDF

        File file = new File (SOME DATA);
        pdfView = findViewById(R.id.pdfView);
        pdfView.enableAntialiasing(true);
        pdfView.useBestQuality(false);
        pdfView.enableAnnotationRendering(true);
        pdfView.fromFile(file).defaultPage(0).onLoad(this).onPageChange(this).load();

Did i do something wrong or is this a bug ?

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

1 participant