logo       

Sponsor
FREE Network Mapping Tool for Microsoft® Office Visio® Professional 2007
Don't map your network by hand - let LANsurveyor Exx press for Microsoft Visio Professional 2007 automatically create network diagrams for you!

Re: pdf viewer: msg#00082

freedesktop.xcb

Subject: Re: pdf viewer

You're awesome, Vincent. Big fun. I'll give it a try and
let you know what I figure out.

Bart

In message
<Pine.LNX.4.51.0605102121080.31279-0vZvn99DluiaptV9uvstQH8QSRrlF5xd@xxxxxxxxxxxxxxxx>
you wrote:
> This message is in MIME format. The first part should be readable text,
> while the remaining parts are likely unreadable without MIME-aware tools.
> Send mail to
> mime-oOUblnuQwHKola3qYQ6TW/IULO3mGbRi9nwVQlTi/Pw@xxxxxxxxxxxxxxxx for more
> info.
>
> --851511594-1685113658-1147289455=:31279
> Content-Type: TEXT/PLAIN; charset=US-ASCII
>
>
> Hey,
>
> Jamey told me that an xcb based pdf viewer would be cool. Poppler is a
> (c++) library that parses and render pdf content. Here is xcbpdf :)
>
> I told Jamey that i would not be able to find time to code it within a few
> weeks. Finally, i could not resist. I've very quickly code that minimalist
> pdf viewer. It's not perfect, in particular, the colors. All the ways I
> have tried are quite slow. Right now the speed is correct, but the colors
> are ugly.
>
> If you want to test :
>
> 1) install poppler :
>
> cvs -d
> :pserver:anoncvs-fPHQoQgdw3yvj1b/ULB3Z0B+6BGkLq7r@xxxxxxxxxxxxxxxx:/cvs/poppler
> co poppler
>
> 2) Compile it with that option to configure :
>
> ./configure --enable-xpdf-headers
> make
> make install
>
> 3) Compile xcbpdf :
>
> g++ -g -Wall -o xcbpdf xcbpdf.c `pkg-config --cflags --libs poppler xcb
> xcb-aux xcb-image`
>
> yeah, I know, I have to use g++ :)
>
> Finally, you can use the following keys to naviguate :
>
> esc : exit
> right arrow : page++
> left arrow : page--
> page up : page -= 10
> page down : page += 10
>
> that's all :)
>
> fell free to hack it. Comment are of course welcome :)
>
> Vincent
> --851511594-1685113658-1147289455=:31279
> Content-Type: TEXT/x-csrc; name="xcbpdf.c"
> Content-Transfer-Encoding: BASE64
> Content-ID:
> <Pine.LNX.4.51.0605102130550.31279-0vZvn99DluiaptV9uvstQH8QSRrlF5xd@xxxxxxxxxxxxxxxx>
> Content-Description:
> Content-Disposition: attachment; filename="xcbpdf.c"
>
> Ly8gZysrIC1nIC1XYWxsIC1vIHhjYnBkZiB4Y2JwZGYuYyBgcGtnLWNvbmZp
> ZyAtLWNmbGFncyAtLWxpYnMgcG9wcGxlciB4Y2IgeGNiLWF1eCB4Y2ItaW1h
> Z2VgDQoNCiNpbmNsdWRlIDxzdGRsaWIuaD4NCiNpbmNsdWRlIDxzdGRpby5o
> Pg0KDQojZGVmaW5lIFhfSA0KDQojaWZkZWYgX19jcGx1c3BsdXMNCmV4dGVy
> biAiQyIgew0KI2VuZGlmDQoNCiNpbmNsdWRlIDxYMTEvWENCL3hjYi5oPg0K
> I2luY2x1ZGUgPFgxMS9YQ0IveGNiX2F1eC5oPg0KI2luY2x1ZGUgPFgxMS9Y
> Q0IveGNiX2ltYWdlLmg+DQoNCiNpZmRlZiBfX2NwbHVzcGx1cw0KfQ0KI2Vu
> ZGlmDQoNCiNpbmNsdWRlIDxHbG9iYWxQYXJhbXMuaD4NCiNpbmNsdWRlIDxQ
> REZEb2MuaD4NCiNpbmNsdWRlIDxGb250SW5mby5oPg0KI2luY2x1ZGUgPFBh
> Z2UuaD4NCiNpbmNsdWRlIDxTcGxhc2hPdXRwdXREZXYuaD4NCiNpbmNsdWRl
> IDxzcGxhc2gvU3BsYXNoQml0bWFwLmg+DQoNCg0KLy8gR2xvYmFsIFhDQiB2
> YXJpYWJsZXMNClhDQkNvbm5lY3Rpb24gICAqYzsNClhDQlNDUkVFTiAgICAg
> ICAqc2NyZWVuOw0KWENCRFJBV0FCTEUgICAgICB3aW47DQpYQ0JEUkFXQUJM
> RSAgICAgIHJlY3Q7DQpYQ0JHQ09OVEVYVCAgICAgIGdjOw0KWENCUkVDVEFO
> R0xFICAgICByZWN0X2Nvb3JkOw0KWENCR2VuZXJpY0V2ZW50ICplOw0KWENC
> Q09MT1JNQVAgICAgICBjbWFwOw0KaW50ICAgICAgICAgICAgICBkZXB0aDsN
> CmludCAgICAgICAgICAgICAgd2luX3dpZHRoID0gMTAwOw0KaW50ICAgICAg
> ICAgICAgICB3aW5faGVpZ2h0ID0gMTAwOw0KDQoNCi8vIEdsb2JhbCBwb3Bw
> bGVyIHZhcmFpYmxlcw0KUERGRG9jICAgICAgICAgICpwZGZfZG9jOw0KOjpQ
> YWdlICAgICAgICAgICpwZGZfcGFnZTsNCmludCAgICAgICAgICAgICAgcGFn
> ZSA9IDA7DQpkb3VibGUgICAgICAgICAgIGhzY2FsZSA9IDEuMDsNCmRvdWJs
> ZSAgICAgICAgICAgdnNjYWxlID0gMS4wOw0KDQoNCi8vIFhDQiBmdW5jdGlv
> bnMNCnN0YXRpYyBpbnQNCl94Y2JfaW5pdCAoKQ0Kew0KICBpbnQgc2NyZWVu
> X251bTsNCiAgQ0FSRDMyIG1hc2s7DQogIENBUkQzMiB2YWx1ZXNbM107DQog
> IENBUkQzMiB2YWxnY1syXTsNCg0KICBjID0gWENCQ29ubmVjdCAoMCwgJnNj
> cmVlbl9udW0pOw0KICBpZiAoIWMpDQogICAgcmV0dXJuIDA7DQoNCiAgc2Ny
> ZWVuID0gWENCQXV4R2V0U2NyZWVuIChjLCBzY3JlZW5fbnVtKTsNCiAgZGVw
> dGggPSBYQ0JBdXhHZXREZXB0aCAoYywgc2NyZWVuKTsNCg0KICB3aW4ud2lu





Only community members can participate in forum threads. You must Register or log in to contribute.

<Prev in Thread] Current Thread [Next in Thread>
Sponsor
FREE Network Mapping Tool for Microsoft® OfficeVisio Professional 2007
Don't map your network by hand - let LANsurveyor Express for Microsoft Visio Professional 2007
automatically create network diagrams for you!
Google Custom Search

Free Magazines

Cisco News
Receive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business.
subscribe

Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field.
subscribe

The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business.
subscribe

Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company.
subscribe

Total Telecom Total Telecom is "The Economist of the communications industry".
subscribe

Navigation

Home | sitemap | advertise | OSDir is an inevitable website. super tiny logo