-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
DOC: Added example for downloading a PDF from Google Cloud Storage #2745
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ython that uses similar syntax to s3
prodeveloper
changed the title
Added example for downloading a PDF from Google Cloud Storage
Doc: Added example for downloading a PDF from Google Cloud Storage
Jul 9, 2024
stefan6419846
changed the title
Doc: Added example for downloading a PDF from Google Cloud Storage
DOC: Added example for downloading a PDF from Google Cloud Storage
Jul 9, 2024
stefan6419846
previously approved these changes
Jul 10, 2024
stefan6419846
approved these changes
Jul 10, 2024
MartinThoma
added a commit
that referenced
this pull request
Jul 21, 2024
## What's new ### Bug Fixes (BUG) - Cope with Matrix entry in field annotations (#2736) ### Robustness (ROB) - Cope with fields with upside down box/rectangle (#2729) by @pubpub-zz ### Documentation (DOC) - Update Link Documentation Example (#2759) by @jparris - Make table consistent with pdf-version-support.md (#2758) by @j-t-1 - Add feature support by pypdf (#2738) by @j-t-1 - Move JavaScript example (#2746) by @j-t-1 - Added example for downloading a PDF from Google Cloud Storage (#2745) by @prodeveloper - Miscellaneous tiny changes (#2744) by @j-t-1 - Amend comment with rectangle duplication (#2733) by @j-t-1 - Use enumerate in extract example (#2727) by @j-t-1 - Tiny changes (#2723) by @j-t-1 ### Maintenance (MAINT) - Remove redundant pass statement (#2739) by @j-t-1 - Update Python version support documentation (#2740) by @j-t-1 - Remove redundant super() (#2734) by @j-t-1 - Add deprecate_with_replacement to StreamObject.initializeFromD… (#2728) by @j-t-1 ### Code Style (STY) - Change argument type (#2741) by @j-t-1 - Use endswith instead of logical equals (#2732) by @j-t-1 [Full Changelog](4.3.0...4.3.1)
Merged
stefan6419846
pushed a commit
that referenced
this pull request
Jul 21, 2024
## What's new ### Bug Fixes (BUG) - Cope with Matrix entry in field annotations (#2736) by @pubpub-zz ### Robustness (ROB) - Cope with fields with upside down box/rectangle (#2729) by @pubpub-zz ### Documentation (DOC) - Update Link Documentation Example (#2759) by @jparris - Make table consistent with pdf-version-support.md (#2758) by @j-t-1 - Add feature support by pypdf (#2738) by @j-t-1 - Move JavaScript example (#2746) by @j-t-1 - Added example for downloading a PDF from Google Cloud Storage (#2745) by @prodeveloper - Miscellaneous tiny changes (#2744) by @j-t-1 - Amend comment with rectangle duplication (#2733) by @j-t-1 - Use enumerate in extract example (#2727) by @j-t-1 - Tiny changes (#2723) by @j-t-1 ### Maintenance (MAINT) - Remove redundant pass statement (#2739) by @j-t-1 - Update Python version support documentation (#2740) by @j-t-1 - Remove redundant super() (#2734) by @j-t-1 - Add deprecate_with_replacement to StreamObject.initializeFromDictionary (#2728) by @j-t-1 - Deal with cryptography>=43 moving ARC4 (#2765) by @MartinThoma ### Code Style (STY) - Change argument type (#2741) by @j-t-1 - Use endswith instead of logical equals (#2732) by @j-t-1 [Full Changelog](4.3.0...4.3.1)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Previously the documentation pointed to stackover flow which pointed to GCSFS. This project is still in beta.
This new example works with BytesIO meaning no need for another library and follows syntax similar to what was done for s3.