On Wed, 2010-03-31 at 15:39 +0100, Ashish Kumar wrote: > Hi, Hi,
> I compiled moblin-sdk-example/apps/pdfviewer from > git clone git://git.moblin.org/moblin-sdk-examples > > Compilation is successful but when I run pdfviewer with a pdf file as > input. I get an error. > Please find log and let me know what be the issue. > ** (pdfviewer:32264): DEBUG: PDF URI was ./Interrupt.pdf > > ** ERROR **: Error opening PDF: The URI './Interrupt.pdf' is not an > absolute URI using the "file" scheme The error messages even tell you what is wrong: you need to give an URI[1] to the file you want to load. file:///absolute/path/to/Interrupt.pdf HTH, -- Damien [1] http://en.wikipedia.org/wiki/Uniform_Resource_Identifier -- To unsubscribe send a mail to [email protected]
