Pogledajte u akciji Zanima vas kako izgleda interfejs i da isprobate glavne funkcionalnosti bez registracije? Uredite DOCX Uredite XLSX Uredite PPTX Uredite PDF Kreiraj obrazac Popunite PDF formular Sarađujete Demo pregled Otvorite DOCXF za uređivanje × <!DOCTYPE html> <html style="height: 100%;"> <head> <title>Otvorite DOCXF za uređivanje</title> </head> <body style="height: 100%; margin: 0;"> <div id="placeholder" style="height: 100%"></div> <script type="text/javascript" src="https://documentserver/web-apps/apps/api/documents/api.js"></script> <script type="text/javascript"> window.docEditor = new DocsAPI.DocEditor("placeholder", { "document": { "fileType": "docx", "key": "E7FAFC9C22A8", "title": "Example Document Title.docx", "url": "https://example.com/url-to-example-document.docx" }, "documentType": "word", "editorConfig": { "callbackUrl": "https://example.com/url-to-callback.ashx", }, "height": "100%", "width": "100%" }); </script> </body> </html> Zatvori Otvorite XLSX za uređivanje × <!DOCTYPE html> <html style="height: 100%;"> <head> <title>Otvorite XLSX za uređivanje</title> </head> <body style="height: 100%; margin: 0;"> <div id="placeholder" style="height: 100%"></div> <script type="text/javascript" src="https://documentserver/web-apps/apps/api/documents/api.js"></script> <script type="text/javascript"> window.docEditor = new DocsAPI.DocEditor("placeholder", { "document": { "fileType": "xlsx", "key": "E7FAFC9C22A8", "title": "Example Spreadsheet Title.xlsx", "url": "https://example.com/url-to-example-spreadsheet.xlsx" }, "documentType": "cell", "editorConfig": { "callbackUrl": "https://example.com/url-to-callback.ashx", }, "height": "100%", "width": "100%" }); </script> </body> </html> Zatvori Otvorite PPTX za uređivanje × <!DOCTYPE html> <html style="height: 100%;"> <head> <title>Otvorite PPTX za uređivanje</title> </head> <body style="height: 100%; margin: 0;"> <div id="placeholder" style="height: 100%"></div> <script type="text/javascript" src="https://documentserver/web-apps/apps/api/documents/api.js"></script> <script type="text/javascript"> window.docEditor = new DocsAPI.DocEditor("placeholder", { "document": { "fileType": "pptx", "key": "E7FAFC9C22A8", "title": "Example Title.pptx", "url": "https://example.com/url-to-example-presentation.pptx" }, "documentType": "slide", "editorConfig": { "callbackUrl": "https://example.com/url-to-callback.ashx", }, "height": "100%", "width": "100%" }); </script> </body> </html> Zatvori Uredite PDF × <!DOCTYPE html> <html style="height: 100%;"> <head> <title>Uredite PDF</title> </head> <body style="height: 100%; margin: 0;"> <div id="placeholder" style="height: 100%"></div> <script type="text/javascript" src="https://documentserver/web-apps/apps/api/documents/api.js"></script> <script type="text/javascript"> window.docEditor = new DocsAPI.DocEditor("placeholder", { "document": { "fileType": "pdf", "key": "9B9F6EFE8937", "title": "Example Document Title.pdf", "url": "https://example.com/url-to-example-document.pdf" }, "documentType": "pdf", "editorConfig": { "mode": "edit" }, "height": "100%", "width": "100%" }); </script> </body> </html> Zatvori Kreiraj obrazac × <!DOCTYPE html> <html style="height: 100%;"> <head> <title>Kreiraj obrazac</title> </head> <body style="height: 100%; margin: 0;"> <div id="placeholder" style="height: 100%"></div> <script type="text/javascript" src="https://documentserver/web-apps/apps/api/documents/api.js"></script> <script type="text/javascript"> window.docEditor = new DocsAPI.DocEditor("placeholder", { "document": { "fileType": "pdf", "key": "E7FAFC9C22A8", "title": "Example Form Template Title.pdf", "url": "https://example.com/url-to-example-document.pdf" }, "documentType": "pdf", "editorConfig": { "callbackUrl": "https://example.com/url-to-callback.ashx", }, "height": "100%", "width": "100%" }); </script> </body> </html> Zatvori Popunite PDF formular × <!DOCTYPE html> <html style="height: 100%;"> <head> <title>Popunite PDF formular</title> </head> <body style="height: 100%; margin: 0;"> <div id="placeholder" style="height: 100%"></div> <script type="text/javascript" src="https://documentserver/web-apps/apps/api/documents/api.js"></script> <script type="text/javascript"> window.docEditor = new DocsAPI.DocEditor("placeholder", { "document": { "fileType": "pdf", "key": "9B5D4A67A9A9", "title": "Example Form Title.pdf", "url": "https://example.com/url-to-example-document.pdf", "permissions": { "edit": false, "fillForms": true } }, "documentType": "pdf", "editorConfig": { "callbackUrl": "https://example.com/url-to-callback.ashx", "mode": "edit" }, "height": "100%", "width": "100%" }); </script> </body> </html> Zatvori Sarađujete × <!DOCTYPE html> <html style="height: 100%;"> <head> <title>Sarađujete</title> </head> <body style="height: 100%; margin: 0;"> <div id="placeholder" style="height: 100%"></div> <script type="text/javascript" src="https://documentserver/web-apps/apps/api/documents/api.js"></script> <script type="text/javascript"> window.docEditor = new DocsAPI.DocEditor("placeholder", { "document": { "fileType": "docx", "key": "B143195F47A0", "title": "Example Document Title.docx", "url": "https://example.com/url-to-example-document.docx" }, "documentType": "word", "editorConfig": { "callbackUrl": "https://example.com/url-to-callback.ashx", "user": { "id": "78e1e841", "name": "John Smith" } }, "height": "100%", "width": "100%" }); </script> </body> </html> <!DOCTYPE html> <html style="height: 100%;"> <head> <title>Sarađujete</title> </head> <body style="height: 100%; margin: 0;"> <div id="placeholder" style="height: 100%"></div> <script type="text/javascript" src="https://documentserver/web-apps/apps/api/documents/api.js"></script> <script type="text/javascript"> window.docEditor = new DocsAPI.DocEditor("placeholder", { "document": { "fileType": "docx", "key": "B143195F47A0", "title": "Example Document Title.docx", "url": "https://example.com/url-to-example-document.docx" }, "documentType": "word", "editorConfig": { "callbackUrl": "https://example.com/url-to-callback.ashx", "user": { "id": "F89d8069ba2b", "name": "Kate Cage" } }, "height": "100%", "width": "100%" }); </script> </body> </html> Zatvori Sarađujete × <!DOCTYPE html> <html style="height: 100%;"> <head> <title>Sarađujete</title> </head> <body style="height: 100%; margin: 0;"> <div id="placeholder" style="height: 100%"></div> <script type="text/javascript" src="https://documentserver/web-apps/apps/api/documents/api.js"></script> <script type="text/javascript"> window.docEditor = new DocsAPI.DocEditor("placeholder", { "document": { "fileType": "docx", "key": "B143195F47A0", "title": "Example Document Title.docx", "url": "https://example.com/url-to-example-document.docx" }, "documentType": "word", "editorConfig": { "callbackUrl": "https://example.com/url-to-callback.ashx", "user": { "id": "F89d8069ba2b", "name": "Kate Cage" } }, "height": "100%", "width": "100%" }); </script> </body> </html> Zatvori Sarađujete × <!DOCTYPE html> <html style="height: 100%;"> <head> <title>Sarađujete</title> </head> <body style="height: 100%; margin: 0;"> <div id="placeholder" style="height: 100%"></div> <script type="text/javascript" src="https://documentserver/web-apps/apps/api/documents/api.js"></script> <script type="text/javascript"> window.docEditor = new DocsAPI.DocEditor("placeholder", { "document": { "fileType": "docx", "key": "B143195F47A0", "title": "Example Document Title.docx", "url": "https://example.com/url-to-example-document.docx" }, "documentType": "word", "editorConfig": { "callbackUrl": "https://example.com/url-to-callback.ashx", "user": { "id": "F89d8069ba2b", "name": "Kate Cage" } }, "height": "100%", "width": "100%" }); </script> </body> </html> Zatvori Počnite i izaberite gde ćete raditi U ONLYOFFICE DocSpace-u Kreirajte sobe u svom sigurnom DocSpace-u, pozovite ljude, pregledajte, uređujte i sarađujte na svim vrstama dokumenata sa bilo kog desktop ili mobilnog uređaja. Počnite sa svojim besplatnim nalogom Na platformi koju koristite Povežite Docs da biste uređivali dokumente direktno iz vaše aplikacije. 40+ spremnih integracija: Box, Moodle, Nextcloud, Odoo, Wordpress, itd. Nabavite Docs sada Na platformi koju gradite Integrišite dokumente u svoju uslugu kako biste svojim klijentima pružili moćne mogućnosti za uređivanje dokumenata i izgradnju pod vašim brendom. Preuzmite sada Sa vašeg računara Uređujte dokumente van mreže pomoću besplatnih kancelarijskih aplikacija za Windows, Linux i macOS. Preuzmite sada Sa vaših mobilnih uređaja Radite na dokumentima u pokretu sa besplatnim aplikacijama za iOS i Android uređaje Instalirajte sada Integrate now Integrišite ONLYOFFICE Docs u platformu koju gradite kako biste svojim klijentima pružili moćne mogućnosti za uređivanje i izgradnju dokumenata pod vašim brendom. PREUZMITE BESPLATNU PROBNU VERZIJU Read API documentation Saznajte više o ONLYOFFICE Docs za programere API Docs Naučite kako da omogućite uređivanje dokumenata i zajedničko pisanje korisnicima vaše web aplikacije, postavite, konfigurišite i integrišite ONLYOFFICE Docs. Istražite API Automation API Postavite sve kontrole unutar interfejsa platforme i manipulišite sadržajem dokumenta spolja. Preuzmite sada Document Builder Koristite JavaScript SDK za generisanje dokumenata, tabela, prezentacija, obrazaca i PDF-ova na praktičan način. Preuzmite sada Imate li pitanja? Biće nam drago da vas konsultujemo i razgovaramo o svim detaljima. Kontaktirajte nas na sales@onlyoffice.com ili zakažite vreme da vas naš tim pozove. Kontaktirajte nas Traži demo