sivarajankumar / alivepdf

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

AlivePDF can'T be executed on computers without AliveDPF on them #161

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. When clicking the button to generate my PDF, I can't generate it on 
computers that do not have the AlivePDF swc file.
2. You have to be on a computer that doesn't have AlivePDF
3. The bug also jams the other part of the application, being the PIN 
identification

What is the expected output? What do you see instead?
My program should generate a PDF. I have tried using the SWC file with the 
MErged into code option as well as a Runtime Shared Library but both of 
them fail when the user's computer does not have AlivePDF.

What version of the product are you using? On what operating system?
I'm using AlivePDF 1.4.9

Please provide any additional information below.
We've tested the webpage on 4 computers. All browsers have the same 
reaction so it's not a cross-browser Issue.
The 2 'Developper's Machines' are able to run the project normally since 
they both have AlivePDF
The 2 Non Developpers PCs aren't able to run the project normally from the 
internet site.
The page is http://a12.ca/ListeModeles/bin-release/ListePrixInventaire.html 
and is in french.

Original issue reported on code.google.com by guillaum...@gmail.com on 16 Oct 2009 at 3:52

GoogleCodeExporter commented 8 years ago
Maybe there is something wrong with the way you use the .swc
In my project this works fine (also version 1.4.9), also on PCs without the 
.swc or
flex or something like this.

Original comment by Heringsf...@gmail.com on 18 Jan 2010 at 1:37

GoogleCodeExporter commented 8 years ago
Hi guillaume,

What do you mean when you say : I can't generate it.

The PDF is not generated for which reasons ? The remote script does not work ? 
Have 
you tried saving the file with Method.LOCAL and Flash Player 10 FileReference 
API ?

let me know,

best,

Thibault

Original comment by thibault.imbert on 24 Jan 2010 at 2:29

GoogleCodeExporter commented 8 years ago
I am having the same problem.  AlivePDF works great as long as I run from Flex 
Builder or one that has Alive PDF loaded on it.  All the computers reference 
the c# 
page for creating the pdf.  However, when I create a release version and access 
the 
web page from a computer without Alive pdf, the line

myPdf = new PDF(Orientation.LANDSCAPE,Unit.MM,Size.LETTER,0);

does not work. That is, the page hangs at this line.

Any suggestions appreciated.  To see the site, go to 
http://tnatlas2.geog.utk.edu/Census1/

Bruce Ralston  

Original comment by ralston...@gmail.com on 13 May 2010 at 7:10