Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
dart_pdf
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Marcus Hammar
2022-05-16 23:08:21 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
David PHAM-VAN
2022-05-21 05:25:43 -0300
Commit
96fe6ef3c1ee702a86dd311b3feebdb1f7491cd6
96fe6ef3
1 parent
95bbc1f3
Update documentation related to macOS print entitlement
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletions
printing/README.md
printing/README.md
View file @
96fe6ef
...
...
@@ -34,7 +34,14 @@ for documentation.
target 'Runner' do
use_frameworks! # <-- Add this line
```
4.
For MacOS add printing capability by opening macos directory in XCode
4.
For macOS applications, add the following print entitlement to the files
`macos/Runner/Release.entitlements` and `macos/Runner/DebugProfile.entitlements`
:
```
xml
<key>
com.apple.security.print
</key>
<true/>
```
5.
If you want to manually set the PdfJs library version for the web, a javascript
library and a small script has to be added to your
`web/index.html`
file, just
...
...
Please
register
or
login
to post a comment