
Lukket
Slået op
Betales ved levering
A) Web app (template designer UI) Use an embedded DOCX editor: ONLYOFFICE Docs (most common for embedding) Flow: Your UI has a page /templates/:id/edit You embed ONLYOFFICE editor in that page (iframe + their JS config) Add a custom button: Insert Placeholder Clicking it inserts something like {{[login to view URL]}} at the cursor B) Backend services You typically have 3 backend parts: File service Store original DOCX + edited template DOCX (S3 / Azure Blob / disk) Template metadata Store “field definitions” in DB: field_key: [login to view URL] label: “Customer Name” type: string/date/number optional formatting rules Document generation service Input: template DOCX + JSON data Output: generated DOCX (and optional PDF) For merging placeholders, a popular approach in Node is docxtemplater (If you’re .NET-heavy, you can also do OpenXML-based merging, but Node tooling is often faster to implement.) Step-by-step implementation Step 1: Upload DOCX User uploads a DOCX file Backend stores it and creates a template_id DB: templates(id, name, original_docx_path, working_docx_path, created_by, created_at) Step 2: Open DOCX in embedded editor Embed ONLYOFFICE Docs editor in your template page. What you need: ONLYOFFICE Document Server running (Docker is common) Your backend provides: a file URL that ONLYOFFICE can load a callback URL that ONLYOFFICE calls when user saves ONLYOFFICE is designed for this “embed and save back” flow via their Docs API. Step 3: Add placeholders in “editable mode” There are two ways: Approach 3A (fastest): insert placeholder as text Insert exactly {{FieldName}} Example: {{[login to view URL]}} Pros: simple Cons: user can accidentally edit/break the tag Approach 3B (more robust): use structured fields (content controls) Some editors allow content controls / protected regions. This is more reliable but more work and depends on editor APIs. For MVP, do 3A. Most products start there. Step 4: Capture what placeholders exist When the user finishes editing: On save, backend receives the updated DOCX Backend scans the DOCX for {{...}} tags and stores the unique keys in DB Now your app can show: “Detected fields: [login to view URL], [login to view URL], [login to view URL]” Let user map these to your system fields Step 5: Generate document with real data When you need to generate: Load template DOCX Prepare a JSON object: { "Customer": { "Name": "John Doe" }, "Loan": { "Amount": 25000, "StartDate": "2026-02-10" } } Run merge → output DOCX (optionally convert to PDF) If using docxtemplater, it’s built for “replace placeholders in docx using data”. Important details you should plan for Placeholder rules: restrict allowed characters (A-Z a-z 0-9 . _) so parsing is reliable. Escaping: avoid {{ in normal text or allow an escape format. Repeating tables: eventually you’ll want lists (e.g., line items). Most templating engines support loops, but that’s a “phase 2”. PDF output: can be done later via LibreOffice headless, ONLYOFFICE conversion, or a paid converter. Frontend: React / Angular / plain HTML Editor: ONLYOFFICE Docs embedded Backend: .NET API (for auth/storage/metadata) Merge service: Node.js microservice using docxtemplater (or do it in .NET with OpenXML if you prefer single-stack)
Projekt-ID: 40221482
75 forslag
Projekt på afstand
Aktiv 20 dage siden
Fastsæt dit budget og din tidsramme
Bliv betalt for dit arbejde
Oprids dit forslag
Det er gratis at skrive sig op og byde på jobs
75 freelancere byder i gennemsnit ₹108.604 INR på dette job

With over 5 years of experience in full-stack web development, I am proficient in the precise technologies needed for your project. I have a deep understanding and hands-on experience with React.js, Angular, and plain HTML – all the frontend technologies required for building the user interface. On the backend front, I am an expert in Node.js which is perfect for your merge service using docxtemplater. I can also work with .NET for those who prefer a single-stack solution. In addition to my technical expertise, my professional experience uniquely aligns with your project needs. Previously, I have developed scalable and high-quality applications that have integrated API's and databases efficiently. Given this background, I understand the essence of maintaining clean code and databases to ensure reliable and robust functionality within projects. Finally, clear communication and punctual delivery have defined my career as a freelancer. Once hired, you can expect daily updates on your project's progress so that you remain aware of developments at all times. Considering my skills, experience, and passion for turning innovative ideas into realities through coding, I firmly believe my candidacy is strong for successfully completing your Document Template Designer Web App project. Let's discuss further how we can make something amazing together!
₹56.250 INR på 7 dage
5,0
5,0

Hello, LIMITED TEMPLATE FLEXIBILITY REDUCES DOCUMENT PRODUCTIVITY Your project needs a document template design tool that lets users build, modify, and reuse templates easily. Without an intuitive designer, creating structured documents becomes slow, error-prone, and frustrating for users. DOCUMENT TEMPLATE DESIGNER WEB APP I will design and develop your web-based document template designer application with a user-friendly interface, drag-and-drop elements, data binding fields, preview functionality, export options (PDF/DOCX), role permissions, and clean backend logic to store and manage templates. EFFICIENT TEMPLATE CREATION AND REUSE You will receive a fully functional web app that allows users to create and edit document templates effortlessly, improving productivity, consistency, and ease of use. I have 16+ years experience in software development and building dynamic web applications. Thanks
₹42.250 INR på 7 dage
4,6
4,6

With a wealth of experience in web development, mobile app development, and expertise in Node.js, I am confident in my ability to effectively undertake the challenges set out in this project. Right from the outset with Step 1, where users upload DOCX files, to the final Step 5 of generating documents with real data - I am well versed and equipped for every step of this process. Using docxtemplater on a Node.js microservice, I can replace placeholders in docx using data efficiently, while adhering strictly to placeholder rules, implementing escaping mechanisms and ensuring consistent parsing. My versatility extends beyond just having the technical skills required for the backend. With proficiency in React and Angular, I am adaptable to whatever front-end framework you prefer. This means that not only would I be able to integrate ONLYOFFICE Docs as requested but also create an interface that is sleek and user friendly- making your MVP approach easier whilst at the same time keeping future iterative approaches like structured fields (content controls) open. In addition to my technical qualifications, I also offer several other benefits including effective cost management and cross-browser compatibility among others. My goal is to provide quality work while creating a sustainable working relationship with my clients. Thank you for considering my proposal and I look forward to helping turn your ideas into reality!
₹56.250 INR på 7 dage
4,4
4,4

As someone with 14 years of experience in web development, I believe I'm the ideal candidate to tackle your project. My proficiency in .NET would lead a reliable and secure backend service for your web app. In addition, my expertise with the ONLYOFFICE Docs API, particularly embedding their editor using iframes and their JS config, means I can design your template page and successfully integrate an Insert Placeholder button that functions optimally. On the front end of things, I'm well-versed in using React, Angular as well as plain HTML, which are all languages you've specified for the project. This versatility guarantees an UI with a superior user experience. Knowing too well how important it is to have customized output options, my experience aligns perfectly with generating both DOCX and PDF files. Lastly, my knowledge in backend processes such as data storage (S3 / Azure Blob / disk) and document generation (Node's docxtemplater or .NET's OpenXML) solidifies me as the best fit for converting your vision into a fully-functional software solution. Partnering with me not only promises an app that meets all requirements but also one that stands out in aesthetics and efficiency.
₹37.500 INR på 7 dage
3,1
3,1

Hi there, You’re absolutely in the RIGHT PLACE. I’ve delivered SIMILAR PROJECTS multiple times and know EXACTLY how to execute this efficiently and correctly from day one. To lock down the SCOPE, TIMELINE, AND PRICING, I’ll need to ask you a few key questions. Unfortunately, Freelancer’s 1500 CHARACTER LIMIT doesn’t allow me to break everything down properly here. Let’s jump on CHAT so I can show you my PROVEN PAST WORK, walk you through the REAL RESULTS I’ve delivered, and outline a CLEAR ACTION PLAN for your project. You’ll immediately see why my approach is DIFFERENT and EFFECTIVE. If you’re serious about getting this done RIGHT, I’m ready to move forward. Looking forward to CONNECTING and WINNING TOGETHER. Cheers, Mayank Sahu
₹37.500 INR på 7 dage
3,1
3,1

Hello! I'm Arshiya, a seasoned Full Stack Developer and Digital Solutions Expert who would be a perfect match for your project. With extensive experience in frontend and backend development, I have worked with various technologies including React, Angular, plain HTML for the frontend; Node.js for APIs and microservices; and .NET for backend functionalities such as authentication, storage, and metadata. This makes me well-equipped to handle all aspects of your Document Template Designer Web App. Additionally, my proficiency in utilizing ONLYOFFICE Docs, especially their embedding functionality, aligns perfectly with your need to use an embedded DOCX editor. Having already embedded ONLYOFFICE Docs in previous projects, I'm quite comfortable with this aspect thereby enabling faster implementation. Furthermore, my understanding of tools like docxtemplater will significantly aid the document generation service you require. Whether it is managing placeholders or producing output documents accurately and efficiently using real-time data imports. Rest assured, I can handle all the important details you’ve planned for PDF output using my experience in headless applications or converting services like ONLYOFFICE or LibreOffice. By hiring me you’ll not only have a reliable developer but also a dedicated self-starter to ensure that the frontend is user-friendly and the Backend functions flawlessly. Thanks, Arshiya
₹40.000 INR på 7 dage
3,3
3,3

As a seasoned full-stack developer with extensive experience in both frontend and backend technologies, I am well-equipped to meet your needs for the Document Template Designer Web App. My solid proficiency in .NET API development and database design will ensure that your project's backend services, including the file service, template metadata, and document generation service, are impeccably implemented. I have a deep understanding of key technologies like Node.js and their applications, evidenced by the successful development of numerous Microservices using tools such as docxtemplater. Moreover, my expertise extends to several programming languages, including Python, C, and C++, which aligns well with the varied technological frameworks required to bring your project to fruition. This proficiency has been honed through my vast and versatile experience in designing complex circuits for various applications, including schematic capture and circuit design, PCB layout and development, FPGA development using Verilog and VHDL. My analytical prowess will ensure the smooth handling of potentially intricate project requirements like formatting rules, placeholder rules, and escaping. I know how important reliable parsing is.
₹56.250 INR på 7 dage
3,0
3,0

Hello Client, Hope you are great!!! I read you job description you are looking for web developer. I have sound of 7 years exp in wordpress, PHP, CI, Laravel, Drupal, Joomla and developed 145+ websites with good design. We are using the MVC model for security of website as well as develop three layer security in website and website is high skilled code follow all standards of development. I have been worked on many domain like ecommerce, Martrimony, Hotel Booking, Social, Healthcare, and Sport etc. I provide new vision for website and am always available for your support(24*6) . I hope you will be give positive response. Thanks
₹37.500 INR på 20 dage
2,5
2,5

Hi Mate , Good morning! I am professional mobile programmer with skills including .NET, Frontend Development, Backend Development, Microservices, Web Development, Database Design, API Development and Node.js. "2026-02-10" Please contact me to discuss more regarding this project. Looking forward to hearing from you soon
₹62.440 INR på 2 dage
3,1
3,1

Hello, I've gone through your JD and am ➤ well-versed in building DOCX-based template designer systems using embedded editors like ONLYOFFICE, with scalable backend services for document generation. ➤ Scope: Template upload & editing UI, ONLYOFFICE embed with custom “Insert Placeholder” action, placeholder detection & metadata storage, and DOCX/PDF generation from JSON data. ➤ Tech Stack: React UI, ONLYOFFICE Docs (Docker), .NET API (auth, storage, metadata), Node.js microservice with Docxtemplater, S3/Azure Blob, REST APIs. AND IF ANY CHANGES IN THE USERS/FEATURES, LET ME KNOW, I'LL DO THAT — SEND ME A MESSAGE SO WE CAN CONTINUE OUR DISCUSSION & I CAN SHOW YOU MY RELEVANT PROJECTS Thanks
₹42.450 INR på 12 dage
2,1
2,1

I can build your full template designer workflow using React with embedded ONLYOFFICE Docs, a .NET backend for storage/auth/metadata, and a Node.js microservice using docxtemplater for document merging. I’ll implement placeholder detection, structured field storage, generation APIs, and optional PDF export. Clean architecture, Docker-ready deployment, and scalable microservice separation included. I’ve handled similar document automation systems and can deliver an MVP quickly with room for phase-2 enhancements like loops and advanced formatting.
₹56.250 INR på 7 dage
2,0
2,0

Hello, I’ve gone through your project details and this is something I can definitely help you with. I have 10+ years of experience in mobile and web app development, working with Flutter, Android, iOS, React, Node.js, and APIs. I focus on clean architecture, scalable code, and clear communication to ensure the project runs smoothly from start to finish. I will first review your requirements, suggest the best technical approach, and then proceed with development while keeping you updated at every stage. Here is my portfolio: https://www.freelancer.in/u/ixorawebmob I’m interested in your project and would love to understand more details to ensure the best approach. Could you clarify the expected number of users or templates you foresee for the initial launch? Let’s discuss over chat! Regards, Arpit Jaiswal
₹62.440 INR på 1 dag
1,7
1,7

Hello! I've been recommended by a Freelancer Recruiter. Nice to meet you. I've just completed a similar document template design project for another client who needed to create a custom template editor with embedded DOCX editing. As a seasoned developer with expertise in Node.js and React, I'm the perfect fit to help you build a robust Document Template Designer Web App that seamlessly integrates ONLYOFFICE Docs editor and provides a user-friendly interface for template creation and editing. To deliver this project, I'll leverage my experience with Node.js microservices, ONLYOFFICE Docs API, and docxtemplater to develop a scalable and efficient backend service that stores template metadata, file services, and document generation. I'll also ensure that the frontend is built with a modern UI framework, providing a smooth user experience for uploading DOCX files, editing templates, and generating documents with real data. One of my recent projects resulted in a 50% reduction in manual template creation time for a client. Multiple 5-star reviews on Node.js projects, including document processing apps and template design tools, speak to my expertise in this area. Happy to hop on a quick call (no obligation) to discuss architecture, timeline, and a clear plan + quote. Chris | Lead Developer | Novatech
₹56.250 INR på 7 dage
2,4
2,4

As a seasoned Full Stack Developer, I've skillfully delivered a wide range of projects similar in complexity to your proposed Web App. My proficiency lies in utilizing React, Angular or plain HTML on the Frontend, which is precisely what your Project requires. I'm very comfortable embedding ONLYOFFICE Docs Maximizer into the Web App as I have done so for numerous projects in the past. Also, having worked on S3/Azure Blob and OpenXML/OpenOffice will make incorporating your file service and template metadata backend more fluidic. In line with your step-by-step implementation outline, my Back-end skills are well-suited for your development needs. With particular reference to Steps 4 and 5, field-mapping and data-merging respectively, I'll ensure that the parsed fields are accurately stored in the database and generate error-free documents every time by replacing placeholders with actual data using docxtemplater. Getting the Frontend and Backend technologies right is vital for the smooth operation of any app; fortunately, my tech stack is tailored-made for this project. A fusion of React/Angular/Vue.js (your choice) on the Frontend with Node.js being used as the Merge Service would form a solid foundation to ensure maximum compatibility between features.
₹45.000 INR på 18 dage
0,4
0,4

Greetings, I understand the importance of clean integration and production-ready delivery for the Document Template Designer Web App project. The solution seamlessly fits behind existing interfaces without disrupting workflows or contracts. Implementation choices prioritize reliability, validation, deployment safety, and maintainability over features. End-to-end testing or verification is confirmed to ensure seamless functionality. Technologies such as ONLYOFFICE Docs, Node.js, and docxtemplater are utilized judiciously to enhance execution. I look forward to discussing further details and collaborating on this project. Best regards, Nikunj
₹70.000 INR på 7 dage
0,0
0,0

Hello, Hope you are doing well. I have experience of 6+ years of in Mobile Applications Development and I have previously made many applications with Interactive Designs and Functionalities. I have reviewed your requirement. I will definitely design & develop a fully responsive & user-friendly application. However, I would like to dig more into your requirements to develop a unique application as per your desires App development:- Olx App Taxi App Dating App. Educational App Multivendor App. Hotel and Restaurant Booking App. Doctors/ hospital management App. Please have a look at my portfolio link : https://www.freelancer.com/u/khushiArt Best Regards Khushbu
₹37.500 INR på 20 dage
0,0
0,0

I will design and implement a web application with a template designer UI, utilizing an embedded ONLYOFFICE Docs editor, allowing users to insert placeholders and generate documents with real data, using a Node.js microservice with docxtemplater for merging, and a .NET API for authentication, storage, and metadata management, adapting to the proposed budget. Waiting for your response in chat! Best Regards.
₹286.096 INR på 3 dage
0,0
0,0

Hello, I can develop the Document Template Designer web application using .NET, including a UI to upload and edit DOCX templates, embed the editor, handle placeholders, and generate final documents with real data. I’ll ensure clean backend API integration, secure storage, and smooth template generation. Regards, Bharti
₹56.250 INR på 7 dage
0,0
0,0

Hi, We would like to grab this opportunity and will work till you get 100% satisfied with our work. We are an expert team which have many years of experience on .NET, Node.js, Web Development, Backend Development, Frontend Development, Database Design, API Development, Microservices Lets connect in chat so that We discuss further. Thank You
₹56.300 INR på 7 dage
0,0
0,0

Hi, I’m Sanket, a full-stack developer with strong experience in document automation systems, microservices architecture, and backend-heavy applications. Your requirement is very clear — this is essentially a template designer + document generation engine using ONLYOFFICE + structured placeholder merging. I’ve worked on similar systems involving document processing, metadata storage, and dynamic file generation. For MVP, we’ll use text-based placeholders (Approach 3A) for speed and simplicity. Proposed Stack Frontend: React Editor: ONLYOFFICE Docs (Docker hosted) Backend: .NET Core API Merge Service: Node.js (docxtemplater) DB: PostgreSQL Storage: AWS S3 / Azure Blob Key Strengths I Bring Experience with file handling systems & storage architecture Clean microservice separation Secure API design Scalable architecture planning (loops, table support, PDF phase 2) Production-ready coding standards Timeline (MVP) 4–6 weeks for full implementation including: Editor integration Placeholder detection Merge service Deployment I’m comfortable handling this end-to-end, including ONLYOFFICE deployment and Docker configuration. Happy to discuss infrastructure details and move forward quickly.
₹38.500 INR på 7 dage
0,0
0,0

eluru, India
Betalingsmetode verificeret
Medlem siden mar. 21, 2015
₹750-1250 INR / time
₹750-1250 INR / time
₹750-1250 INR / time
₹750-1250 INR / time
₹1250-2500 INR / time
₹37500-75000 INR
₹600-1500 INR
₹12500-37500 INR
$10-30 USD
$250-750 USD
$250-750 USD
₹12500-37500 INR
₹12500-37500 INR
£2-5 GBP / time
€250-750 EUR
$250-750 USD
₹600-1500 INR
$1500-2000 USD
₹37500-75000 INR
$250-750 USD
€8-100 EUR
$8-15 USD / time
₹12500-37500 INR
min $50 USD / time
$250-750 USD