segmentation-fault flash pdf2swf

segmentation fault - Falla de segmentación SWFTools



segmentation-fault flash (2)

Intenté -O 2 y funcionó, pero la página swf solo tiene un mapa de bits:

pdf2swf my.pdf -O 2 -o mi% .swf

% de resultados 1 swf por página de pdf.

Vi ese hilo: SWFTools Segmentation Fault

Cuando intenté convertir un PDF a SWF usando pdf2swf, recibí un error:

/usr/local/bin/pdf2swf /var/www/html/ny-sto-p.watchitoo.com/content/userContent/2/1GRKm/1GRKm.pdf -i -p 5 -o /var/www/html/ny-sto-p.watchitoo.com/content/userContent/2/1GRKm/1GRKm-5.swf NOTICE processing PDF page 5 (720x540:0:0) (move:0:0) NOTICE File contains pbm pictures NOTICE File contains shaded fills NOTICE File contains axial shaded fills NOTICE File contains soft masks Segmentation fault

Cuando agregué "-O 1", todo funcionó:

/usr/local/bin/pdf2swf /var/www/html/ny-sto-p.watchitoo.com/content/userContent/2/1GRKm/1GRKm.pdf -i -O 1 -p 5 -o /var/www/html/ny-sto-p.watchitoo.com/content/userContent/2/1GRKm/1GRKm-5.swf NOTICE processing PDF page 5 (720x540:0:0) (move:0:0) NOTICE Writing SWF file /var/www/html/ny-sto-p.watchitoo.com/content/userContent/2/1GRKm/1GRKm-5.swf

¿Alguien puede decir qué es esa dosis de bandera "-O 1"? Busco http://swftools.org/ sin éxito.

Thans, Eldad.


Los niveles son

-O 1 == -s poly2bitmap -O 2 == -s poly2bitmap -s bitmapfonts -O 3 == -s poly2bitmap -s bitmapfonts -s ignoredraworder

Esto probablemente significa que hay una caída de conversión de arte vectorial / letras en vectores más simples para Flash. No he trabajado con swftools por un tiempo (no porque usaba libart para ese tipo de cosas), pero generalmente teníamos menos problemas con el uso de instantáneas o CVS muy recientes en lugar de versiones numeradas en caso de que eso ayudara.