cancel
Showing results for 
Search instead for 
Did you mean: 

How to skip pdf converter but previw pdf directly on the screen on share

barrykfl
Champ in-the-making
Champ in-the-making
Hi;

I want to create a pdf form on prview screen and allow user to preview and edit directly is it possiblt to skip conversion but directly display on screen,

So i can compoarate with work flow ? ..also if i want to insert a signature pic on the pdf ..
(combine with work flow)
where should i start  to develop ?

thks
barry
2 REPLIES 2

loftux
Star Contributor
Star Contributor
Have a look at https://github.com/share-extras/media-viewers.
You can use the PdfJS viewer to view any kind of document that is a pdf or can be transformed to pdf.
You also have the option to use the "Embed" viewer if you prefer to use a plugin viewer like Adobe to view the pdf. Some more here http://loftux.com/2012/11/30/media-viewers-extending-alfresco-viewer-capability/

For PDF Stamping, have a look at https://code.google.com/p/alfresco-pdf-toolkit/

christopheradam
Champ in-the-making
Champ in-the-making
Pdf converting tool and <a href="http://www.rasteredge.com/how-to/vb-net-imaging/pdf-document-viewer-create/">pdf document viewer</a> are two different standalone applications, we can create and use the pdf document viewer without pdf conversion function. Check the relevant post to get detailed guides on how to create pdf document viewer.