function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
RajkamalRajkamal 

Google API chart printing (solution need urgently)

Hellow All,

i have created vf page that will show my organization hierarchy usning org chart that  generating via google API  in horizontal way(more then 2000px), to print the

chart i used  window.print() method but when printing the chart we'll get only portion of top left side chart in all the browsers. window.print() method not supporting

google API chart printing so we tried some following alternate but no success.

- apex:iframe

- render As PDF

- render As MS word

- jquery plugins

- Lancape printing

​-​ on click we rotate the chart in to vertical format.

If any solution there to slove this problem plz let me know.

Thanks in Advance.
Gaurav NirwalGaurav Nirwal
Registration is accomplished in 3 general steps:

Printer (or connector software) makes an unauthenticated register call with semantic information about the printer and receives a registration token. This must be initiated by a user action (either by manual interaction or by the Privet Local Discovery protocol).
User claims the printer by providing the registration token in an authenticated request to a specified URL.
Printer makes an unauthenticated request to finalize the registration process and receives credentials for subsequent GCP communication. These credentials do not belong to the user account but belong instead to a special service account (commonly referred to as a "robot account")
Gaurav NirwalGaurav Nirwal
for futher details you can prefer this link 

https://developers.google.com/cloud-print/docs/devguide
Gaurav NirwalGaurav Nirwal
For the chart purpose to create a chart use this link 

https://developers.google.com/chart/interactive/docs/release_notes