<?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: Custom Printing with Flex, Part 2: Generating PDFs with AlivePDF</title>
	<atom:link href="http://www.kalengibbons.com/blog/index.php/2009/03/custom-printing-with-flex-part-2-generating-pdfs-with-alivepdf/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kalengibbons.com/blog/index.php/2009/03/custom-printing-with-flex-part-2-generating-pdfs-with-alivepdf/</link>
	<description>The Dead Tree Blog</description>
	<lastBuildDate>Wed, 18 Jan 2012 08:30:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Avneesh Pandey</title>
		<link>http://www.kalengibbons.com/blog/index.php/2009/03/custom-printing-with-flex-part-2-generating-pdfs-with-alivepdf/comment-page-2/#comment-33704</link>
		<dc:creator>Avneesh Pandey</dc:creator>
		<pubDate>Wed, 13 Jul 2011 10:45:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.kalengibbons.com/blog/?p=191#comment-33704</guid>
		<description>Really very helpful for me.</description>
		<content:encoded><![CDATA[<p>Really very helpful for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kalen Gibbons</title>
		<link>http://www.kalengibbons.com/blog/index.php/2009/03/custom-printing-with-flex-part-2-generating-pdfs-with-alivepdf/comment-page-2/#comment-22947</link>
		<dc:creator>Kalen Gibbons</dc:creator>
		<pubDate>Sun, 15 May 2011 05:50:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.kalengibbons.com/blog/?p=191#comment-22947</guid>
		<description>Hi Mehran,
  I think I need you to be a little more specific; what are you trying to accomplish?  What do you mean &quot;parse&quot; a PDF file?</description>
		<content:encoded><![CDATA[<p>Hi Mehran,<br />
  I think I need you to be a little more specific; what are you trying to accomplish?  What do you mean &#8220;parse&#8221; a PDF file?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mehran</title>
		<link>http://www.kalengibbons.com/blog/index.php/2009/03/custom-printing-with-flex-part-2-generating-pdfs-with-alivepdf/comment-page-2/#comment-22799</link>
		<dc:creator>Mehran</dc:creator>
		<pubDate>Sat, 14 May 2011 13:02:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.kalengibbons.com/blog/?p=191#comment-22799</guid>
		<description>I know it&#039;s off topic but I need help. Can I parse and display (ofcourse!) an existing pdf file with alivePDF?</description>
		<content:encoded><![CDATA[<p>I know it&#8217;s off topic but I need help. Can I parse and display (ofcourse!) an existing pdf file with alivePDF?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gauri</title>
		<link>http://www.kalengibbons.com/blog/index.php/2009/03/custom-printing-with-flex-part-2-generating-pdfs-with-alivepdf/comment-page-2/#comment-21528</link>
		<dc:creator>gauri</dc:creator>
		<pubDate>Thu, 05 May 2011 08:28:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.kalengibbons.com/blog/?p=191#comment-21528</guid>
		<description>hi kalen,

resolved. i had wrap the component i was printing into abox n then ot printed. didn&#039;t understood why it is so.....</description>
		<content:encoded><![CDATA[<p>hi kalen,</p>
<p>resolved. i had wrap the component i was printing into abox n then ot printed. didn&#8217;t understood why it is so&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kalen Gibbons</title>
		<link>http://www.kalengibbons.com/blog/index.php/2009/03/custom-printing-with-flex-part-2-generating-pdfs-with-alivepdf/comment-page-2/#comment-21503</link>
		<dc:creator>Kalen Gibbons</dc:creator>
		<pubDate>Wed, 04 May 2011 19:52:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.kalengibbons.com/blog/?p=191#comment-21503</guid>
		<description>Gauri,
  It&#039;s hard to tell from the information provided.  I would try and distinguish whether the problem is with the rows and their content or how/where they are being added to the PDF.  Try adding those same troublesome rows to a new PDF without the preceding content and see if they show up.  If they still don&#039;t show up you know it&#039;s problem with those rows.</description>
		<content:encoded><![CDATA[<p>Gauri,<br />
  It&#8217;s hard to tell from the information provided.  I would try and distinguish whether the problem is with the rows and their content or how/where they are being added to the PDF.  Try adding those same troublesome rows to a new PDF without the preceding content and see if they show up.  If they still don&#8217;t show up you know it&#8217;s problem with those rows.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gauri</title>
		<link>http://www.kalengibbons.com/blog/index.php/2009/03/custom-printing-with-flex-part-2-generating-pdfs-with-alivepdf/comment-page-2/#comment-21475</link>
		<dc:creator>gauri</dc:creator>
		<pubDate>Wed, 04 May 2011 06:16:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.kalengibbons.com/blog/?p=191#comment-21475</guid>
		<description>Hi Kalen,

very nice project, it helped me lot. but i am facing a problem.
i have vbox to print to pdf. the vbox contains of 5x4 matrix. i have used tile container.
height of each row changes as per the text user inputs. so while exporting this to pdf i have divided it into 5 boxes 1st is heading i export this heading using addimage then i export 1st row again using add image. after this i check the height of content added if it is exceeding height of page then i am adding new page, again adding heading box and then the content remaining. 
heading is displayed properly as required, also first row is displayed and placed properly in pdf. problem is with the remaining rows. they are getting added and placed properly as image but are not displayed. what issue it can be?
i am using 0.1.5RC alivepdf
please help its urtgent</description>
		<content:encoded><![CDATA[<p>Hi Kalen,</p>
<p>very nice project, it helped me lot. but i am facing a problem.<br />
i have vbox to print to pdf. the vbox contains of 5&#215;4 matrix. i have used tile container.<br />
height of each row changes as per the text user inputs. so while exporting this to pdf i have divided it into 5 boxes 1st is heading i export this heading using addimage then i export 1st row again using add image. after this i check the height of content added if it is exceeding height of page then i am adding new page, again adding heading box and then the content remaining.<br />
heading is displayed properly as required, also first row is displayed and placed properly in pdf. problem is with the remaining rows. they are getting added and placed properly as image but are not displayed. what issue it can be?<br />
i am using 0.1.5RC alivepdf<br />
please help its urtgent</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kalen Gibbons</title>
		<link>http://www.kalengibbons.com/blog/index.php/2009/03/custom-printing-with-flex-part-2-generating-pdfs-with-alivepdf/comment-page-2/#comment-14874</link>
		<dc:creator>Kalen Gibbons</dc:creator>
		<pubDate>Tue, 18 Jan 2011 21:06:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.kalengibbons.com/blog/?p=191#comment-14874</guid>
		<description>Hi Zamás,
  The pdfCreator.php file is just a copy of the create.php that comes with the AlivePDF download.  I just checked and I don&#039;t think it&#039;s included in the 0.1.5RC download, but if you download the older 0.1.4.9 version you&#039;ll find it in the &quot;Core&quot; directory.</description>
		<content:encoded><![CDATA[<p>Hi Zamás,<br />
  The pdfCreator.php file is just a copy of the create.php that comes with the AlivePDF download.  I just checked and I don&#8217;t think it&#8217;s included in the 0.1.5RC download, but if you download the older 0.1.4.9 version you&#8217;ll find it in the &#8220;Core&#8221; directory.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zamás</title>
		<link>http://www.kalengibbons.com/blog/index.php/2009/03/custom-printing-with-flex-part-2-generating-pdfs-with-alivepdf/comment-page-2/#comment-14867</link>
		<dc:creator>Zamás</dc:creator>
		<pubDate>Tue, 18 Jan 2011 19:19:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.kalengibbons.com/blog/?p=191#comment-14867</guid>
		<description>&quot;You would need to create your own ColdFusion or PHP script to handle the upload on your own server; please do not use min&quot;

Ok :)</description>
		<content:encoded><![CDATA[<p>&#8220;You would need to create your own ColdFusion or PHP script to handle the upload on your own server; please do not use min&#8221;</p>
<p>Ok <img src='http://www.kalengibbons.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zamás</title>
		<link>http://www.kalengibbons.com/blog/index.php/2009/03/custom-printing-with-flex-part-2-generating-pdfs-with-alivepdf/comment-page-2/#comment-14865</link>
		<dc:creator>Zamás</dc:creator>
		<pubDate>Tue, 18 Jan 2011 18:58:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.kalengibbons.com/blog/?p=191#comment-14865</guid>
		<description>Hi!

In the code was this line:

&quot;http://kalengibbons.com/assets/pages/pdfCreator.php&quot;

How can I get this PHP file?

Thanks!</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>In the code was this line:</p>
<p>&#8220;http://kalengibbons.com/assets/pages/pdfCreator.php&#8221;</p>
<p>How can I get this PHP file?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: srini</title>
		<link>http://www.kalengibbons.com/blog/index.php/2009/03/custom-printing-with-flex-part-2-generating-pdfs-with-alivepdf/comment-page-2/#comment-13298</link>
		<dc:creator>srini</dc:creator>
		<pubDate>Mon, 27 Dec 2010 15:09:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.kalengibbons.com/blog/?p=191#comment-13298</guid>
		<description>Hi Kalen,
I am using the following code to generate a page based on selected size dymanically.I am passing with  selected view stack.But my problem is,the viewstack is not fitted fully to selected page, leaving white space to the right side as:
myPDF = new PDF();
			var page:Page;
page = new Page ( Orientation.LANDSCAPE, Unit.MM, Size.LETTER);
myPDF.addPage ( page );
			var imageSnap:ImageSnapshot = ImageSnapshot.captureImage(selViewStack,300,new JPEGEncoder(),false);
			var imageByteArray:ByteArray = imageSnap.data as ByteArray;
			var resMode :org.alivepdf.layout.Resize = new org.alivepdf.layout.Resize(Mode.FIT_TO_PAGE,Position.LEFT);
			myPDF.setDisplayMode(Display.FULL_PAGE, Layout.SINGLE_PAGE, PageMode.USE_NONE, 1);
			myPDF.addImageStream(imageByteArray, ColorSpace.DEVICE_RGB,resMode);	
			myPDF.save( Method.REMOTE, ApplicationConstants.uploadPdfBytesURL,&quot;&quot;,&quot;mypdf&quot;+&quot;.pdf&quot;);

What would be the problem.How to fit the viewstack to entire page without white space.
Thanks
Srini</description>
		<content:encoded><![CDATA[<p>Hi Kalen,<br />
I am using the following code to generate a page based on selected size dymanically.I am passing with  selected view stack.But my problem is,the viewstack is not fitted fully to selected page, leaving white space to the right side as:<br />
myPDF = new PDF();<br />
			var page:Page;<br />
page = new Page ( Orientation.LANDSCAPE, Unit.MM, Size.LETTER);<br />
myPDF.addPage ( page );<br />
			var imageSnap:ImageSnapshot = ImageSnapshot.captureImage(selViewStack,300,new JPEGEncoder(),false);<br />
			var imageByteArray:ByteArray = imageSnap.data as ByteArray;<br />
			var resMode <img src='http://www.kalengibbons.com/blog/wp-includes/images/smilies/icon_surprised.gif' alt=':o' class='wp-smiley' /> rg.alivepdf.layout.Resize = new org.alivepdf.layout.Resize(Mode.FIT_TO_PAGE,Position.LEFT);<br />
			myPDF.setDisplayMode(Display.FULL_PAGE, Layout.SINGLE_PAGE, PageMode.USE_NONE, 1);<br />
			myPDF.addImageStream(imageByteArray, ColorSpace.DEVICE_RGB,resMode);<br />
			myPDF.save( Method.REMOTE, ApplicationConstants.uploadPdfBytesURL,&#8221;",&#8221;mypdf&#8221;+&#8221;.pdf&#8221;);</p>
<p>What would be the problem.How to fit the viewstack to entire page without white space.<br />
Thanks<br />
Srini</p>
]]></content:encoded>
	</item>
</channel>
</rss>

