Satishpethani92 / alivepdf

Automatically exported from code.google.com/p/alivepdf
0 stars 0 forks source link

Problem in PDF Text generation, AlivePDF on Flex #150

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. I've used alive PDF, My program generates PDF but text is not getting 
generated.
2. I tried using add text as well multicell. both aren't working 
3. I use Flex 3

What is the expected output? What do you see instead?
Text needed in PDF doc generated

What version of the product are you using? On what operating system?
Alive PDF latest

Please provide any additional information below.

Original issue reported on code.google.com by kartikth...@gmail.com on 19 Aug 2009 at 7:02

Attachments:

GoogleCodeExporter commented 8 years ago
One thing I noted is that one needs to set a color for text. Without that, text 
is
not drawn.

Try adding a call to myPdf.textStyle(new RGBColor(0)) after adding the page and 
see
if your text starts showing up.

Original comment by eric.m.b...@gmail.com on 28 Aug 2009 at 5:39