Terry Yoon

Results 6 comments of Terry Yoon

@zhoulijun12315 A new [configuration](https://github.com/PDFTron/pdftron-flutter/blob/master/lib/config.dart#L550) has been added that can enable the viewer's full screen mode. Could you give it a try and see if this resolves the issue? ```dart Config...

Hey there, could you please try deleting `Pods` and `Podfile.lock`, cleaning Pod cache, and running `pod install` again? ``` rm -rf Pods Podfile.lock pod cache clean --all pod install ```...

Hey, would you mind providing us with some additional information that could help us reproduce the issue? (your `pubspec.yaml` file, `Podfile`, CocoaPods version, etc.)

Hi there. On my end I can verify that the saveDocument function works properly. Can you confirm that the function is being called to begin with and that you're checking...

The saveDocument function itself does not provide a way to specify a saving path, but you can use the [copy](https://api.flutter.dev/flutter/dart-io/File/copy.html) function in the `dart:io` library to copy the file to...

Could you provide the error you're getting, relevant parts of the code you've written, and the steps you're taking to save the document in the app so that I could...