Use and download in PDF format of Zoho wirter Merge template using deluge

Use and download in PDF format of Zoho wirter Merge template using deluge

Hello Zoho Developers.

Here is some information about Zoho Writer.

Writer is not just another online word processor, it's a powerful tool for editing, collaboration, and publishing. 
Even with its wide range of features, Writer's pared-down user interface makes it easy to focus on the work at hand.


Creating and Managing

Start from scratch by creating a new blank document. 
You can type right away and not worry about saving your document.
All the documents created are automatically saved with instant access across devices. 
You can also create a new document from the available templates or import an existing document from your desktop and start editing it.


By integrating these steps, you can efficiently create and manage dynamic merge templates in Zoho Writer, ensuring that your documents are populated with the most current and relevant data from your records or database sources.

1. Create a merge template in Zoho Writer.
2. Insert merge fields into the merge template.
3. Write code in your application where your records are stored (e.g., CRM, Creator, etc.).
4. Retrieve the document ID (your merge template ID) from Zoho Writer.
5. Utilize the Zoho Writer API to retrieve the merge fields from the merge template.

GetFields = invokeurl
[
url :"https://writer.zoho.com/api/v1/documents/" + Documentid + "/fields"
type :GET
connection:"zohowriter"
];
info GetFields;

6. Use the API field names to map the fields with your record fields.
7. Create the document using the Zoho Writer Create API.

CreateDocument = invokeurl
[
type :POST
parameters:param
connection:"zohowriter"
];
  info CreateDocument;

8. Before that, declare the parameters in a map.

param = Map();
param.put("merge_data",{"data":finalmap});
param.put("output_format","docx");
param.put("response_type","link");
param.put("test_mode",true);

8(a). `finalmap`: This map contains all the values to be used in the document.

8(b). `output_format`: This parameter describes the format of the sheet in which it will be downloaded.

8(c). `test_mode`: When you set the test mode to true, Zoho Writer credits will not be consumed. If you omit this parameter or set it to false (default), credits will be consumed normally.


      Zoho Developer Community









                                Zoho Desk Resources

                                • Desk Community Learning Series


                                • Digest


                                • Functions


                                • Meetups


                                • Kbase


                                • Resources


                                • Glossary


                                • Desk Marketplace


                                • MVP Corner


                                • Word of the Day



                                    Zoho Marketing Automation
                                            • Sticky Posts

                                            • 8 Neat Tricks in Writer You Should Know About

                                              Want to get the most out of Writer and speed up your work? You've come to the right place. We've compiled some productive shortcuts in Writer that can help you get work done more quickly: 1. Look up synonyms   No more need for a bulky thesaurus! Use Writer's synonym suggestions to explore different word choices, and find the one that fits your style and tone the best. All you have to do is right-click on a word, and select Synonyms from the dropdown list.  2. Insert images, tables and more   Typing
                                            • Tip #26: Filter your records before merging a document

                                              Tom is an HR executive who has to send onboarding emails every month to newly joined employees. He has a master spreadsheet with all the employee details, and new employees are added to them as they join. It's the month of March and Tom has to send onboarding emails to employees who've joined this month. But, how is Tom going to go through a big spreadsheet with multiple new and past information, and send onboarding emails to the set of newly joined employees?     Simple, by filtering and merging
                                            • Tip: #11 Collaboratively fill documents with your colleagues and clients

                                              Last week we talked about how Fillable Fields can help you create contracts and proposal templates you can repurpose across your processes. This week, we'll talk in detail about how to collaboratively fill those templates with your clients and team.    Say you've entered into a contract with multiple clients but the final contract amount is still under negotiation. Using fillable fields, partners can quote their contract fee directly in the template document without affecting other areas of the document. You
                                            • Tip #07: Five best defaults in Writer you can change to complement the way you work

                                              Find yourself adjusting settings to the way you like every time you create a new document? Try tweaking the default settings instead.  From font styles to auto correct options and more, here are the five best defaults settings you can control.   1. Default font style   Use your favorite typography across all your documents. You can customize a font style by adding a color, adjusting its size and more, and then set it as default.    To do this, go to More Options > Format > Font. Choose a font style
                                            • Tip #06: Make the best use of Zia in Writer

                                              About to share your work with your team? Looking to get a second opinion quickly before that? Let Zia do it.    Zia, Zoho's AI-powered intelligent assistant is now part of Writer. She's trained to check and polish your work. She doesn't just read, she understands. So apart from grammar and spelling checks, she'll let you know when you've used a wrong adjective, or have missed out words based on the context of your piece.   Every time you write, Zia makes a scorecard after carefully assessing your


                                            Manage your brands on social media



                                                  Zoho TeamInbox Resources

                                                    Zoho DataPrep Resources



                                                      Zoho CRM Plus Resources

                                                        Zoho Books Resources


                                                          Zoho Subscriptions Resources

                                                            Zoho Projects Resources


                                                              Zoho Sprints Resources


                                                                Qntrl Resources


                                                                  Zoho Creator Resources


                                                                    Zoho WorkDrive Resources



                                                                      Zoho Campaigns Resources


                                                                        Zoho CRM Resources

                                                                        • CRM Community Learning Series

                                                                          CRM Community Learning Series


                                                                        • Tips

                                                                          Tips

                                                                        • Functions

                                                                          Functions

                                                                        • Meetups

                                                                          Meetups

                                                                        • Kbase

                                                                          Kbase

                                                                        • Resources

                                                                          Resources

                                                                        • Digest

                                                                          Digest

                                                                        • CRM Marketplace

                                                                          CRM Marketplace

                                                                        • MVP Corner

                                                                          MVP Corner





                                                                            Design. Discuss. Deliver.

                                                                            Create visually engaging stories with Zoho Show.

                                                                            Get Started Now