Is it possible to embed a java.awt.component into iText?
I want to put an image into a pdf file that is a scalable
vector, not a bit map.
A commercial program, JPageLayout has this capability:
“In addition to displaying images defined by image
files, JClass PageLayout is capable of importing and displaying a visual
object, such as a JClass Chart, so long as the object is of type java.awt.Component.
The process is simple: instantiate the component and pass it to the current
flow as a parameter in the flow's embedComponent() method.”
Has anyone tried to do this in iText?
Mike