Find Jobs
Hire Freelancers

As3 Flex Printing Help

$30-250 USD

已关闭
已发布超过 13 年前

$30-250 USD

货到付款
my budget is small - I am expecting to pay 1 or 2 hours worth of work for this SMALL fix that a Flex expert should be able to do quickly. I want to print the content of a swfLoader in Flex 3. The swfLoader loads a wide variety of SWFs, many of which use text outlines to create stroked text. The problem is that when Flex prints these fonts, it ignores the outlines. Adding [login to view URL] = true; has not helped. I will attach a sample Flex project with swfLoader and this print class, you can test yourself. My print button component class looks like this: // ActionScript file package [login to view URL] { import [login to view URL]; import [login to view URL]; import [login to view URL]; import [login to view URL]; import [login to view URL]; import [login to view URL]; import [login to view URL]; import [login to view URL]; import [login to view URL]; public class PrintButton extends Button { //component attributes public var component:UIComponent; public var paper:String; public function PrintButton():void { super(); addEventListener([login to view URL], printJobInvocation); } // Define private click event handler. private function printJobInvocation(event:MouseEvent):void { var printJob:FlexPrintJob = new FlexPrintJob(); //Start the print job if ([login to view URL]() != true) return; if(paper == "OnePage") { [login to view URL](component, FlexPrintJobScaleType.SHOW_ALL); [login to view URL] = true; } else if(paper == "FillPage") { [login to view URL](component, FlexPrintJobScaleType.FILL_PAGE); [login to view URL] = true; } else if(paper == "MatchHeight") { [login to view URL](component, FlexPrintJobScaleType.MATCH_HEIGHT); [login to view URL] = true; } else if(paper == "MatchWidth") { [login to view URL](component, FlexPrintJobScaleType.MATCH_WIDTH); [login to view URL] = true; } else if(paper == "None") { [login to view URL](component, [login to view URL]); [login to view URL] = true; } //default print paper setting else { [login to view URL](component, FlexPrintJobScaleType.SHOW_ALL); [login to view URL] = true; } //output to hardware [login to view URL](); } } }
项目 ID: 901577

关于此项目

10提案
远程项目
活跃13 年前

想赚点钱吗?

在Freelancer上竞价的好处

设定您的预算和时间范围
为您的工作获得报酬
简要概述您的提案
免费注册和竞标工作

关于客户

UNITED STATES的国旗
Anchorage, United States
5.0
37
付款方式已验证
会员自12月 10, 2004起

客户认证

谢谢!我们已通过电子邮件向您发送了索取免费积分的链接。
发送电子邮件时出现问题。请再试一次。
已注册用户 发布工作总数
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
加载预览
授予地理位置权限。
您的登录会话已过期而且您已经登出,请再次登录。