Adobe EDS Migration | Doc authoring pages to Universal Editor page | Community
Skip to main content
New Participant
June 24, 2025
Solved

Adobe EDS Migration | Doc authoring pages to Universal Editor page

  • June 24, 2025
  • 3 replies
  • 520 views

Hello Folks,

 

I have doc based authoring pages, now I need to convert to universal editor pages. 

Do we have any Adobe provided tools or ACS commons tools/features which can automate this process?

 

Please share the insights if anyone has done something around such requirement 

 

Thanks,

Pradeep

Best answer by konstantyn_diachenko

Hi @pradeepdubey82,

 

No, unfortunately, there is currently no official Adobe tool or ACS AEM Commons feature that automatically converts Document-based Authoring pages into Universal Editor-based pages.

 

You are dealing with a transition from:

  • Document-based Authoring (Docs-based pages)
    Pages authored in tools like Google Docs, transformed into HTML via the Franklin pipeline.
  • Universal Editor (UE) Authoring
    AEM-native visual editor interface that maps editable components (UE Blocks) to semantic HTML elements.

This is not a 1:1 migration. The underlying authoring model and content storage approach are different.

 

To automate content migration I guess you need to use custom Node js scripts. 


Check this section also: https://www.aem.live/developer/universal-editor-blocks#blocks-for-aem-authoring-and-document-based-authoring 

3 replies

kautuk_sahni
Employee
July 1, 2025

@pradeepdubey82 

Just checking in — were you able to resolve your issue?
We’d love to hear how things worked out. If the suggestions above helped, marking a response as correct can guide others with similar questions. And if you found another solution, feel free to share it — your insights could really benefit the community. Thanks again for being part of the conversation!

Kautuk Sahni
arunpatidar
New Participant
July 1, 2025

Hi @pradeepdubey82 

You can try importer tool built by Adobe for EDS migration.

https://experienceleague.adobe.com/en/docs/experience-manager-learn/sites/document-authoring/how-to/migration-using-importer 

 

Note : it may not work 100% .

Arun Patidar
konstantyn_diachenko
konstantyn_diachenkoAccepted solution
New Participant
June 25, 2025

Hi @pradeepdubey82,

 

No, unfortunately, there is currently no official Adobe tool or ACS AEM Commons feature that automatically converts Document-based Authoring pages into Universal Editor-based pages.

 

You are dealing with a transition from:

  • Document-based Authoring (Docs-based pages)
    Pages authored in tools like Google Docs, transformed into HTML via the Franklin pipeline.
  • Universal Editor (UE) Authoring
    AEM-native visual editor interface that maps editable components (UE Blocks) to semantic HTML elements.

This is not a 1:1 migration. The underlying authoring model and content storage approach are different.

 

To automate content migration I guess you need to use custom Node js scripts. 


Check this section also: https://www.aem.live/developer/universal-editor-blocks#blocks-for-aem-authoring-and-document-based-authoring 

Kostiantyn DiachenkoCheck out AEM VLT Intellij plugin