Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExtractPDF ¶
ExtractPDF retrieves the PDF version of a Google Slides document from Google Drive. It uses the Drive API to export the file in "application/pdf" format.
Parameters: - ctx: The context for managing the API call lifecycle. - srvDrive: An authenticated instance of the Google Drive service. - ID: The file ID of the Google Slides document to export.
Returns: - A byte slice containing the exported PDF file. - An error if the operation fails.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.