[flexcoders] pdf in flash/flex alternative to flexpaper?

2013-02-15 Thread grimmwerks
Does anyone have any recommended ways of bringing pdfs into a flash interface 
where the user cannot get to the actual pdf file?




Garry Schafer
grimmwerks
gr...@grimmwerks.com
portfolio: www.grimmwerks.com/






Re: [flexcoders] pdf in flash/flex alternative to flexpaper?

2013-02-15 Thread hamann . w

Hi,

many years ago I successfully converted specific PDFs (they were all created by 
the same
generator and used a fixed set of fonts and drawing primitives)
The pipeline consisted of ghostscript to translate the pdf into uncompressed,
a perl script to convert the graphic instructions into ming source, and finally 
the perl
version of ming to create swf.
The resulting file is made of lines, areas, and static text..
Of course text could be reconstructed with the help of a decompiler, but it is 
possible to
generate the file so that no character / glyph index relation is present

The procedure was a bit tedious, and so the next time the same files were 
requested,
I built a solution that hooked into the publication process even before pdf 
generation

Regards
Wolfgang 




RES: [flexcoders] pdf in flash/flex alternative to flexpaper?

2013-02-15 Thread TGI
I’m looking for a solution like this. 

If someone get it, please tell me.

 

Thanks.

 

De: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] Em nome
de grimmwerks
Enviada em: sexta-feira, 15 de fevereiro de 2013 13:49
Para: flexcoders@yahoogroups.com
Assunto: [flexcoders] pdf in flash/flex alternative to flexpaper?

 

  

Does anyone have any recommended ways of bringing pdfs into a flash
interface where the user cannot get to the actual pdf file?

 

 

 

Garry Schafer

grimmwerks

gr...@grimmwerks.com

portfolio: www.grimmwerks.com/