How we want to read pdf file from some URL.?

we want to read pdf file from some URL. can you please guide me how we can do it with your services?


Submitted from: .NET & Java Document Automation APIs | GroupDocs

Hi Dham,

Thank you very much for your interest in GroupDocs and for your time.

We have GroupDocs SDK for most of popular platforms and languages. So if you need your own integration you can use our SDK.

For example you can check our PHP SDK example how to get PDF file from any URL, upload it to GroupDocs account and view it with GroupDocs Viewer. Code of samples you can find here - https://github.com/groupdocs/.

With best regards,
Vipin Thomas, GroupDocs Support Team.

    I think this would be a prominent usage on [ View documents online | Free GroupDocs Apps ] (and related):
    Directly passing the URL of remote file, instead of having to clumsily download & upload.

    Note "data://" URI (probably also "file://") are also frequently used.

@MasterQuestionable

Thank you for your comment!