The oxf:pdf-template processor. Image to pdf.

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

The oxf:pdf-template processor. Image to pdf.

Bazik-2
Hello. I'm use the oxf:pdf-template processor. I must insert image to pdf. How can I configure the pdf model xml?
Reply | Threaded
Open this post in threaded view
|

Re: The oxf:pdf-template processor. Image to pdf.

ilango_g
Are you able to locate the instance data that you submitted?
Bazik wrote
Hello. I'm use the oxf:pdf-template processor. I must insert image to pdf. How can I configure the pdf model xml?
Reply | Threaded
Open this post in threaded view
|

Re: The oxf:pdf-template processor. Image to pdf.

Bazik-2
Yes. I able. The servlet request i have use for data executing.
Example of data:
<?xml version="1.0" encoding="UTF-8"?>
<document xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:xforms="http://www.w3.org/2002/xforms" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xxforms="http://orbeon.org/oxf/xml/xforms">
     <sections>
             <section1>
                     <text>any text</text>
                     <image>../images/section1_image.gif</image>
             </section1>
     </sections>
</document>

someperson wrote
Are you able to locate the instance data that you submitted?
Bazik wrote
Hello. I'm use the oxf:pdf-template processor. I must insert image to pdf. How can I configure the pdf model xml?