Hi!
I am using web services (with .NET) to work with Adobe LiveCycle. I
want to merge two pdf files into a single pdf file. Is the only way to
do this creating a DDX file and use with Assembler Services?
When running my code I get the following message:
Error: com.adobe.livecycle.assembler.client.ProcessingException: ALC-
ASM-S00-002: Failed to execute the DDX - error messages provided.
Does this mean my DDX file is incorrect? My DDX looks like this (name
of server is changed):
<?xml version="1.0" encoding="utf-8"?>
<DDX xmlns="
http://ns.adobe.com/DDX/1.0/">
<PDF result="\\
blablabla.myserver.com\d$\pdfmerge
\NewMergedPdfFile.pdf">
<PDF source="\\
blablabla.myserver.com\d$\pdfmerge
\ContentTestPage1.pdf" />
<PDF source="\\
blablabla.myserver.com\d$\pdfmerge\Test.pdf" />
</PDF>
</DDX>
The pdf-files are on a different server then Adobe LiveCycle. Can this
make a diffenerence?
If you want to I can give you the full .NET code.
Best regards,
Malin.