<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: AlivePDF 0.1 Alpha Release</title>
	<atom:link href="http://www.bytearray.org/?feed=rss2&#038;p=107" rel="self" type="application/rss+xml" />
	<link>http://www.bytearray.org/?p=107</link>
	<description>Actionscript 3 Experiments and Flash Player love ;)</description>
	<lastBuildDate>Tue, 07 Sep 2010 13:56:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: mahesh</title>
		<link>http://www.bytearray.org/?p=107&#038;cpage=2#comment-338696</link>
		<dc:creator>mahesh</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.bytearray.org/?p=107#comment-338696</guid>
		<description>var _pdf:PDF = new PDF();
var bytes:ByteArray = new ByteArray();
var displayObject:DisplayObject = Application.application.img;
/* this is Application.application.img */

var bitmapDataBuffer:BitmapData = new BitmapData (displayObject.width, displayObject.height, false,0 );

bitmapDataBuffer.draw (displayObject, displayObject.transform.matrix );

bytes = PNGEncoder.encode ( bitmapDataBuffer, true );

var resize:Resize = new Resize( Mode.NONE, Position.RIGHT );
_pdf.addImageStream(bytes,ColorSpace.DEVICE_CMYK,resize,-3,10,0,0,0);

please provide me solution. addImaageStream is throwing Image format not supported for now this error</description>
		<content:encoded><![CDATA[<p>var _pdf:PDF = new PDF();<br />
var bytes:ByteArray = new ByteArray();<br />
var displayObject:DisplayObject = Application.application.img;<br />
/* this is Application.application.img */</p>
<p>var bitmapDataBuffer:BitmapData = new BitmapData (displayObject.width, displayObject.height, false,0 );</p>
<p>bitmapDataBuffer.draw (displayObject, displayObject.transform.matrix );</p>
<p>bytes = PNGEncoder.encode ( bitmapDataBuffer, true );</p>
<p>var resize:Resize = new Resize( Mode.NONE, Position.RIGHT );<br />
_pdf.addImageStream(bytes,ColorSpace.DEVICE_CMYK,resize,-3,10,0,0,0);</p>
<p>please provide me solution. addImaageStream is throwing Image format not supported for now this error</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anthony</title>
		<link>http://www.bytearray.org/?p=107&#038;cpage=2#comment-334369</link>
		<dc:creator>anthony</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.bytearray.org/?p=107#comment-334369</guid>
		<description>Oups j&#039;ai fais une erreure, si c&#039;est possible de retirer mon adresse mail visible s&#039;il vous plait</description>
		<content:encoded><![CDATA[<p>Oups j&#8217;ai fais une erreure, si c&#8217;est possible de retirer mon adresse mail visible s&#8217;il vous plait</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.bytearray.org/?p=107&#038;cpage=2#comment-334368</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.bytearray.org/?p=107#comment-334368</guid>
		<description>Bonjour,

J&#039;aurais voulu savoir si cette librairie est native à flash ou s&#039;il faut appeler un serveur?

Et si la coupure entre les pages est gérées automatiquement, par rapport au texte et aux images

Merci :)</description>
		<content:encoded><![CDATA[<p>Bonjour,</p>
<p>J&#8217;aurais voulu savoir si cette librairie est native à flash ou s&#8217;il faut appeler un serveur?</p>
<p>Et si la coupure entre les pages est gérées automatiquement, par rapport au texte et aux images</p>
<p>Merci <img src='http://www.bytearray.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DanWashere</title>
		<link>http://www.bytearray.org/?p=107&#038;cpage=2#comment-331837</link>
		<dc:creator>DanWashere</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.bytearray.org/?p=107#comment-331837</guid>
		<description>Thanks for this great class Thibault!

I have a problem with it though, I&#039;ve used it in a Flash app to save out a summary in a PDF, the user enters some data then outputs the PDF - the problem comes if they use Internet Explorer with the popup blocker turned on. 
When they click the button to output the PDF they are asked by the blocker to allow popups - they click yes, but Explorer then just refreshes the main page, losing all their data and not even opening the popup. 
If they then go thru the app and output the PDF it works fine.
I notice on the page for your class ASZIP it has the same problem:
http://www.bytearray.org/?p=105

Has anyone got a way around this problem?
Many thanks,
Dan</description>
		<content:encoded><![CDATA[<p>Thanks for this great class Thibault!</p>
<p>I have a problem with it though, I&#8217;ve used it in a Flash app to save out a summary in a PDF, the user enters some data then outputs the PDF &#8211; the problem comes if they use Internet Explorer with the popup blocker turned on.<br />
When they click the button to output the PDF they are asked by the blocker to allow popups &#8211; they click yes, but Explorer then just refreshes the main page, losing all their data and not even opening the popup.<br />
If they then go thru the app and output the PDF it works fine.<br />
I notice on the page for your class ASZIP it has the same problem:<br />
<a href="http://www.bytearray.org/?p=105" rel="nofollow">http://www.bytearray.org/?p=105</a></p>
<p>Has anyone got a way around this problem?<br />
Many thanks,<br />
Dan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Al</title>
		<link>http://www.bytearray.org/?p=107&#038;cpage=2#comment-330378</link>
		<dc:creator>Al</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.bytearray.org/?p=107#comment-330378</guid>
		<description>Great job on Alive! I tried to subscribe 2x to the forum, it never sends out the emails... mail server down? thank-you</description>
		<content:encoded><![CDATA[<p>Great job on Alive! I tried to subscribe 2x to the forum, it never sends out the emails&#8230; mail server down? thank-you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chandra</title>
		<link>http://www.bytearray.org/?p=107&#038;cpage=2#comment-330365</link>
		<dc:creator>chandra</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.bytearray.org/?p=107#comment-330365</guid>
		<description>I have developed some applications by using alive PDF. But i need some clarifications like how to add (merge) more no of pages into single pdf file.
2)I created one Advanced grid . Inside 50 records available.But only 20 visible to user then he scroll the scrollbar remaining will be visible. But same this converted into pdf only that 20 visible . how to display remaining records into PDF?</description>
		<content:encoded><![CDATA[<p>I have developed some applications by using alive PDF. But i need some clarifications like how to add (merge) more no of pages into single pdf file.<br />
2)I created one Advanced grid . Inside 50 records available.But only 20 visible to user then he scroll the scrollbar remaining will be visible. But same this converted into pdf only that 20 visible . how to display remaining records into PDF?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: natarajan</title>
		<link>http://www.bytearray.org/?p=107&#038;cpage=2#comment-330230</link>
		<dc:creator>natarajan</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.bytearray.org/?p=107#comment-330230</guid>
		<description>I&#039;m having problems trying to insert the contents of a container like Vbox in a PDF 
generated with AlivePDF. I&#039;m not using AlivePDF addimage option 
the container is sliced for the single page 
what i do for generate pdf with out the part of the container</description>
		<content:encoded><![CDATA[<p>I&#8217;m having problems trying to insert the contents of a container like Vbox in a PDF<br />
generated with AlivePDF. I&#8217;m not using AlivePDF addimage option<br />
the container is sliced for the single page<br />
what i do for generate pdf with out the part of the container</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hadi</title>
		<link>http://www.bytearray.org/?p=107&#038;cpage=2#comment-329845</link>
		<dc:creator>Hadi</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.bytearray.org/?p=107#comment-329845</guid>
		<description>I love the AlivePDF project... I&#039;ve been found it just today though :)

one question: how will I be able to load a pdf into my project and convert all its pages into some BitmapData?

I guess it won&#039;t be possible to do that with AlivePDF as itactually tries to create pdf files and not extract them...?

do you have any idea on where I can get started with that? so that I can make bitmaps from every page of a pdf file...</description>
		<content:encoded><![CDATA[<p>I love the AlivePDF project&#8230; I&#8217;ve been found it just today though <img src='http://www.bytearray.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>one question: how will I be able to load a pdf into my project and convert all its pages into some BitmapData?</p>
<p>I guess it won&#8217;t be possible to do that with AlivePDF as itactually tries to create pdf files and not extract them&#8230;?</p>
<p>do you have any idea on where I can get started with that? so that I can make bitmaps from every page of a pdf file&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: simar</title>
		<link>http://www.bytearray.org/?p=107&#038;cpage=2#comment-328604</link>
		<dc:creator>simar</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.bytearray.org/?p=107#comment-328604</guid>
		<description>Hi,

I want to convert one of my display object (that is created dynamically and use swc and graphics to draw other controls) into PDF.
I used AlivePDF to achieve this and use pdf.addImage() method to add display object into this and i need this resulted PDF in vector format but it creates an image in PDF.
so all Vector data is gone. I hope there will be a solution for this.

Please reply me ASAP to achieve this using AlivePDF. It will be a great help for me.

Very Thanks,</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I want to convert one of my display object (that is created dynamically and use swc and graphics to draw other controls) into PDF.<br />
I used AlivePDF to achieve this and use pdf.addImage() method to add display object into this and i need this resulted PDF in vector format but it creates an image in PDF.<br />
so all Vector data is gone. I hope there will be a solution for this.</p>
<p>Please reply me ASAP to achieve this using AlivePDF. It will be a great help for me.</p>
<p>Very Thanks,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.bytearray.org/?p=107&#038;cpage=2#comment-318543</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.bytearray.org/?p=107#comment-318543</guid>
		<description>Hi, 
The AlivePDF cant support the Chinese Character, I have found that so many people use AlivePDF to create PDF but it cant support Chinese Character,which known from Google, if AlivePDF can support UTF8 will be perfect!</description>
		<content:encoded><![CDATA[<p>Hi,<br />
The AlivePDF cant support the Chinese Character, I have found that so many people use AlivePDF to create PDF but it cant support Chinese Character,which known from Google, if AlivePDF can support UTF8 will be perfect!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
