GNOME Bugzilla – Bug 693958
Add PDF support
Last modified: 2013-02-16 16:20:25 UTC
The google docs api supports http://schemas.google.com/docs/2007#pdf type files. It would be great to have this support as well. So it can be used in Documents.
Created attachment 236364 [details] [review] Add support for PDF files
Review of attachment 236364 [details] [review]: This looks good, thanks for taking the time to put it together. Please fix the two minor issues below and commit to master! ::: gdata/services/documents/gdata-documents-pdf.c @@ +26,3 @@ + * @include: gdata/services/documents/gdata-documents-pdf.h + * + * #GDataDocumentsPdf is a subclass of #GDataDocumentsDocument to represent a pdf document from Google Documents. s/pdf/PDF/ @@ +64,3 @@ + * Return value: (transfer full): a new #GDataDocumentsPdf, or %NULL; unref with g_object_unref() + * + * Since: 0.13.1 s/0.13.1/0.13.3/
Attachment 236364 [details] pushed as 0fd7b76 - Add support for PDF files