Talk:Mediawiki collection extension installation: Difference between revisions
Jump to navigation
Jump to search
Line 12: | Line 12: | ||
: Replace this text with your reply | : Replace this text with your reply | ||
I installed mediawiki extension collection. But after rendering is finished i could not download the file and got message "'''File does not begin with '%PDF-'.'''". What is the reason or missing something. My site is hosted under unix(linux) shared hosting. | I installed mediawiki extension collection. But after rendering is finished i could not download the file and got message "'''File does not begin with '%PDF-'.'''". What is the reason or missing something. My site is hosted under unix(linux) shared hosting. | ||
====Re: Re: Ubuntu Updates -- [[User:Mdupont|Mdupont]] 18:29, 20 November 2010 (CET) -- [[User:Daniel K. Schneider|Daniel K. Schneider]] 12:23, 30 July 2011 (CEST)==== | ====Re: Re: Ubuntu Updates -- [[User:Mdupont|Mdupont]] 18:29, 20 November 2010 (CET) -- [[User:Daniel K. Schneider|Daniel K. Schneider]] 12:23, 30 July 2011 (CEST)==== |
Revision as of 04:50, 13 August 2011
Ubuntu Updates -- Mdupont 18:29, 20 November 2010 (CET) -- Mdupont 18:29, 20 November 2010 (CET)
For me :
sudo aptitude install ttf-indic-fonts ttf-unfonts ttf-farsiweb ttf-arphic-uming ttf-gfs-artemisia ttf-sil-ezra ttf-thai-arundina linux-libertine
this did not work, needed to do this :
sudo apt-get install ttf-linux-libertine ttf-linux-libertine
Mdupont 18:29, 20 November 2010 (CET)
Re: Ubuntu Updates -- Mdupont 18:29, 20 November 2010 (CET) -- Learner 10:24, 30 July 2011 (CEST)
- Replace this text with your reply
I installed mediawiki extension collection. But after rendering is finished i could not download the file and got message "File does not begin with '%PDF-'.". What is the reason or missing something. My site is hosted under unix(linux) shared hosting.
Re: Re: Ubuntu Updates -- Mdupont 18:29, 20 November 2010 (CET) -- Daniel K. Schneider 12:23, 30 July 2011 (CEST)
Are you sure that you installed mwlib.rl also (the PDF renderer). And if it is installed, does it work, i.e. produce a PDF ? Try it on the command line, e.g.
mw-render --config=http://your.wiki/your_page --writer=rl --output=./test.pdf Title_something