Hi,
Previously we where combining DLF file(DLF stored in a specific location) and base64Binary to create PDF output, and it was successfully.
Now instead of DLF we have to combine a PDF file (PDF stored in a specific location) and base64Binary to create PDF output.
Below is the schema elements used previously.
Please let me know, how can we combine a pdf and base64binary to create PDF output.
Any help is really appreciated.
<xs:element name="dlf_ph" type="xs:string"/>
<xs:element name="pdfs" type="pdfphType" />
<xs:complexType name="pdfphType">
<xs:sequence>
<xs:element name="pdf_ph" type="xs:base64Binary" minOccurs="0" maxOccurs="5000"/>
</xs:sequence>
</xs:complexType>
Thank you,
Ramu