Office Integrator
How to enable cookies in my browser?
You can enable cookies to improve the quality of your Internet experience. Follow the below steps to enable cookies. Mozilla Firefox Open your Firefox browser. Click More(☰) > Preferences. Select Privacy & Security from the left panel of options. ...
How to avoid third-party cookies error in Office Integrator?
It is possible for the Office Integrator users to prevent the cookies error. As the editors our integrated inside iframe of the web application, this issue can be avoided by configuring the CNAME mapping feature which is available in Office ...
How to get the cURL or PHP cURL codes from Postman to implement them through PHP?
Once the Postman Collection setup is completed, please follow the below steps to know how to get the Curl or PHP Curl codes. 1. Select the API for which you require the code in the left corner and click on 'Code' in the right corner. 2. 'Generate ...
Is On-premise solutions available?
We do not provide on-premise solutions for Zoho Office Integration. Office Integrator has the advantages when compared to On-Premise solutions. Pay as you use, with none of the maintenance and upkeep costs, and the price adjusts up or down depending ...
Is it possible to implement the integration in our own premises without internet?
We would like to inform you that it is not possible to perform editor functions without internet connection using Office Integrator. Because, the editor URL provided by us which is embedded in your application iframe can be accessed only via ...
Supported File Formats
The following file formats are supported by various Zoho Services. Zoho Writer doc - Microsoft Word Document docx - Microsoft Word Document 2010+ rtf - Rich Text Format odt - OpenDocument Text htm - Hyper Text Markup html - Hyper Text Markup ...
Is the document not getting loaded in Internet Explorer 11?
Please note that the document might not get loaded in Internet Explorer 11 when the compatibility settings is enabled. In this instance, we request you to follow the below steps and disable it. 1. In Internet Explorer browser, click on the ...
Maximum Column Limit in Zoho Sheet
As of now, we support upto 256 column in spreadsheet. When you try to open it in our editor via API you will get this error: RESULT=FALSE ERROR_CODE=-6 WARNING=CONVERSION_FAILURE_NO_OF_COLUMNS_EXCEEDED
Can we integrate Office Integrator using Zoho One account?
We would like to inform you that Zoho Office Integrator is a 'usage-based' product and it is not included in Zoho One. Please note that Zoho One consists of only 'user-based' products; hence, it is not possible to integrate or use Office Integrator ...
What are the size limits for import?
Supported file and max size in Zoho Drive Document Mode Limit Notes Word View/Edit 10MB Excel View/Edit 10MB PowerPoint View/Edit 100MB
Where are Zoho servers located?
To know where the Zoho Datacenters are located, please refer to this link.
Why Office Integrator API's are not supported in X-frame or Client side?
As Zoho Office Integrator subscription is completely based upon the API call usage. The APIKey generated will get exposed to others while integrating the API's in the Client. Hence, we have restricted the access in the Client side. Earlier, we were ...
Is mobile editing or viewing of documents available?
Editing or viewing the Office Integrator files using our Mobile Apps is in our roadmap. Timeline : Roadmap
Is Digital signature provision available for Zoho Office Editors?
No. Digital Signature using Zoho Sign is yet to be integrated and it is under our roadmap. Timeline: RoadMap
Need to share the Document with Read-Fill Permission
We are working on making the documents fillable; but, not editable while sharing them in read-fill mode. It will be made available very soon. Timeline : Roadmap
Need more file formats for Viewing
In cases like mail attachment viewer, there is a need for viewing a lot more attachment formats other than office files. Office integrator will be providing support for 160+ file formats for viewing that includes video, PDF, audio file, or photo and ...
How to purchase more that 50,000 API calls?
1. Go to your Office Integrator dashboard and click on Upgrade/Change Plan. 2. In the next page, click on the drop down box option of 50,000 API calls. 3. You will be displayed with API call limits more than 50,000. 4. Choose the limit according to ...
What is an API call? How is my API Usage measured in terms of API calls?
A document opened in Zoho Office editor (e.g., Writer) equals "1 API call". The API usage is measured on the number of "open document" requests sent to Zoho Office Integrator. We update the API call counter by 1 with every new "open document" ...
What is Office Integrator subscription model? Is there a one-time fee applicable?
The Office Integrator is a "usage-based" subscription model and is renewed monthly or yearly depending on the subscription type. There is no one-time fee. We offer 2-months discount to yearly subscribers.
Can I try Office Integrator before upgrading to a paid subscription?
Yes, you can. We offer a Free plan with limited API calls to business integrating Office Integrator solution in their web application. You are permitted a total of 50 API calls/month under the Free plan.
How do I subscribe to one of Office Integrator paid plans?
You can upgrade from the Free plan and subscribe to one of Office Integrator paid plans in 5 easy steps: Step 1: Login to Office Integrator account and click "Upgrade Plan" from the dashboard. Step 2: Select a plan type - Commercial or Non-Commercial ...
Can I upgrade, downgrade or cancel my Office Integrator subscription at anytime?
Absolutely. Zoho Office Integrator is a month-to-month, pay-as-you-go, usage-based subscription. You can upgrade, downgrade or cancel at any time.
What if I exceed my Office Integrator API usage? Will I get any usage notifications?
Yes, you will receive automatic email alerts from Office Integrator Team when you exceed 75% & 90% of API Usage of your current subscription plan for any particular month. The notification or alert will be sent to the email address associated with ...
Can I change my Office Integrator subscription plan or buy additional API calls at anytime?
Of course, you can! Login to your Office Integrator account, click "Change Plan" button from the dashboard and follow the steps in the Subscription page to switch to a new plan. There is also an option to buy additional API calls ...
I wish to upgrade to a paid plan. What are my payment options?
We accept payment via Visa, MasterCard, American Express and PayPal. We also accept payment via bank transfer or check transfer for yearly subscriptions. For more details, please contact: sales@zohoofficeapi.com
Do all users need to have a Zoho account for accessing my Office Integrator solution?
Not necessary! Office Integrator solution does not require each user to have a Zoho account. As all API requests are authenticated through a unique API key associated with a single Zoho account - the Office Editors embedded into your web application ...
Are Conversion and Compare APIs counted as API calls?
Yes, they are! A single API request to convert a document from one format (say docx) to another (say html) is counted as 1 API call. Similarly, an API request to compare two documents in Zoho Writer is counted as 1 API call too.
How to change the credit card details and view the transaction information?
If you would like to change the credit card details for your online subscription, please use this link. To view the invoice or transaction information, please refer this link. Note: Only the super admin of your account can access the above links.
What is the difference between Commercial and Non-Commercial subscription plan?
Commercial: For business who sell their Office Integrator-based solution to users for a "fee". Non-Commercial: For business and non-profits who offer their Office Integrator-based solution to users for "free". Business can choose from either of the ...
How do I create a new document in Zoho Writer? Any sample codes?
To create a new document from scratch, you need to make use of Zoho Writer's Create Document API. HTML Sample Code: <form method="POST" action="https://writer.zoho.com/writer/officeapi/v1/document" enctype="multipart/form-data" target="_self" ...
How do I create a new spreadsheet in Zoho Sheet? Any sample codes?
To create a new spreadsheet, please leave the "content" or "url" parameter in the Edit API request as blank. Zoho Sheet will create a new spreadsheet by default if no content is provided in the Edit request. HTML Sample Code: <form method="POST" ...
How do I create a new presentation in Zoho Show? Any sample codes?
To create a new presentation, please leave the "document" or "url" parameter in the Edit API request as blank. Zoho Show will create a new presentation by default if no content is provided in the Edit request. HTML Sample Code: <form method="POST" ...
How do I save documents locally using "save_url" method? Any sample codes available?
A "save_url" is a publicly accessible Web hook or a Web URL to which Zoho will push the updated document content from its Office editors (Writer, Sheet, Show) to your storage server. In order to make use of "save_url" method and save document ...
How do I preview a document in Zoho Writer? Any sample codes?
To preview a document or open it in read-only mode, you need to make use of Zoho Writer's Preview Document API. HTML Sample Code: <form method="POST" action="https://writer.zoho.com/writer/officeapi/v1/document/preview" enctype="multipart/form-data" ...
How do I edit documents in Zoho Writer? Any sample codes?
To edit an existing document from your web application, you need to make use of Zoho Writer's Edit Document API. HTML Sample Code: <form method="POST" action=" https://writer.zoho.com/writer/officeapi/v1/document" enctype="multipart/form-data" ...
How do I convert a document from one format to another? Any sample codes?
To convert a document from one format (say .docx) to another (say .html, .pdf, etc.), you need to make use of Zoho Writer's Conversion API. HTML Sample Code: <form method="POST" action="https://writer.zoho.com/writer/officeapi/v1/document/convert" ...
How do I compare two documents in Zoho Writer? Any sample codes?
To compare two versions of a document, you need to make use of Zoho Writer's Comparison API. HTML Sample Code: <form method="POST" action="https://writer.zoho.com/writer/officeapi/v1/document/compare" enctype="multipart/form-data" ...
How do I preview a presentation in Zoho Show? Any sample codes?
To preview a presentation or open it in read-only mode, you need to make use of Zoho Show's Preview Presentation API. HTML Sample Code: <form method="POST" action="https://show.zoho.com/show/officeapi/v1/presentation/preview" ...
How do I edit presentation in Zoho Show? Any sample codes?
To edit an existing presentation from your web application, you need to make use of Zoho Show's Edit Presentation API. HTML Sample Code: <form method="POST" action="https://show.zoho.com/show/officeapi/v1/presentation" enctype="multipart/form-data" ...
How do I convert a presentation from one format to another? Any sample codes?
To convert a presentation from one format (say .pptx) to another (say .ppsx, .odp, .pdf), you need to make use of Zoho Show's Conversion API. HTML Sample Code: <form method="POST" action="https://show.zoho.com/show/officeapi/v1/presentation/convert" ...
Next page