Support for Google Docs

Is there any plan to support Google Docs similar to MS Word? If so, what is the timeframe?

@echin.allego Could you please clarify your requirements in more details? You can download Google Docs document as DOCX or RTF and process it using Aspose.Words as any other document formats supported by Aspose.Words.

I want to be able to programmatically take a .gdoc file and convert it to a PDF, similar to how i can use Aspose to convert a Word doc to a PDF.

@echin.allego Thank you for additional information. But .gdoc is not actually a document, this is a link to the document stored in the Google Drive, so to process such document it still should be downloaded from Google Drive. You can consider using Google Drive API to download files from the drive:
https://developers.google.com/drive/api/guides/manage-downloads