Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre > Recipes

Notices

Reply
 
Thread Tools Search this Thread
Old 07-30-2013, 10:35 AM   #1
studentoo
Junior Member
studentoo began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Jul 2013
Device: Kindle PaperWhite
Recipe Request: Ganerate QR Code of article’s URL at the end.

Can somebody help me with creating reciep for Calibre which will be able to generate QR Code of article’s URL at the end?

I’m using Kindle to read many websites and creating QR codes is a functionality of the crofflr (http://www.crofflr.com) service. I find it very useful - when I want to go back to the original website eg comment an article or check something. I just use my Mobile Phone whith QR Code scanner. So I thought it would be great to create such recipe for Calibre.

Unfortunately my knowledge of Python is not enough. I have found few modules to generate QR Codes but my knowledge about programming is too limited to make it work.

Second step of this recipe would be a functionality which will allow to change embed video link in to QR Codes. In my opinion it would be great functionality to read some articles which have also Video links. Right now I have to go back to the original website to watch a video. With such functionality it would be almost instant – it will need to scan a QR Code with the mobile phone and instantly our browser in mobile phone would be redirect.

Can anybody help me whit this recipe?

Last edited by studentoo; 07-30-2013 at 10:52 AM. Reason: Adding "Recipe Request" at the begining of the titlte
studentoo is offline   Reply With Quote
Old 07-30-2013, 12:00 PM   #2
WillAdams
Wizard
WillAdams ought to be getting tired of karma fortunes by now.WillAdams ought to be getting tired of karma fortunes by now.WillAdams ought to be getting tired of karma fortunes by now.WillAdams ought to be getting tired of karma fortunes by now.WillAdams ought to be getting tired of karma fortunes by now.WillAdams ought to be getting tired of karma fortunes by now.WillAdams ought to be getting tired of karma fortunes by now.WillAdams ought to be getting tired of karma fortunes by now.WillAdams ought to be getting tired of karma fortunes by now.WillAdams ought to be getting tired of karma fortunes by now.WillAdams ought to be getting tired of karma fortunes by now.
 
WillAdams's Avatar
 
Posts: 1,234
Karma: 3350652
Join Date: Feb 2008
Device: Amazon Kindle Paperwhite (300ppi), Samsung Galaxy Book 12
Can Calibre access TeX and pstricks?

Here's a basic file which will embed a QR code in a .pdf --- I'm sure someone can adapt it:


\documentclass{standalone}
\usepackage{pst-barcode,xcolor}
\begin{document}
\fboxsep=0pt
\colorbox{white}{%
\begin{pspicture}(-0.1in,-0.1in) (0.9in,0.9in)
\psbarcode{http://www.frycomm.com/}{}{qrcode}
\end{pspicture}}
\end{document}
WillAdams is offline   Reply With Quote
Old 07-31-2013, 10:02 AM   #3
studentoo
Junior Member
studentoo began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Jul 2013
Device: Kindle PaperWhite
Thank you WillAdams for your replay - unfortunately I don't know if Calibre can access TeX and pstricks.....

Can somebody help me with writing such recipe?
studentoo is offline   Reply With Quote
Old 02-25-2017, 07:05 AM   #4
markoz
Junior Member
markoz began at the beginning.
 
Posts: 6
Karma: 10
Join Date: Dec 2010
Device: none
Quote:
Originally Posted by studentoo View Post
Thank you WillAdams for your replay - unfortunately I don't know if Calibre can access TeX and pstricks.....

Can somebody help me with writing such recipe?
Hi,

Have you came to a solution?

I need a QR code at my Pocket articles as well. I have no programming skills unfortunately.
markoz is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Get article URL in postprocess_html rmflight Recipes 5 11-29-2012 11:37 AM
Menu at the end of an article ReneMuc Conversion 2 05-11-2012 06:11 AM
How get full article when good looking page do not have print version and same url? newnick Recipes 2 07-08-2011 03:58 AM
Trying to strip the date from an article URL Finbar127 Recipes 1 02-17-2011 03:02 PM
How do I add things to the end of the URL pheter Recipes 0 01-02-2011 03:01 PM


All times are GMT -4. The time now is 02:30 AM.


MobileRead.com is a privately owned, operated and funded community.