a7mdfm / flexpaper

Automatically exported from code.google.com/p/flexpaper
1 stars 0 forks source link

Suggestion: .addBitmapPage()-method #33

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
It would be great to have the ability to feed the FlexPaper viewer with
pages/images, for example by adding an .addBitmapPage(bitmap:Bitmap) method.

This is useful for example when the page content is dynamically generated,
for example pages dynamically tagged with copyright and userright
information using on-the-fly Php/GD.

There are also cases when SWFTools conversions simply don't give good
enough results. One example is when the pdf is based on high resolution
bitmaps. 
(The only open source tool that can extract these with good quality is
ImageMagick, by using the -density parameter...) Then these pages can be
bulk-loaded and fed into FlexPaper

Original issue reported on code.google.com by jonasnys@gmail.com on 11 Mar 2010 at 12:19

GoogleCodeExporter commented 8 years ago
Good idea! thanks.

Original comment by erik.eng...@gmail.com on 16 Mar 2010 at 6:49

GoogleCodeExporter commented 8 years ago
It would be nice if such a method allowed one to append pages by loading 
another swf as well. (as well as 
supporting multiple swf files as parameters during initial load)

This is kind of related to issue 16; replace the document with a new swf 
without re-instancing flexpaper. IMO 
the two calls could likely be combined.

Original comment by johnl...@gmail.com on 27 Apr 2010 at 2:44

GoogleCodeExporter commented 8 years ago
This is addressed and fixed by our new split file loading method. This method 
allows you to specify images and number of pages

Original comment by erik.eng...@devaldi.com on 2 Nov 2011 at 2:47