swftools-common
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Swftools-common] Text is blurred when converting PDF 2 SWF


From: JL
Subject: Re: [Swftools-common] Text is blurred when converting PDF 2 SWF
Date: Mon, 29 Jul 2013 08:14:20 -0400

You can try using swf version 7(-T7 in your arguments) rather than 10. 

I believe the text rendering in version 8+ makes use of different font optimizations, that is not always ideal.  I had similar issues in the past where using T7 fixed the issue.

If you are in a scenario where your Swf output needs to be version 8+ (AS3 compliant) you can subsequently run the v7 output through swfcombine to get a v8+ version without messing with the fonts.

http://lists.nongnu.org/archive/html/swftools-common/2012-10/msg00009.html

Worth a try perhaps?

Good luck!!

JL

On Jul 29, 2013 5:48 AM, "Lubomir Duchon" <address@hidden> wrote:

Dear Team,

 

Attached PDF has blurred font in resulting SWF when converted with the command similar to this:

 

pdf2swf.exe -s linknameurl -s linkfunction -T10 -s insertstop -f -O1 -s storeallcharacters C:\temp\TBE-1369667343-1.pdf -o C:\temp\TBE-1369667343-1_O1.swf

 

However, the text looks sharp, when PDF is converted to SWF with the command where -O0 is used,  similar to this:

 

pdf2swf.exe -s linknameurl -s linkfunction -T10 -s insertstop -f -O0 -s storeallcharacters C:\temp\TBE-1369667343-1.pdf -o C:\temp\TBE-1369667343-1_O0.swf

 

I  would like to know if there is any chance to get the correct (sharp, non-blurred) font text with using -O1 parameter.

 

 

--

Kind regards,

 

Lubomir

 


---------------
SWFTools-common is a self-managed list. To subscribe/unsubscribe, or amend an existing subscription, please kindly point your favourite web browser at:<http://lists.nongnu.org/mailman/listinfo/swftools-common>

reply via email to

[Prev in Thread] Current Thread [Next in Thread]