4

We have a system that generates documents using the Google API, we would like the page set-up to default to A4 for all documents we generate. We have set the default as A$ in the Google Doc settings but this doesn't carry through for files created using the API.

Is there something we need to set in the API call to generate the doc?

Thanks in advance, David

4

1 に答える 1

0

ドキュメントを生成するために API 呼び出しで設定する必要があるものはありますか?

残念ながら、このオプションは、ファイルの作成時またはファイルの更新時に、API 経由でサポートされていないようです。Google Docs/Drive は、ページ設定をファイルごとの設定ではなく、アプリケーションの設定として扱います。

ファイルに関して指定できるメタデータの完全なリストは次のとおりです: https://developers.google.com/drive/v2/reference/files

于 2013-04-08T13:18:45.550 に答える