I have textarea in my site(link shortening site) i want to user enter some kind of text and as a return i will give(shorten link) a pdf file which user can download.How can i do that with php do i need extra library or default php libraries are capable of doing that?(i am working on windows machine by the way)(site using php mysql apache latest versions)
            Asked
            
        
        
            Active
            
        
            Viewed 1,568 times
        
    1
            
            
        - 
                    This dupe will help: http://stackoverflow.com/questions/733219/converting-html-to-pdf-using-php – random Sep 07 '09 at 08:32
1 Answers
1
            And I found fpdf as well. :)
But I think the first solution will suit it more because it is not from a third party
 
    
    
        Chathuranga Chandrasekara
        
- 20,548
- 30
- 97
- 138
- 
                    i am using aptana studio as php ide but i dont know how to make this library work. – Burak Dede Sep 07 '09 at 08:45
