Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Alfresco One 5.x Developer???s Guide - Second Edition

You're reading from  Alfresco One 5.x Developer???s Guide - Second Edition

Product type Book
Published in Feb 2017
Publisher Packt
ISBN-13 9781787128163
Pages 528 pages
Edition 2nd Edition
Languages
Concepts
Authors (2):
Benjamin Chevallereau Benjamin Chevallereau
Profile icon Benjamin Chevallereau
Jeff Potts Jeff Potts
Profile icon Jeff Potts
View More author details

Table of Contents (17) Chapters

Alfresco One 5.x Developer’s Guide - Second Edition
Credits
About the Authors
About the Reviewer
www.PacktPub.com
Customer Feedback
Preface
1. The Alfresco Platform 2. Getting Started with Alfresco 3. Working with Content Models 4. Handling Content Automatically with Actions, Behaviors, Transformers, and Extractors 5. Customizing Alfresco Share 6. Creating an Angular Application 7. Exposing Content through a RESTful API with Web Scripts 8. Advanced Workflow 9. Amazing Extensions 10. Security

Transforming content from one format to another


A content transformer is used to transform content from one format to another. Content transformers are implemented as a Java class configured as a Spring bean. Alfresco finds the appropriate transformer based on source and target MIME type. There are two important use cases for transformers. The first is when an end user triggers a transformation, usually through an action. The most well-known out of the box example is converting Microsoft Office documents to PDF. Other out of the box transformers include:

  • HTML-to-text

  • Microsoft Excel-to-CSV

  • Microsoft Word-to-text

  • PDF-to-text

  • Images-to-Images

See the Appendix for further details on the out of the box transformers.

The second key transformer use case involves the Solr full-text search engine. Solr indexes content when it is added to the repository. But the Alfresco Tracker code embedded in Solr only understands plain text. The Solr process sends queries every 15 seconds by default to Alfresco to get...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}