Commit Graph

13 Commits

Author SHA1 Message Date
Stefan Schmidt 7b00942dfd pdf: avoid shadowing a global varibale by renaming oe in local scope
The global page variable is actually a poppler type and the local one only the
page number as int.
2015-11-10 16:10:19 +01:00
Stefan Schmidt 34b1fbe463 pdf: remove unused global variable
This started out as a warning about a shadowed global variable but turned out
to be an unused global variable as the one in local scope handles all cases.
2015-11-10 16:03:25 +01:00
Chris Michael 9ae9062422 evas-generic-loaders: Add missing EINA_UNUSED
Summary: This adds missing EINA_UNUSED for function paramaters which
are not being used

Signed-off-by: Chris Michael <cp.michael@samsung.com>
2015-08-11 09:44:38 -04:00
Chris Michael fb491cf629 evas-generic-loaders: Remove unused variable
Summary: This removes an unused variable in the pdf loader

Signed-off-by: Chris Michael <cp.michael@samsung.com>
2015-08-11 09:43:15 -04:00
Carsten Haitzler a673ffa1bd generic loaders - fix load if process esits before stdout produced
i found that generic loaders broke on my machine. stdout was never
reaching the app. child process exited and never sent stdout before
parent got anything - it all was lost in buffers somewhere. this fixes
it. fflush stdout. nasty little bugger.

@fix
2015-08-11 21:34:48 +09:00
Stefan Schmidt 7e544dccf4 pdf: Add support for changes with poppler >= 0.31
With 0.31 poppler removed some parts of GlobalParams
which they do not consider a public API. The antialias
setting can now be done over the output device.

Fixes T2184
@fix
2015-03-06 11:08:09 +01:00
Cedric Bail e09401f369 pdf: add support for generic script generating pdf from anything. 2013-10-31 18:29:28 +09:00
Carsten Haitzler 764ddff2f8 add timeouts to all generic loaders - same timer infra.
SVN revision: 77076
2012-09-26 08:07:33 +00:00
Cedric BAIL 439d28c717 evas_generic_loaders: add support for poppler 0.20.
Patch by Fanina "cippp" Cristian <fancris3@gmail.com>.


SVN revision: 71706
2012-06-05 10:30:38 +00:00
Carsten Haitzler fa21e407c4 make shmfile common code.
SVN revision: 59365
2011-05-13 09:06:56 +00:00
Carsten Haitzler 5d86a0e33e oops - remove debugging!
SVN revision: 59363
2011-05-13 07:48:44 +00:00
Carsten Haitzler afce746e0b fix pdf loader to
1. handle load options for dpi and load size
2. handle pdf crop region properly
3. handle landscape oriented pdf's properly and render right.



SVN revision: 59362
2011-05-13 07:45:22 +00:00
Vincent Torri 110a75531d Add PDF loader (with some help from raster)
SVN revision: 59338
2011-05-12 05:44:42 +00:00