Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

SantoshSai
SantoshSai
Online

Badges

Badges
41

Accepted Solutions

Accepted Solutions
120

Likes Received

Likes Received
689

Posts

Posts
530

Discussions

Discussions
148

Questions

Questions
374

Ideas

Ideas
0

Blog Posts

Blog Posts
1
Top badges earned by SantoshSai
Customize the badges you want to showcase on your profile
Re: How can I access the latest dispatcher download? - Adobe Experience Manager 21-10-2021
Hi @AEMWizard You can download AEM dispatcher from here & refer to installing Dispatcher from this page. Regards,Santoshhttps://www.techinnovia.com/blog/

Views

153

Like

1

Replies

0
Re: Is there a way to view all Asynchronous jobs? - Adobe Experience Manager 20-10-2021
In case anyone else is looking for this, the admin user can see all jobs, but not just anyone in group administrators.

Views

212

Likes

0

Replies

0
Re: JDK of Adobe AEM 5.6.1 - Adobe Experience Manager 20-10-2021
Hi @Yuanhong AEM 5.6 does not support JVM 8.x as per the official document.AEM 5.6.1 is the first version to add support for JVM 8.x starting from SP2. Regards,Santoshhttps://www.techinnovia.com/blog/

Views

252

Like

1

Replies

0
Re: vanity URl not used - Adobe Experience Manager 20-10-2021
@karthick1356  You may setup error pages for such errors. Thanks!

Views

625

Like

1

Replies

0
Re: OSGI Bundles - Adobe Experience Manager 18-10-2021
Hey @Asutosh_Jena_ Thank you! Much appreciated your support, more to come, stay tuned! Regards, Santosh

Views

188

Like

1

Replies

0
Re: How to sync content between 2 author instances? - Adobe Experience Manager 18-10-2021
Hi @Aruna_surukunta_ @shyamasundar-ks Yes, Grabbit really works like charm!https://github.com/TWCable/grabbit Regards,Santosh

Views

345

Like

1

Replies

0
Re: Sling Framework Part - 1 - Adobe Experience Manager 17-10-2021
Hi @SantoshSai It's really a good article. Please share all the blog posts under Discussions section as it's the dedicated section for all the blogs.https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/bd-p/adobe-experience-manager-discussions Thanks!

Views

183

Like

1

Replies

0
Re: Sling Framework Part - 2 - Adobe Experience Manager 16-10-2021
Hi @Kishore_Kumar_  Good to know, make sense!   Regards,Santosh

Views

297

Like

1

Replies

0
Re: can we replace contexthub with something custom ? - Adobe Experience Manager 16-10-2021
Hi @vijithar4145255 Kindly read this blog for more info. https://www.techinnovia.com/sling-framework-part-1/ https://www.techinnovia.com/sling-framework-part-2/ Regards,Santosh

Views

134

Like

1

Replies

0
Re: Programmatic Method For Export PDF to XML - Adobe Experience Manager 16-10-2021
Hi @fmcaruso You May give a try with thispublic class ConvertPDFToXML { static StreamResult streamResult; static TransformerHandler handler; static AttributesImpl atts; public static void main(String[] args) throws IOException { try { Document document = new Document(); document.open(); PdfReader reader = new PdfReader("C:\\hello.pdf"); PdfDictionary page = reader.getPageN(1); PRIndirectReference objectReference = (PRIndirectReference) page .get(PdfName.CONTENTS); PRStream stream = (PRStream) Pd...

Views

169

Like

1

Replies

0