Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-01-15 | [xpdf] More Splash and Gfx changes from Thomas | Albert Astals Cid | 1 | -0/+1 | |
1. merge of blend changes Here I had not only merged the changed in blend modes, I made also a few changes in the SPLASH_CMYK area, so that the already sent PDF now also be rendered correctly with the -jpegcmyk option 2. merge of font handling in SplashOutputDev.cc There were a few changes left in font handling, I took them over 3. merge of getcolor-changes The getcolor changes win a price for well defined C++ code. I wouldn't have merged them, if there were not a lot of other things to merge. 4. merge of image handling in SplashOutputDev.cc I merged the left changes in image handling including colorizing masks in pattern colorspace 5. cleanup of overprint I tested the overprint implementation of Derek. They succeed only in 70 % percent of the PDF where my solution had success, but Derek's solution is much cleaner, and I'm sure that I could also fix the rest in it. BUT: as I already considered, when I implemented overprint, there are some overprint situations, which can not be solved in a CMYK colorspace, we have to implement a DeviceN colorpace when also overprint from CMYK colors over spot colors should work. Therefore I decided to remove my overprint implementation completely from the code and let Derek's solution in, even if there could be done some enhancements in it. 6. colorizing text in pattern colorspace When I saw Derek's implementation with a clean interface only at one place in Gfx.cc, I first was very surprised. My solution had a lot of places in Gfx.cc, where I looked if the current colorspace is a pattern colorspace. Therefore I first had a look into the PDF specification again, and really, it can be done in the way of Derek. Therefore I merged it and removed the fragments of my code. On this step I started a regtest against the version after the fourth patch. There were a lot of enhancements, especially in texts with symbolic chars like mathematical and so on, but there was one (and ONLY one) regression, shown in bug-poppler27482.pdf I examined that (that is also the reason for the delay) and encountered that on merging I removed my solution for this bug, therefore 7. insert enhancements for colorizing masks in pattern colorspace I adapt the bug fix from bug 27482 to the merge. | |||||
2012-01-15 | Correctly initialize globalParams | Thomas Freitag | 1 | -1/+4 | |
2012-01-15 | parseargs: don't use arg->size with GooString argument | Adrian Johnson | 1 | -2/+1 | |
40b56994 added GooString arguments but incorrectly used arg->size as the string length. arg->size is always 0 for GooString arguments. This worked because the arg->size - 1 string length passed to GooString::Set() just happened to be the the same value as the CALC_STRING_LEN default argument indicating the string length is to be calculated with strlen. | |||||
2012-01-13 | Properly initialize globalParams | Arseny Solokha | 1 | -0/+4 | |
Bug 44659 | |||||
2012-01-10 | [xpdf303] tiling "merges" from Thomas, using mostly our "old" code instead ↵ | Albert Astals Cid | 2 | -2/+2 | |
of xpdf's | |||||
2012-01-08 | Fix typo in pdffonts man page | Adrian Johnson | 1 | -1/+1 | |
2012-01-07 | Add -subst option to pdffonts to list the substitute font name and filename | Adrian Johnson | 2 | -19/+51 | |
Bug 44416 | |||||
2011-12-23 | autoconf: Check for cairo-ft and other cairo backends | Adrian Johnson | 1 | -2/+2 | |
so that CAIRO_LIBS includes the freetype dependency and pdftocairo includes the dependencies for optional cairo backends. Bug 43969 | |||||
2011-12-04 | update name and copyright | Albert Astals Cid | 1 | -1/+2 | |
(cherry picked from commit 22601c2a64f094ede8085a3ccca3de9daaa556e7) | |||||
2011-11-15 | Output images in pdftohtml -xml mode if no -i option is specified. | Igor Slepchin | 2 | -13/+57 | |
Comes with an attached update to pdf2xml.dtd | |||||
2011-11-09 | pdfinfo: report page rotation | Vittal Aithal | 1 | -0/+8 | |
2011-10-30 | pdftocairo: Make sure beginDocument() is always called | Carlos Garcia Campos | 1 | -0/+4 | |
This fixes a crash when rendering only odd/even pages in a printing format. | |||||
2011-10-17 | utils: Add GooString arg to parseargs and use for paths in pdftocairo | Adrian Johnson | 3 | -9/+22 | |
<sys/param.h> and MAXPATHLEN is not available on windows. Avoid the need to know the max path length by using GooString for the path. | |||||
2011-10-06 | close the file or flush stdout | Adrian Johnson | 1 | -0/+2 | |
2011-09-28 | xpdf303: More manpage merging | Albert Astals Cid | 1 | -4/+5 | |
2011-09-28 | xpdf303: mention pdfdetach in non xpdf tools | Albert Astals Cid | 2 | -0/+2 | |
2011-09-28 | xpdf303: Fix pdfdetach man page references | Albert Astals Cid | 1 | -8/+6 | |
2011-09-28 | xpdf303: Merge some more manpages | Albert Astals Cid | 2 | -8/+16 | |
2011-09-28 | xpdf303: Merge some man pages | Albert Astals Cid | 3 | -12/+15 | |
2011-09-27 | Rename pdfmerge and pdfextract | Albert Astals Cid | 7 | -45/+45 | |
To pdfunite and pdfseparate, the old names were taken | |||||
2011-09-26 | Remove getRawStream | Albert Astals Cid | 2 | -11/+5 | |
Since it does exactly the same as getNextStream | |||||
2011-09-25 | xpdf303: Added the pdfdetach tool | Carlos Garcia Campos | 4 | -0/+438 | |
I haven't merged xpdf code for embedded files, I think our implementation is better and more complete. I've adapated pdfdetach code to use our code and return also embedded files of file attachment annotations to match what xpdf does. | |||||
2011-09-24 | Use new error syntax in pdfextract | Carlos Garcia Campos | 1 | -1/+1 | |
2011-09-24 | Merge branch 'master' into xpdf303merge | Carlos Garcia Campos | 6 | -0/+92 | |
2011-09-20 | Update .gitignore | Adrian Johnson | 1 | -0/+2 | |
2011-09-20 | utils: Add Glyph & Cog copyright to pdfmerge and pdfextract man pages | Adrian Johnson | 2 | -2/+4 | |
2011-09-18 | install pdfextract and pdfmerge manpages | Albert Astals Cid | 1 | -0/+2 | |
2011-09-18 | pdfextract and pdfmerge man pages | Thomas Freitag | 3 | -0/+82 | |
2011-09-18 | Complain if %d is not present and it should | Thomas Freitag | 1 | -0/+4 | |
2011-09-11 | xpdf303: Remove 512 limit in pdftoppm | Albert Astals Cid | 1 | -7/+6 | |
2011-09-05 | xpdf303: Add -rawdates and print Form information | Albert Astals Cid | 1 | -3/+27 | |
2011-09-01 | xpdf303: Do not crash if imgStr->getLine() is NULL | Albert Astals Cid | 1 | -7/+14 | |
2011-09-01 | xpdf303: Do not extract the million tiles of a pattern | Albert Astals Cid | 2 | -0/+21 | |
2011-09-01 | xpdf303: Page functions do not need Catalog * anymore | Albert Astals Cid | 3 | -9/+9 | |
2011-09-01 | xpdf303: API rework, Gfx wants a PDFDoc instead of an XRef | Albert Astals Cid | 4 | -7/+7 | |
2011-08-31 | xpdf303: error() changes, new param and formatting | Albert Astals Cid | 10 | -38/+38 | |
2011-08-30 | xpdf303: char * -> const char * | Albert Astals Cid | 10 | -35/+35 | |
2011-08-29 | Add pdfextract and pdfmerge | Thomas Freitag | 4 | -0/+312 | |
See "Creating PDF with poppler ?" thread for more info | |||||
2011-08-28 | Fix building static-linked pdftocairo | suzuki toshiya | 1 | -2/+3 | |
2011-08-23 | pdftocairo/cmake: need to link to freetype | Pino Toscano | 1 | -1/+1 | |
2011-08-22 | update SEE ALSO section of man pages | Adrian Johnson | 8 | -20/+39 | |
- ensure each man page references all other utils - sort list of utils in alphabetical order | |||||
2011-08-22 | pdftocairo/cmake: link to lcms library if available | Pino Toscano | 1 | -0/+3 | |
2011-08-22 | Ship HtmlUtils.h | Albert Astals Cid | 1 | -0/+1 | |
2011-08-21 | Move HAVE_STDINT_H use to a private header | Albert Astals Cid | 1 | -0/+1 | |
This way we do not need to expose it in poppler-config.h since gtypes.h is a half public header | |||||
2011-08-21 | pdftocairo: fix writing to stdout for ps/pdf/svg | Adrian Johnson | 1 | -3/+20 | |
2011-08-21 | pdftocairo: Added to CMake build system. | Stefan Thomas | 1 | -0/+20 | |
2011-08-21 | Add pdftocairo man page | Adrian Johnson | 2 | -1/+258 | |
2011-08-21 | pdftocairo - utility for creating png/jpeg/ps/eps/pdf/svg using CairoOutputDev | Adrian Johnson | 3 | -3/+989 | |
2011-08-18 | pdftohtml: Support text rotation | Joshua Richardson | 5 | -85/+218 | |
Includes a few other fixlets. See bug 38586 for more info | |||||
2011-08-18 | Only declare overprint if we are going to use it | Albert Astals Cid | 1 | -1/+3 | |