- Timestamp:
- Aug 6, 2016, 6:18:14 AM (5 years ago)
- Location:
- trunk/Lucide
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Lucide/changelog
r520 r526 1 1 1.3.6: 2 - built against poppler 0.42.0 2 3 - updated build conf for GCC 4.9.2 / kBuild 0.1.9998 r2803 4 - added substitute font names to font dialog (ticket #280) 5 - fixed Save as text in menu and added accelerator (Ctrl-A) (ticket #275) 6 - added exceptq support (ticket #272) 3 7 - use poppler as system wide installed shared library (ticket #266) 8 - fixed missing mnemonics in print dialog (ticket #264) 9 - added hotkey (F9) to open/close navigation pane (ticket #212) 10 - added option to print in reverse page order (ticket #120) 11 - fixed inability to open AES-256-encrypted PDfs (ticket #91) 12 4 13 5 14 1.3.5: -
trunk/Lucide/readme
r520 r526 11 11 Supported file type Supported features 12 12 -------------------------------------------------------------------------- 13 PDF Scaling, Rotation, Navigation, Text14 selection, Searching, Asynchronous rendering,15 PostScript printing13 PDF scaling, rotation, navigation, text 14 selection, searching, asynchronous rendering, 15 form fill-in, PostScript printing 16 16 17 17 DJVU Scaling, PostScript printing … … 20 20 -------------------------------------------------------------------------- 21 21 22 :: Comparison to qPDFView :: 23 24 Both Lucide and qPDFView uutilize the poppler library for rendering PDFs. 25 Internal differences between the two program result in some rendering more 26 quickly in one program vs the other. Overall, we feel that Lucide has a more 27 OS/2-like - or native - feel to its interface, and is better suited to the 28 operating system. The choice is left entirely to the user as to which is 29 better suited to his needs. 30 22 31 23 32 :: Requirements :: 24 33 25 Lucide requires the following: 34 To install all prerequisites in one go from Arca Noae Package Manager, simply 35 copy and paste the following string into the Quick install dialog: 26 36 27 - libc 0.6.5: 28 - ftp://ftp.netlabs.org/pub/gcc/libc-0.6.5-csd5.zip (zip format) 29 or ftp://ftp.netlabs.org/pub/gcc/libc-0_6_5-csd5.wpi (WarpIn format) 30 - gcc446.dll: 31 - ftp://ftp.netlabs.org/pub/gcc/gcc4core-1_2_1.wpi (WarpIn format) 32 - poppler library needs to be installed to view PDFs: 33 - "yum install poppler", can be installed from netlabs.org repository 37 libc libgcc1 libgcc-fwd poppler poppler-data uclip 38 39 40 Specifically, Lucide requires the following: 41 42 - libc 0.6.6: 43 - ftp://ftp.netlabs.org/pub/gcc/libc-0.6.6-csd6.zip (zip format) 44 or ftp://ftp.netlabs.org/pub/gcc/libc-0_6_6-csd6.wpi (WarpIn format) 45 or "yum install libc" (from the netlabs-rel repository) 46 - gcc492.dll: 47 - ftp://ftp.netlabs.org/pub/gcc/gcc4core-1_3_1.wpi (WarpIn format) 48 or "yum install libgcc1 libgcc-fwd" (from the netlabs-rel repository) 49 - poppler 0.42.0 library needs to be installed to view PDFs: 50 - "yum install poppler", can be installed from netlabs-rel repository 34 51 35 52 36 53 Optional: to place unicode text to the clipboard in OpenOffice.org-compatible 37 54 format you need to install UClip package (enhanced OS/2 clipboard support, 38 installed by default in eComStation 2.0 RC1 and up): 55 installed by default in eComStation 2.0 RC1 and up, as well as ArcaOS Blue 56 Lion): 39 57 40 58 - http://hobbes.nmsu.edu/cgi-bin/h-search?key=UClip 59 or "yum install uclip" (from the netlabs-rel repository) 41 60 42 Optional: to have japanese fonts working you need poppler-data pack.61 Optional: to have Japanese fonts working you need the poppler-data package. 43 62 44 - extract the 4 directories from the package found on http://poppler.freedesktop.org 45 to your %unixroot%/usr/local/share/poppler or to the dir where lucide.exe is installed 46 - take care that the "Times New Roman WT J" font is installed. This font is used 47 as a fallback 48 49 PostScript printing requires PostScript-capable printer (pscript.drv). 63 - "yum install poppler-data" (from the netlabs-rel repository) 64 65 66 PostScript printing requires PostScript-capable printer (pscript.drv or 67 psprint.drv). 50 68 51 69 52 70 To see a full list of features and enhancements consult the Lucide TRAC at: 53 71 54 http ://svn.netlabs.org/lucide/72 https://trac.netlabs.org/lucide/ 55 73 56 74 If you encounter any bugs register them in the TRAC as well, see: 57 75 58 http ://svn.netlabs.org/lucide/newticket76 https://trac.netlabs.org/lucide/newticket 59 77 60 78 Please make sure you select the correct version and component for your ticket. … … 63 81 :: Known problems/limitations :: 64 82 65 General: even/odd printing unavailable for postscript printing. 66 ( http://svn.netlabs.org/lucide/ticket/87#comment:4 ) 83 See: https://trac.netlabs.org/lucide/report/1 67 84 85 86 :: Third-Party plugins :: 87 88 GBM (Generalised Bitmap Module) is a library for handling many different bitmap 89 file formats. It comes with a set of useful command line tools for doing bitmap 90 manipulations and format conversion. In this version BMP, JPG, JP2, PNG, TIF, 91 PBM, PGM, PPM, PNM, XPM, JBG and RAW support is additionally included. 92 93 http://hobbes.nmsu.edu/h-search.php?key=gbmos2pm160_gbm176_lu143_moz147_bin_wpi 94 95 N.B.: If using GBM to render JPG images, it is advised to disable the JPG 96 plugin which ships with Lucide to avoid conflicts (see ticket #236). This may 97 be accimplished by simply renaming lujpeg.dll in the Lucide program directory 98 to lujpeg.dl_ when Lucide is not running. To re-enable the included JPG plugin, 99 simply rename the file to its original name and start Lucide. 68 100 69 101 :: Pipe commands :: … … 84 116 85 117 86 :: License t illversion 1.21 ::118 :: License through version 1.21 :: 87 119 88 120 Lucide version 1.21 and earlier are licensed for use with eComStation only. … … 93 125 :: License for version 1.3.0 and better :: 94 126 95 Starting with version 1.3.0 Mensys BV and Serenity Systems International127 Starting with version 1.3.0, Mensys BV and Serenity Systems International 96 128 have agreed in opensourcing Lucide, while still investing in the product. 97 129 Netlabs.org would like to express it's gratitude toward Mensys BV and 98 130 Serenity Systems International. 131 132 Arca Noae, LLC has agreed to foster development of Lucide from version 133 1.3.6 onward. Lucide remains open source, and dual licensed. 99 134 100 135 Lucide as of version 1.3.0 is released and distributed under CDDL/LGPL. … … 109 144 110 145 http://www.netlabs.org 111 http ://www.ecomstation.com146 https://www.arcanoae.com 112 147 113 148 … … 117 152 (c) 2010-2011 by Dmitriy Kuminov, netlabs.org 118 153 in co-operation with Serenity Systems International 119 154 (c) 2016 by netlabs.org 155 in co-operation with Arca Noae, LLC
Note: See TracChangeset
for help on using the changeset viewer.