You need to sign in to do that
Don't have an account?

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.
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.
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")
https://developers.google.com/cloud-print/docs/devguide
https://developers.google.com/chart/interactive/docs/release_notes