Expand my Community achievements bar.

Error converting xdp to pdf

Avatar

Level 4

Hi,

I created a xdp file using the designer. Now i want to convert the xdp to pdf. When is use the Convert XDP to PDF process it throws an error saying Required pdf element missing from xdp. How can i solve this problem.

4 Replies

Avatar

Level 10

Where do you get this Convert XDP to PDF process?

You need to make sure it uses the renderPDFForm operation from the Forms service (for interactive PDF) or the generatePDFOutput from the Output service (for non-interactive PDF).

Jasmin

Avatar

Level 4

Hi,

The Convert XDP to PDF is a PDFUtility Service. I tried using the renderPDFForm operation but the error of "Not Enough Space" comes up. Where as if i invoke anyother process  it works fine.

Avatar

Level 10

I'm not sure why you get this "Not enough space" error". Do you have plenty of disk space available on that server?


What type of machine are you using.

The Convert XDP to PDF won't do the trick. This operation only works if the PDF is embedded in the XDP. It essentially just extracts it from the XDP.

Jasmin

Avatar

Level 4

Yes there is lot of space in my server. Im using a XP machine.