1

I'm using GREG 5.4.0 and want to upload a simple word/text/pdf document as an asset. I tried uncommenting the document asset as described here but the asset doesn't show as an option in the publisher.

How do I upload a simple text document to GREG?

Community
  • 1
  • 1
  • Could you let me know how to reproduce this step by step. – tk_ Apr 28 '17 at 03:55
  • @thusharaK Nothing to reproduce really. I'm in need of instructions on how to upload a text-document to GREG-publisher. I tried removing document asset as described here: https://docs.wso2.com/display/Governance520/Adding+Other+In-built+Assets But there is still no document asset showing in the publisher. How can i upload a text-document in publisher so that it will be visible in the store? – Björn Johanson May 03 '17 at 07:28
  • What kind of a text document is this? is it .txt ? if you want to upload it in the same format you need to create a registry handler and some more. – tk_ May 15 '17 at 02:53
  • I would like to upload a pdf. Ok where do I find info about creating a registry handler and what more do i need to do? Thanks – Björn Johanson May 15 '17 at 08:19

1 Answers1

1

You need to create below stuff,

  1. Create a registry handler.
  2. SOLR indexer for PDF files.
  3. RXT - content type rxt such as WSDL, WADL
  4. Publisher extension.
  5. Store extension.(if needed)
tk_
  • 16,415
  • 8
  • 80
  • 90
  • 1
    Thank you. In fact no registry handler was needed and SOLR indexer for pdfs already existed. So RXT-definition, publisher extension and store extension was sufficient. – Björn Johanson Jun 19 '17 at 14:16