and myself.
PDF Mod is a simple application for modifying PDF documents.
You can reorder, rotate, and remove pages, export images from a
document, edit the title, subject, author, and keywords, and combine
documents via drag and drop.
LatexMk completely automates the process of generating a LaTeX document.
Essentially, it is a highly specialized relative of the general make
utility. Given the source files for a document, latexmk issues the
appropriate sequence of commands to generate a .dvi, .ps, .pdf or hardcopy
version of the document. It will run LaTeX the correct number of times to
resolve cross references, and run auxiliary programs (bibtex, makeindex) if
necessary. It can also be set to run continuously with a previewer, in which
case the needed commands are re-run whenever one of the source files is
modified.
'cups' option needs to ensure BUILD_TARGET 'cups' is added.
configure adjusted to correctly accept CUPSVERSION and, while we're at it,
add missing space between '!' and parens in test for contrib directory.
by nros.
This is the QT5 wrapper for poppler, a PDF rendering library. It
is a fork of the xpdf 3.0 PDF viewer developed by Derek Noonburg
of Glyph and Cog, LLC.
Poppler provides PDF rendering functionality as a shared library,
to centralize the maintenence effort and to reduce duplicated
effort. And the poppler developers would like to move libpoppler
forward in a number of areas that doesn't fit within the goals of
xpdf.
Release 0.26.0
qt4:
* Fix mismatched boolean logic in TextAnnotation::setInplaceIntent
qt5:
* Fix mismatched boolean logic in TextAnnotation::setInplaceIntent
core:
* Very small code cleanup
cpp:
* Very small code cleanup
Release 0.25.3
core:
* Fix crashes on broken files
* Avoid MinGW/Cygwin warnings due to redefinition of NOMINMAX
* Fix some small memory leaks
qt5:
* Fix some kinds of OCG models
* Cleanup some deprecated methods
glib:
* Fix the first coord of the quadrilateral in create_poppler_quads_from_annot_quads(). Bug #76504
utils:
* pdftohtml: Fix typo in manpage
qt4:
* Fix some kinds of OCG models
Release 0.25.2
core:
* Tagged-PDF support
* Open some broken files. Bug #75232
* Fix crashes on broken files
* Fix regression parsing some broken files. KDE Bug #329600
* Improve compilation under Win 8 with Visual Studio 2012. Bug #73111
* PSOutputDev: Ensure paper size takes into account rotation. Bug #72312
* PSOutputDev: Fix DocumentMedia/Page/Media/PageBBox DSC comments
* PSOutputDev: Use crop box as page size
* PSOutputDev: Remove origpagesizes mode and make -origpagesizes an alias for -paper match
* PSOutputDev: Only change paper size when different to previous size
* PSOutputDev: Ensure there is always a page size in the output
* PSOutputDev: Fix regression when creating level1 PS. Bug #75241
* CairoOutputDev: Clip to crop box. Gnome Bug #649886
* Splash: Blend usage in PDF with spot colors casue random output. Bug #74883
* Splash: Fix off by one that caused crash in a file. Bug #76387
* Make sure number of least objects in hints table is valid. Bug #74741
* Limit numeric parsing of character names. Bug #38456
glib:
* Tagged-PDF support
* Annotation improvements
* Install error callback. Bug #73269
* Fix gobject-introspection warnings
* demo: Fix performance in text markup annotations
* Increase gtk3 dependency
qt4:
* Improve naming of internal export/import macros
* Add GCC visibility export attributes
* Expose document-supplied text direction
qt5:
* Improve naming of internal export/import macros
* Add GCC visibility export attributes
* Expose document-supplied text direction
utils:
* pdftocairo: Ensure page size and crop box works the same as pdftops
* Fix TIFF writting in Windows. Bug #75969
buildsystem:
* Learn about automake 1.14
* Do not define -ansi. Bug #72499
* cmake: Install JpegWriter.h depending on libjpeg
* cmake: Use c99 for the c compiler
Release 0.25.1
core:
* GooString format: Added some tests + improved documentation
* GooString format: fixed bug with printing LLONG_MIN
* regression test improvements
qt4:
* Arthur backend font rendering improvements
* test program to save to file
qt5:
* Arthur backend font rendering improvements
* Improve detection of Qt5 moc. Bug #72744
* test program to save to file
utils:
* pdfunite: Work even if there's a single file given
* pdfunite: do not lose fonts when merging some files
Release 0.25.0
core:
* Annotation improvements
* Tagged PDF work
* Improve speed on some files using ICC color space
* Use ICC profile in OutputIntents. Bug #34053
* Limit use of ZapfDingbats character names. Bug #60243
* Splash: correction for knockout transparency groups
* regression test improvements
utils:
* pdftoppm: Added thinlinemode option setting
* pdfinfo: Indicate if pdf contains javascript
* pdfinfo: Add option to print out javascript
* pdfimages: Print size, ratio, and ppi
* pdfimages: More image output format support
* pdfseparate: allow zero-padded pagespecs
glib:
* Annotation improvements
* Add API to get text, text layout and text attributes for a given area
* demo improvements
(Upstream) Version 9.06 (2012-08-08)
This is the sixth full release in the stable 9.x series.
Highlights in this release include:
* PDF/A-2 - pdfwrite now supports the creation of PDF/A-2 files. The 'PDFA'
command line switch can now take a numeric parameter:
+ 0 = not PDF/A compliant
+ 1 = PDF/A-1b compliant
+ 2 = PDF/A-2b compliant
Simply specifying "-dPDFA" continues to have the old behaviour of creating
PDF/A-1b files. For PDF/A-2 the command line should include "-dPDFA=2".
* pdfwrite "Server mode" - pdfwrite can now be run in "server mode" which
allows the device to be closed without closing the interpreter. This means
it is no longer necessary to terminate GS before starting a new PDF
conversion. This leads on to:
* pdfwrite now supports the "%d" format in the OutputFile switch. If this is
set then pdfwrite will output each page of input to an individual file.
* ps2write - recent exposure to a range of PostScript devices has thrown up
some interesting deficiencies in those devices. ps2write now emits
PostScript in slightly different ways in order to produce output on a wider
variety of devices. In some cases this also results in improved print times
but it is still important to set the resolution appropriately for the
output device, especially if the input contains transparency.
* Ghostscript can now use output intents defined in PDFs by using the
"-dUsePDFX3Profile" command line option. See ICC Color Parameters for
details.
* tiffsep/tiffsep1: support for large numbers of separations improved. The
previous implementation of those devices utilised a "compressed color
encoding" to represent the tints for all the plates in one 64 bit value. As
the number of plates increased, fewer bits were available for the tint for
each plate, ultimately resulting in an "unencodable pixels" error. These
revisions remove the reliance on the compressed color encoding, thus
ensuring that we have a consistent color bit depth, regardless of the
number of plates, and ensuring the "unencodable pixels" error will never
occur.
Also as a result of these changes, there are substantial performance
improvements in jobs with separations and transparency.
* tiffsep, psdcmyk and psdrgb now support the "downscaler" functionality.
This brings the "tiffscaled" style functionality to the DeviceN output
devices, so jobs can be rendered internally in contone and at a high
resolution, and the output optionally downsampled by a level specified by
"-dDownScaleFactor=n", and also optionally error diffused to 1bpp output.
* Third party libraries: libtiff, libpng, libjpeg , Freetype and zlib have
all be updated.
* clist storage, for rendering pages in bands, is now a run-time option:
-sBandListStorage={file|memory}.
* Plus the usual round of bug fixes, compatibility changes, and incremental
improvements.
HPLIP 3.14.4 - This release has the following changes:
Added Support for the Following New Printers:
- HP Color LaserJet Enterprise M651dn Printer
- HP Color LaserJet Enterprise M651n Printer
- HP Color LaserJet Enterprise M651xh Printer
- HP Color LaserJet Enterprise Multifunction M680dn Printer
- HP Color LaserJet Enterprise Multifunction M680f Printer
- HP Color LaserJet Enterprise Flow Multifunction M680z Printer
- HP Color Laserjet Pro MFP M476dw
- HP Color Laserjet Pro MFP M476nw
- HP Color Laserjet Pro MFP M476dn
- HP Designjet T795 44-in ePrinter
- HP DeskJet 1511 All-in-One Printer
- HP DeskJet 1011 Printer
- HP LaserJet Pro MFP M128fn
- HP LaserJet Pro MFP M128fp
- HP LaserJet Pro MFP M128fw
- HP LaserJet Pro M701a Printer
- HP LaserJet Pro M701n Printer
- HP LaserJet Pro M706n Printer
- HP Officejet Enterprise Color X555dn Printer
- HP Officejet Enterprise Color X555xh Printer
- HP Officejet Enterprise Color X585dn Multifunction Printer
- HP Officejet Enterprise Color X585f Multifunction Printer
- HP Officejet Enterprise Color Flow X585z Multifunction Printer
- HP OfficeJet Pro 8610 e-All-in-One Printer
- HP OfficeJet Pro 8615 e-All-in-One Printer
- HP OfficeJet Pro 8620 e-All-in-One Printer
- HP OfficeJet Pro 8625 e-All-in-One Printer
- HP OfficeJet Pro 8630 e-All-in-One Printer
- HP OfficeJet 4631 e-All-in-One Printer
- HP OfficeJet 4634 e-All-in-One printer
- HP OfficeJet 4636 e-All-in-One Printer
Added support for the following new Distro's:
- Ubuntu 14.04 Beta
Launchpad fixes:
1299955 - hp-logcapture captures personal information
List of changes on master since MuPDF 1.3
* Headline changes:
* CMYK rendering (mudraw PWG and PAM formats)
* TIFF viewer (with multi-page support).
* Added MuJS Javascript interpreter.
* MuJS is the default, V8 and JavaScriptCore are compile time options.
* Javascript support has to be explicitly enabled with pdf_enable_js.
* All viewers now have JavaScript enabled in the default builds.
* Viewers:
* X11: Horizontal scroll wheel support.
* X11: Status bar display with warnings.
* Android: Digital signatures.
* iOS: Links, form filling, annotation editing, and javascript.
* iOS: Reflow mode.
* WinRT: Printing.
* WinRT: Improved zooming behaviour.
* Tools:
* mudraw: Banded rendering with -B /band-height/.
* mudraw: Select output format with -F /format/.
* mudraw: Write to stdout if you use '-' as the output file name.
* mudraw: Add TGA output format.
* mudraw: Improved SVG output.
* mutool show: Write output to file instead of stdout with -o /filename/.
* mutool clean: Clean content streams with -s option.
* Annotations:
* Improved font handling.
* Form fields.
* Free text.
* Sticky notes.
* Optimizations:
* glyph cache: Partial eviction.
* glyph cache: Run-length compressed glyphs.
* Smarter handling of subpixel metrics in text rendering.
* Optimized blitting functions.
* Optimized gradient mesh drawing.
* API changes and additions:
* fz_stream API reworked: replace "read" function with "next".
* "Rebind" functions to associate context bound objects with another context:
fz_output, fz_stream, fz_device and fz_document.
* Introduce "document handlers" to detect and open different file types.
* Must now call fz_register_document_handlers() to register the defaults.
* May register your own handlers as well to work with fz_open_document.
* Hook to load system fonts: fz_install_load_system_font_funcs.
* PDF xref cache flushing functions (mark/clear/clear-to-mark).
* Add our own "printf" set of functions to format strings and write to fz_output:
* Format %f as short as possible while preserving precision.
* Has %C for formatting a unicode character as UTF-8.
* Has %M to format fz_matrix.
* Has %R to format fz_rect.
* Has %q and %( to format strings with escaped characters.
* PDF process interface: allow PDF interpreter to do more than just draw!
* Content stream state cleaning filter.
* Content stream rewriting filter.
* PDF digital signatures.
* Stroke states may now be stored on the stack.
* Improved fz_path internals.
* Gradient mesh drawing interface has been improved.
* Save files with incremental updates.
Changelog:
================
Evince 3.12.0
================
Documentation:
* Update help for UI changes in 3.12 (#700442, Anna Philips)
* Update reading documents help for 3.12 (Ekaterina Gerasimova)
Translation updates:
* Daniel Martinez (an)
* Marek Černocký (cs)
* Kenneth Nielsen (da)
* Kristjan SCHMIDT (eo)
* Daniel Mustieles (es)
* Iñaki Larrañaga Murgoitio (eu)
* Michael Scherer (fr)
* GunChleoc (gd)
* Gabor Kelemen (hu)
* Claudio Arseni (it)
* Rūdolfs Mazurs (lv)
* Kjartan Maraas (nb)
* Yuri Myasoedov (ru)
* Peter Mráz (sk)
* Matej Urbančič (sl)
* Chao-Hsiung Liao (zh_HK)
* Chao-Hsiung Liao (zh_TW)
================
Evince 3.11.92
================
Bug fixes:
* Keep current page thumbnail in visible area when the sidebar is
resized (#631050, Carlos Garcia Campos)
* Close the window when CTRL+w shortcut is used in presentation
mode, instead of turning the screen white (#604834, Carlos
Garcia Campos)
* Fix some broken aspects EvViewAccessible text support (#725003,
Joanmarie Diggs)
* Take caret navigation into account when getting AtkHyperlink
indices (#726310, Joanmarie Diggs)
* Keep the scroll position when switching between continuous and
non continuous mode (#554843, Carlos Garcia Campos)
* Stop autoscrolling when view looses focus (#541699, Robert Roth,
Anuj Khare, Carlos Garcia Campos)
* Fix implementation of atk_text_set_caret_offset in
EvViewAccessible (#701746, Alejandro Piñeiro)
* Emit EvView::cursor-moved signal when caret cursor position is
set by accessibility (#701746, Alejandro Piñeiro)
* Remove support for deprecated atk_text_get_text_{before,after}_offset
(#725162, Joanmarie Diggs)
Translation updates:
* Khaled Hosny (ar)
* Pau Iranzo (ca)
* Marek Černocký (cs)
* Wolfgang Stoeggl (de)
* Dimitris Spingos (Δημήτρης Σπίγγος) (el)
* Daniel Mustieles (es)
* Jiri Grönroos (fi)
* Claude Paroz (fr)
* Michael Scherer (fr)
* GunChleoc (gd)
* Fran Dieguez (gl)
* Yaron Shahrabani (he)
* Attila Hammer (hu)
* Andika Triwidada (id)
* Baurzhan Muftakhidinov (kk)
* Changwoo Ryu (ko)
* Aurimas Černius (lt)
* Rūdolfs Mazurs (lv)
* Kjartan Maraas (nb)
* A S Alam (pa)
* Paweł Żołnowski (pl)
* Antonio Fernandes C. Neto (pt_BR)
* Tiago S. (pt)
* Yuri Myasoedov (ru)
* Matej Urbančič (sl)
* Miroslav Nikolić (sr@latin)
* Мирослав Николић (sr)
* Victor Ibragimov (tg)
* Theppitak Karoonboonyanan (th)
* Daniel Korostil (uk)
* YunQiang Su (zh_CN)
* Chao-Hsiung Liao (zh_HK)
* Chao-Hsiung Liao (zh_TW)
================
Evince 3.11.90
================
New features and improvements:
* Set the window title for empty windows to make sure it's exposed
to accessibility (#653748, Robert Roth, Carlos Garcia Campos)
* Make history buttons insensitive when searching (#724549, Anuj Khare)
* Rename Open a Copy action as View in New Window (#688762, Bogdan Petcu)
* Add close button to the search bar (#723789, Carlos Garcia Campos)
* Move the find toolbar button to the left of the toolbar,
together with the navigation actions (#723789, Carlos Garcia Campos)
* Add tooltips to toolbar menus (#700697, Ekaterina Gerasimova)
* Remove SMClient support (#677981, Christian Persch)
Bug fixes:
* Scroll to the search result when it's clicked in the find
sidebar even if the selection hasn't changed (#703570, Saurav Agarwalla)
* Correctly restart the search operation when the document is
reloaded (#703595, Saurav Agarwalla)
* Make print shortcut work when the sidebar is focused (#705846,
Anuj Khare)
* Fix potential read-after-free in gsettings use (#723737,
Christian Persch)
* Fix the margin of toolbar elements in RTL locales (#723110,
Yosef Or Boczko)
* Use g_debug instead of g_printerr for debug warnings in EvDaemon
(#723972, Giovanni Campagna)
Documentation:
* Remove the SyncTeX video that uses the old UI and the wrong
theme (#676496, Ekaterina Gerasimova)
Translation updates:
* Jorge Pérez Pérez (an)
* Khaled Hosny (ar)
* Nilamdyuti Goswami (as)
* Marek Černocký (cs)
* Daniel Mustieles (es)
* Timo Jyrinki (fi)
* GunChleoc (gd)
* Fran Dieguez (gl)
* Yosef Or Boczko (he)
* Baurzhan Muftakhidinov (kk)
* Shankar (kn)
* Aurimas Černius (lt)
* Kjartan Maraas (nb)
* Manoj Kumar Giri (or)
* Rafael Ferreira (pt_BR)
* Victor Ibragimov (tg)
* Theppitak Karoonboonyanan (th)
* Daniel Korostil (uk)
* Chao-Hsiung Liao (zh_HK)
* Chao-Hsiung Liao (zh_TW)
================
Evince 3.11.3
================
New features and improvements:
* Hide window titlebar when maximized (#696254, Robert Roth)
* Add AtkDocument implementation to EvViewAccessible (#719507,
Alejandro Piñeiro)
* Remove the margin of the toolbar buttons and center them
vertically (#709005, Yosef Or Boczko, Carlos Garcia Campos)
Bug fixes:
* Disable "Send To" action when there is no mail client
available (#701654, Plamena Manolova, Marek Kasik)
* Always consider the cursor page as the current page for
accessibility when caret navigation is enabled.
* Fix the page size reported in the properties dialog for some
document backends (#711093, Carlos Garcia Campos)
Documentation:
* Update toolbar page (#705211, Tiffany Ann Antopolski)
* Update information on working with bookmarks (#710107, Tiffany
Ann Antopolski)
Translation updates:
* Dimitris Spingos (Δημήτρης Σπίγγος) (el)
* Daniel Mustieles (es)
* Andika Triwidada (id)
* Rafael Ferreira (pt_BR)
* Shantha kumar (ta)
* Krishnababu Krothapalli (te)
* YunQiang Su (zh_CN)
================
Evince 3.11.1
================
New features and improvements:
* Do not open single page pdfs in dual mode by default (#547098,
raama)
* Activate current focused element on space/return key press
(#706244, Antia Puentes, Carlos Garcia Campos)
* Draw focus of links and form fields on mouse press (#706244,
Antia Puentes)
Bug fixes:
* Fix a crash in djvu backend due to a double free (#710977, José
Aliste)
* Fix annotation window focus change after creation (#668446,
Nelson Benitez Leon)
* Fix loop when iterating search results (#710778, Carlos Garcia
Campos)
* Fix content exposed to assistive technologies when document
changes in EvView (#709375, Joanmarie Diggs)
* Simplify debug code to parse env variables using
g_parse_debug_string() (Christian Persch)
Translation updates:
* Gil Forcada (ca)
* Gil Forcada (ca@valencia)
* Dimitris Spingos (Δημήτρης Σπίγγος) (el)
* Arash Mousavi (fa)
* Rūdolfs Mazurs (lv)
* Kjartan Maraas (nb)
* Hannie Dumoleyn (nl)
* Theppitak Karoonboonyanan (th)
* Gökhan Gurbetoğlu (tr)