<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>FlexMan &#187; PDF</title>
	<atom:link href="http://flexman.info/tag/pdf/feed/" rel="self" type="application/rss+xml" />
	<link>http://flexman.info</link>
	<description>Everything is Flex</description>
	<lastBuildDate>Sun, 30 Oct 2011 12:46:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>aPDF &#8211; An Open Source Development Kit Create &amp; Output PDF Files In Flex</title>
		<link>http://flexman.info/2008/12/11/apdf-an-open-source-development-kit-create-output-pdf-files-in-flex/</link>
		<comments>http://flexman.info/2008/12/11/apdf-an-open-source-development-kit-create-output-pdf-files-in-flex/#comments</comments>
		<pubDate>Thu, 11 Dec 2008 06:25:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Adobe-Flex]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[AlivePDF]]></category>
		<category><![CDATA[aPDF]]></category>
		<category><![CDATA[as3corelib]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[PDF]]></category>

		<guid isPermaLink="false">http://flexman.info/2008/12/11/apdf-an-open-source-development-kit-create-output-pdf-files-in-flex/</guid>
		<description><![CDATA[In previous article AlivePDF: An Open Source PDF Development Kit Written By ActionScript 3 , we have introduced PDF development Kit: AlivePDF. Now besides AlivePDF, there is another aPDF we could choose. There are two version for choice: one is picture decoding based on as3corelib, another is based on mx.graphics.codec (flex 3). You need to [...]]]></description>
			<content:encoded><![CDATA[<p>In previous article <a href="http://flexman.info/2008/12/11/alivepdf-an-open-source-pdf-development-kit-written-by-actionscript-3/">AlivePDF: An Open Source PDF Development Kit Written By ActionScript 3 </a>, we have introduced PDF development Kit: AlivePDF. Now besides AlivePDF, there is another aPDF we could choose. There are two version for choice: one is picture decoding based on as3corelib, another is based on mx.graphics.codec (flex 3). You need to download as3corelib if use the former. If you are interested in it please visit the following URL, hope it will be helpful to you.</p>
<div style="margin: 0px 0px 0px 15px;">
<script type="text/javascript"><!--
google_ad_client = "pub-2748932162110627";
/* 1st-FlexMan-Article-336-280-01 */
google_ad_slot = "5782465088";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
<p><span id="more-197"></span></p>
<p><a href="http://code.google.com/p/apdf/">http://code.google.com/p/apdf/</a></p>
<h3>Related Posts</h3><ul class="related_post"><li><a href="http://flexman.info/2009/05/29/an-open-source-configuration-tool-for-actionscript-2-3-sprouts/" title="An Open Source Configuration Tool For ActionScript 2/3 &#8211; Sprouts">An Open Source Configuration Tool For ActionScript 2/3 &#8211; Sprouts</a></li><li><a href="http://flexman.info/2009/01/05/flexunit-an-testing-framework-for-flex-and-actionscript-3-0/" title="FlexUnit &#8212; An Testing Framework For Flex and ActionScript 3.0">FlexUnit &#8212; An Testing Framework For Flex and ActionScript 3.0</a></li><li><a href="http://flexman.info/2008/12/18/example-shows-how-to-use-variable-parameters-in-flex/" title="Example Shows How to Use Variable Parameters In Flex">Example Shows How to Use Variable Parameters In Flex</a></li><li><a href="http://flexman.info/2008/11/10/a-tutorial-about-using-pdf-in-flex-application/" title="A Tutorial About Using PDF in Flex Application">A Tutorial About Using PDF in Flex Application</a></li><li><a href="http://flexman.info/2008/09/04/how-to-use-arrayutil-class-one-of-the-as3corelib-tutorial/" title="How to use ArrayUtil Class? One of the as3corelib Tutorial">How to use ArrayUtil Class? One of the as3corelib Tutorial</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://flexman.info/2008/12/11/apdf-an-open-source-development-kit-create-output-pdf-files-in-flex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Output PDF Documents Through Call PHP By Using of AMFPHP In Flex</title>
		<link>http://flexman.info/2008/12/02/output-pdf-documents-through-call-php-by-using-of-amfphp-in-flex/</link>
		<comments>http://flexman.info/2008/12/02/output-pdf-documents-through-call-php-by-using-of-amfphp-in-flex/#comments</comments>
		<pubDate>Tue, 02 Dec 2008 09:08:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Adobe-Flex]]></category>
		<category><![CDATA[AMFPHP]]></category>
		<category><![CDATA[PDF]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://flexman.info/2008/12/02/output-pdf-documents-through-call-php-by-using-of-amfphp-in-flex/</guid>
		<description><![CDATA[Output PDF documents in program is a very basic function for user. But for developer especially for the web developer it is a very headache problem. It need great effort if don&#8217;t rely on external program or install extra program. Zend (PHP developer) has published an article about how to create PDF files by AMPHP. [...]]]></description>
			<content:encoded><![CDATA[<p>Output PDF documents in program is a very basic function for user. But for developer especially for the web developer it is a very headache problem. It need great effort if don&#8217;t rely on external program or install extra program. Zend (PHP developer) has published an article about how to create PDF files by AMPHP. Now you have one more choice why now have a try?</p>
<div style="margin: 0px 0px 0px 15px;">
<script type="text/javascript"><!--
google_ad_client = "pub-2748932162110627";
/* 1st-FlexMan-Article-336-280-01 */
google_ad_slot = "5782465088";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
<p><span id="more-185"></span></p>
<p><a href="http://flexman.info/wp-content/uploads/2008/12/screenshot13.png"><img style="border-bottom: 0px; border-left: 0px; border-top: 0px; border-right: 0px" border="0" alt="screenshot1" src="http://flexman.info/wp-content/uploads/2008/12/screenshot1-thumb.png" width="318" height="422"></a> </p>
<p><a href="http://devzone.zend.com/article/3705-Generating-PDF-Forms-From-a-Flex-Application-With-PHP-">http://devzone.zend.com/article/3705-Generating-PDF-Forms-From-a-Flex-Application-With-PHP-</a></p>
<h3>Related Posts</h3><ul class="related_post"><li><a href="http://flexman.info/2009/04/25/haxa-an-open-source-multiplatform-programming-language/" title="HaXa &#8211; An Open Source Multiplatform Programming Language">HaXa &#8211; An Open Source Multiplatform Programming Language</a></li><li><a href="http://flexman.info/2008/12/11/apdf-an-open-source-development-kit-create-output-pdf-files-in-flex/" title="aPDF &#8211; An Open Source Development Kit Create &amp; Output PDF Files In Flex">aPDF &#8211; An Open Source Development Kit Create &amp; Output PDF Files In Flex</a></li><li><a href="http://flexman.info/2008/12/03/an-example-about-create-guestbook-by-flex-and-amfphp/" title="An Example About Create GuestBook By Flex And AMFPHP">An Example About Create GuestBook By Flex And AMFPHP</a></li><li><a href="http://flexman.info/2008/12/02/how-to-connect-mysql-by-amfphp-in-actionscript/" title="How to Connect MySQL By AMFPHP In ActionScript">How to Connect MySQL By AMFPHP In ActionScript</a></li><li><a href="http://flexman.info/2008/11/10/a-tutorial-about-using-pdf-in-flex-application/" title="A Tutorial About Using PDF in Flex Application">A Tutorial About Using PDF in Flex Application</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://flexman.info/2008/12/02/output-pdf-documents-through-call-php-by-using-of-amfphp-in-flex/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>A Tutorial About Using PDF in Flex Application</title>
		<link>http://flexman.info/2008/11/10/a-tutorial-about-using-pdf-in-flex-application/</link>
		<comments>http://flexman.info/2008/11/10/a-tutorial-about-using-pdf-in-flex-application/#comments</comments>
		<pubDate>Mon, 10 Nov 2008 03:49:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Adobe-Flex]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[PDF]]></category>

		<guid isPermaLink="false">http://flexman.info/2008/11/10/a-tutorial-about-using-pdf-in-flex-application/</guid>
		<description><![CDATA[Now we will introduce a tutorial written by James Ward about how to use PDF in Flex application. It is very detail and very good. We strong recommend the article to you. Following is the article URL: http://www.jamesward.com/wordpress/portable-rias-tutorial/ Following is another tutorial about how to preview PDF in Adobe AIR application for your reference. http://digitechlog.com/2008/11/03/preview-a-pdf-file-in-adobe-air-application.html [...]]]></description>
			<content:encoded><![CDATA[<p>Now we will introduce a tutorial written by James Ward about how to use PDF in Flex application. It is very detail and very good. We strong recommend the article to you. Following is the article URL:</p>
<div style="margin: 0px 0px 0px 15px;">
<script type="text/javascript"><!--
google_ad_client = "pub-2748932162110627";
/* 1st-FlexMan-Article-336-280-01 */
google_ad_slot = "5782465088";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
<p><span id="more-130"></span></p>
<p><a href="http://www.jamesward.com/wordpress/portable-rias-tutorial/">http://www.jamesward.com/wordpress/portable-rias-tutorial/</a></p>
<p>Following is another tutorial about how to preview PDF in Adobe AIR application for your reference.</p>
<p><a href="http://digitechlog.com/2008/11/03/preview-a-pdf-file-in-adobe-air-application.html">http://digitechlog.com/2008/11/03/preview-a-pdf-file-in-adobe-air-application.html</a></p>
<h3>Related Posts</h3><ul class="related_post"><li><a href="http://flexman.info/2008/12/11/apdf-an-open-source-development-kit-create-output-pdf-files-in-flex/" title="aPDF &#8211; An Open Source Development Kit Create &amp; Output PDF Files In Flex">aPDF &#8211; An Open Source Development Kit Create &amp; Output PDF Files In Flex</a></li><li><a href="http://flexman.info/2010/07/14/flex-4-books-effortless-flex-4-development-available/" title="Flex 4 Books &#8220;Effortless Flex 4 Development&#8221; Available">Flex 4 Books &#8220;Effortless Flex 4 Development&#8221; Available</a></li><li><a href="http://flexman.info/2010/07/12/how-to-install-adobe-flex-builder-linuxalpha-in-ubuntu/" title="How To Install Adobe Flex Builder Linux(alpha) In Ubuntu">How To Install Adobe Flex Builder Linux(alpha) In Ubuntu</a></li><li><a href="http://flexman.info/2010/03/06/a-testing-framework-for-flex-23-reflex-unit/" title="A Testing Framework For Flex 2/3 &ndash; Reflex Unit">A Testing Framework For Flex 2/3 &ndash; Reflex Unit</a></li><li><a href="http://flexman.info/2010/01/16/a-framework-help-you-to-create-flashflex-website-with-all-of-the-benefits-of-html-website-swfseo/" title="A Framework Help You to Create Flash/Flex Website With All of the Benefits of HTML Website &#8211; SWFSEO">A Framework Help You to Create Flash/Flex Website With All of the Benefits of HTML Website &#8211; SWFSEO</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://flexman.info/2008/11/10/a-tutorial-about-using-pdf-in-flex-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)
Database Caching 8/41 queries in 0.665 seconds using disk
Object Caching 328/634 objects using disk

Served from: flexman.info @ 2012-02-11 21:32:09 -->
