Projects tagged ‘pdfviewer’


[6 total ]

4 Users

Introductionapvlv is a PDF Viewer Under Linux and its behaviour like Vim. Apvlv is a open source software, and was created by Alf. Now, it is still growing. Like Vim, Apvlv makes people reading ... [More] their PDF files just like using Vim. So, Apvlv bindings lots of Vim command and its behaviour is like Vim. For example, < Ctrl-f > to forward page, < Ctrl-b > to previous page, 'k','j','h','l' to scrolling a page up, down, left or right, and so on. And, Apvlv can understand that how many times you want to run the command. The only thing you need to do is typing the number before the command. For example, typing '50' and < Ctrl-f > will go forward 50 pages, typing '30' and < Ctrl-b > will go previous 30 pages. What's more import is apvlv can support view a directory as content of a pdf document. Pressing 'k' or 'j' to move selected up or down, 'h' or 'l' to collapse or expand a dir, and press 't' will open the selected document in a new tab. LicenceThis software is licensed under the GNU General Public License (GPL). RequirementsGTK+ version 2.6.0 or higher ( http://www.gtk.org/ ) Poppler version 0.5.0 with glib bindings ( http://poppler.freedesktop.org/ ) Package DownloadsDebian: Debian user can install by apt-get Archlinux: Arch user can install by pacman. Slackware Linux: http://slackbuilds.org/repository/13.0/office/apvlv/ Windows XP/2000: http://apvlv.googlecode.com/files/apvlv-win32-0.0.7.3-full.rar Bugreport or AdviceAlf < naihe2010@gmail.com > google groups < apvlv@googlegroups.com > [Less]
Created 12 months ago.

2 Users

MENYA is a note writing software. It makes it easy to write notes and export them to common document formats like PDF. You may also load a common document formats as background and then write notes on it.
Created 4 months ago.

0 Users

dare-dare stands for Document Ajax Reader Extension. It's a full javascript online document reader. No flash, no closed sources !!!!
Created 6 days ago.

0 Users

This project is, I believe the first and the only PDF viewer available for the nintendo ds. I'm a bit overwhelmed at the moment, so I haven't had a chance to figure out how to add everything to this ... [More] site; so for now everything is still on the nds pdf blog. .gadget-title { margin-bottom: 2px; } function resizeIframeHandler(opt_height) { var elem = document.getElementById(this.f); if (!elem) return; if (!opt_height) { elem.style.height = undefined; } else { opt_height = Math.max(10, opt_height); elem.style.height = opt_height + 'px'; } } gadgets.rpc.register("resize_iframe", resizeIframeHandler); gadgets.rpc.register('set_title', function(title) { var elem = document.getElementById(this.f + '_title'); if (elem) { elem.innerHTML = gadgets.util.escape(title); } }); [Less]
Created 3 months ago.

0 Users

This project uses Sun's PDF Renderer library to add built-in PDF support inside the NetBeans IDE. With this module,you could read project PDF files in NetBeans IDE directly. You also could get this ... [More] module here : http://plugins.netbeans.org/PluginPortal/faces/PluginDetailPage.jsp?pluginid=11676 Note: the netbeans.org has http referer check, so if you first visit you need visit this url twice. Current VersionVersion 1.1 Future plans and ideas Comparethere're some PDF reader in Netbeans plugin portal, but they all have follow problems: not integrate PDF filetype correctly, because there're built-in PDF module in NetBeans need more than one nbms to install. RequirementJDK >= 1.6 FeaturesCompatible with NetBeans 6.1 & 6.5 PDF FileType integrated, high precedence than built-in PDF module in NetBeans ThumbView/OutlineView Fit Page/Fit Height/Fit Width/Actual Size/ZoomIn/ZoomOut/Full Screen/Hand Tool Keyboard navigation Print function integration with NetBeans One NBM includes all files, not need more nbms How To Builduse NetBeans6.1/6.5 open the project. use command line "ant build" to make package. User GuideUserGuide ScreensOpen PDF,default is fit page mode. Fit Width Mode Full Screen Thumbs View Navigation Outline View Navigation [Less]
Created about 1 year ago.

0 Users

VB.NET project that consists of a PDF Viewer control that can display any PDF file without having any Acrobat programs installed on the client. It can be configured to use GhostScript or XPDF.
Created 3 months ago.