Closed gustavorozolin closed 4 months ago
Hi @gustavorozolin,
We are unable to replicate the reported issue, and the encrypted document is loading properly in the SfPdfViewer.memory
widget. Please see the attached screenshot below.
To help us analyze the issue further and provide you with a prompt solution, please share the following information:
@immankumarsync I can't publish the PDF, as it contains sensitive data from my client, is there any other way I can send it to you? Thanks.
@gustavorozolin, If you feel the document should not be shared publicly here, you can create a ticket in our support portal and share the details and the document there. We will check and revert soon.
@gustavorozolin As we have not heard back from you regarding the details shared in our last update, we are closing this issue. As we mentioned, you can create a ticket in our support portal for the requested details.
Bug description
I'm trying show a preview pdf in my flutter app at MacOS but it not open my PDF, if I download e use the same password its word for me
Steps to reproduce
Just try open the file in app using its password
Code sample
Code sample
```dart SfPdfViewer.memory(file, password: widget.password)) ```Screenshots or Video
Screenshots / Video demonstration
Stack Traces
Stack Traces
```dart Dont got any error ```On which target platforms have you observed this bug?
Android, Windows, macOS
Flutter Doctor output
Doctor output
```console g@g-MacBook-Pro ~ % flutter doctor Doctor summary (to see all details, run flutter doctor -v): [✓] Flutter (Channel stable, 3.22.2, on macOS 14.5 23F79 darwin-arm64, locale en-BR) [✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0) [✓] Xcode - develop for iOS and macOS (Xcode 15.4) [✓] Chrome - develop for the web [✓] Android Studio (version 2023.2) [✓] IntelliJ IDEA Community Edition (version 2024.1.4) [✓] VS Code (version 1.88.1) [✓] Connected device (3 available) ! Error: Browsing on the local area network for Gustavo Rozolin’s iPhone. Ensure the device is unlocked and attached with a cable or associated with the same local area network as this Mac. The device must be opted into Developer Mode to connect wirelessly. (code -27) [✓] Network resources • No issues found! g@g-MacBook-Pro ~ % ```