You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 14, 2024. It is now read-only.
Hi!.
I have used aws s3 to store uploaded file. There are doc & docx file. I can get url of file from s3.
How can i convert file with DocumentFactory?
Thanks!
The text was updated successfully, but these errors were encountered:
nguyendatdh93
changed the title
how to convert a remote office file?
how to convert a remote office url file?
Nov 24, 2020
The Document constructor accepts a StreamInterface - so I think you'll need to create a stream for these URLs (eg. Guzzle has an implementation which you might be able to use if you're using the AWS SDK and it's S3 stream wrapper - https://github.com/guzzle/streams/blob/master/src/Stream.php#L45)
Hi!.
I have used aws s3 to store uploaded file. There are doc & docx file. I can get url of file from s3.
How can i convert file with DocumentFactory?
Thanks!
The text was updated successfully, but these errors were encountered: