Click here to Skip to main content
16,004,529 members
Please Sign up or sign in to vote.
1.80/5 (2 votes)
See more:

I'm developing a flash application. In that project, I need to save a .jpg image into .pdf file. How do I do this programmatically?

I'm doing this application in ActionScript, but I understand C++ best, so any examples you post would be best understood if they were in C++. I can then translate the logic to ActionScript myself.

I would appreciate any ideas you have.

Posted
Updated 17-Nov-09 13:36pm
v2

1 solution

I modified your question somewhat to be more clear. Let me know if I got your meaning wrong. Your best bet is to use a library that allows you to construct PDF's yourself. http://itextsharp.sourceforge.net/ is one such library (it uses C#). http://www.lowagie.com/iText/ is the Java version of that library.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900