Page 1 of 1

How to provide print button/link to a document

PostPosted:Thu Feb 25, 2016 8:44 am
by Jiten@TS
I need to provide a print button/link which can print some specific fields from metadata of a particular document. Is it possible to provide this kind of additional print button/link ?

Thanks in advance ! :)

Re: How to provide print button/link to a document

PostPosted:Fri Feb 26, 2016 5:03 am
by Jiten@TS
Is there any update on this :?:

Re: How to provide print button/link to a document

PostPosted:Tue Mar 01, 2016 9:54 am
by Jiten@TS
Appreciate your efforts for quick answer but my friend what I want is completely different. I want specific document metadata to be printed.

Please refer attachment for my specific requirement for print.
I want to print specific documents metadata on a small piece of paper as shown in attachment.

Re: How to provide print button/link to a document

PostPosted:Thu Mar 03, 2016 7:12 pm
by jllort
In this scenario you should extend the application features, the most quick should be a button for printing pdf as your needs.

If you want I can guide in source code about what you should looking for. But before starting take in mind you should create a pdf ( might be a report with scripting ) based on your metadata ( servlet ).

Re: How to provide print button/link to a document

PostPosted:Mon Mar 07, 2016 12:38 pm
by Jiten@TS
Thanks @jllort :)

Is it possible to achieve print functionality (meta-data printing) using AUTOMATION Script post creating / uploading document to OpenKM?

Re: How to provide print button/link to a document

PostPosted:Wed Mar 09, 2016 6:30 pm
by jllort
Could be done some king of integration between virtual printer or similar. Or more easy, some server script -> export from OpenKM and each time a document goes into that folder send to printer. There are several options, I suggest taking the easiest.

Re: How to provide print button/link to a document

PostPosted:Fri Jun 17, 2016 6:57 am
by creya
are there any sample of how to accomplish this? "virtual printer" or "some server script -> export from OpenKM and each time a document goes into that folder send to printer"?

Re: How to provide print button/link to a document

PostPosted:Sat Jun 18, 2016 7:11 am
by jllort
Coul try for example with it http://www.printerplusplus.com and integrating the OpenKM sdk for .net ( here https://docs.openkm.com/kcenter/ )

Google for "virtual printer .net"
http://stackoverflow.com/questions/2577 ... ter-in-net