Vedilo in azione! Curioso di sapere come si presenta l'interfaccia e provare le funzionalità principali senza registrazione? Edita DOCX Edita XLSX Edita PPTX Modifica PDF Crea un modulo Riempire modulo PDF Collabora Anteprima Demo Apri DOCX per editing × <!DOCTYPE html> <html style="height: 100%;"> <head> <title>Apri DOCX per editing</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> Chiudi Apri XLSX per editing × <!DOCTYPE html> <html style="height: 100%;"> <head> <title>Apri XLSX per editing</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> Chiudi Apri PPTX per editing × <!DOCTYPE html> <html style="height: 100%;"> <head> <title>Apri PPTX per editing</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> Chiudi Modifica PDF × <!DOCTYPE html> <html style="height: 100%;"> <head> <title>Modifica 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> Chiudi Crea un modulo × <!DOCTYPE html> <html style="height: 100%;"> <head> <title>Crea un modulo</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> Chiudi Riempire modulo PDF × <!DOCTYPE html> <html style="height: 100%;"> <head> <title>Riempire modulo 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": "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> Chiudi Collabora × <!DOCTYPE html> <html style="height: 100%;"> <head> <title>Collabora</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>Collabora</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> Chiudi Collabora × <!DOCTYPE html> <html style="height: 100%;"> <head> <title>Collabora</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> Chiudi Collabora × <!DOCTYPE html> <html style="height: 100%;"> <head> <title>Collabora</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> Chiudi Inizia e scegli dove lavorare In ONLYOFFICE DocSpace Crea stanze all'interno del tuo DocSpace protetto, invita persone, visualizza, modifica e collabora su tutti i tipi di documenti da qualsiasi desktop o dispositivo mobile. Inizia con il tuo account gratuito Nella piattaforma che utilizzi Connect Docs per modificare i documenti direttamente dalla tua app. Oltre 40 integrazioni pronte: Box, Moodle, Nextcloud, Odoo, Wordpress, ecc. Ottieni Docs ora Nella piattaforma che crei Integra Docs nel tuo servizio per fornire potenti funzionalità di creazione e modifica dei documenti ai tuoi clienti sotto il tuo marchio. Scopri di più Dal tuo computer Modifica i documenti offline con le app d'ufficio gratuite per Windows, Linux e macOS Scarica ora Dai tuoi dispositivi mobili Lavora sui documenti ovunque ti trovi con app gratuite per dispositivi iOS e Android Installa ora Comincia ora Integra ONLYOFFICE Docs nella piattaforma che stai costruendo per fornire potenti funzionalità di editing e costruzione di documenti ai tuoi clienti sotto il tuo marchio. OTTIENI UNA PROVA GRATUITA Scopri di più su ONLYOFFICE Docs per sviluppatori API Docs Scopri come portare l'editing e il co-authoring dei documenti agli utenti della tua web app, impostare, configurare e integrare ONLYOFFICE Docs. Scopri l'API API di automazione Aggiungi qualsiasi tipo di controllo all'interno dell'interfaccia della tua piattaforma e gestisci i contenuti dei documenti esternamente. Scopri di più Document Builder Utilizza l'SDK JavaScript per generare testi, tabelle, diapositive, moduli e PDF in modo pragmatico. Scopri di più Hai domande? Saremo felici di consultarti e discutere tutti i dettagli. Contattaci a sales@onlyoffice.com oppure fissa un appuntamento per farti richiamare dal nostro team. Contattaci fissa un appuntamento