Other question...
If I must add an other PDF to the destination file having at source xml a
tag of type:
http://mySite/pdfs/myPdf.pdf
and overriding the handleEndingTags(String name) method of the SaxHandler
how can I add the pages of the source pdf to the output?
In the SaxHadler I have not ac
An other problem:
I need to have a customized page.
To do so I modified the Events sample with romeo and Juliet to add a custom
header.
So in the method onEndPage I've inserted the code:
Rectangle border = new Rectangle(0f, 0f);
border.setBorderWidthLeft(0f);
border.setBor
>nicola.gioia wrote:
>> I have an xml file that contain a tag of the type
>>
>> /images/image.png
>>
>> and I need to know how to add a tag to my tagMap.xml to convert it in
>> http://myHost/images/image.png";>
>
>The tagmap.xml functionality is too limited to achieve this.
>You should subclass
nicola.gioia wrote:
> I have an xml file that contain a tag of the type
>
> /images/image.png
>
> and I need to know how to add a tag to my tagMap.xml to convert it in
> http://myHost/images/image.png";>
The tagmap.xml functionality is too limited to achieve this.
You should subclass the SAX Han
I have an xml file that contain a tag of the type
/images/image.png
and I need to know how to add a tag to my tagMap.xml to convert it in
http://myHost/images/image.png";>
--
View this message in context:
http://www.nabble.com/insert-image-from-xml-file-tf2521449.html#a7032997
Sent from the iT