Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>Not quite sure that I understand the use case here, but I think what you are wanting to do it to generate a series of PDFs that have been personalized with info like name and address to then mail out as shared web accessible documents on Google Docs.</p> <p>If that is right, then yes I think you should be able to do that.</p> <p>Step 1) Create the template in Google Docs.</p> <p>Step 2) Copy the document using the API here: <a href="http://code.google.com/apis/documents/docs/3.0/developers_guide_protocol.html#copying_documents" rel="nofollow noreferrer">http://code.google.com/apis/documents/docs/3.0/developers_guide_protocol.html#copying_documents</a></p> <p>Step 3) Edit the new document with the personalized info using the API here: <a href="http://code.google.com/apis/documents/docs/3.0/developers_guide_protocol.html#updatingchanging_documents_and_files" rel="nofollow noreferrer">http://code.google.com/apis/documents/docs/3.0/developers_guide_protocol.html#updatingchanging_documents_and_files</a></p> <p>Step 4) Share the new document with the appropriate person using the API here: <a href="http://code.google.com/apis/documents/docs/3.0/developers_guide_protocol.html#managing_sharing_permissions_of_resources_via_access_control_lists_acls" rel="nofollow noreferrer">http://code.google.com/apis/documents/docs/3.0/developers_guide_protocol.html#managing_sharing_permissions_of_resources_via_access_control_lists_acls</a></p> <p>If you are specifically wanting the customized PDF the API for exporting is here (but I don't think you can share it as a PDF, though you can share it as a read-only document): <a href="http://code.google.com/apis/documents/docs/3.0/developers_guide_protocol.html#downloading_documents_and_files" rel="nofollow noreferrer">http://code.google.com/apis/documents/docs/3.0/developers_guide_protocol.html#downloading_documents_and_files</a></p> <p>Hope that helps.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload