Catching exceptions from invokeDDX
Hi, I have a simple long-lived process designed. It has an (Assembler) invokeDDX service at the start which takes a DDX input and some PDF input files. There is also a SetValue that takes the assembler...
View ArticleAssemble Documents with READ_ONLY permissions set
Greetings, We receive a boatload of documents from different sources, and have to package them together. Adobe Assembler service seemed the obvious choice, but we've run into one problem in...
View ArticleHow to set Bookmark element to expand
Hi All, First I'll explain the solution so that you understand what I'm trying to accomplish. The solution involves several PDF files and each one is linked by the bookmark using the following DDX:...
View ArticleAppend/Merge PDFs with SAP J2EE Application server
Hi Experts, I'm new to Adobe APIs. We have a requirement to append several PDF documents into a single document programatically using Adobe supported APIs. Upon my search I found that this can be...
View ArticleAssembler and PDF/A ??
We have Adobe LC ES2 SP2 and froms Server service license. Well, we need to convert PDF to PDF / A, we are trying to use the Assembler service. In the documentation "in Acrobat 9 and PDF/A-1 LiveCycle...
View ArticleNeed help in Assembler service
I installed Adobe Livecycle ES3 with WAS. I'm able to login to the adminui but could not see assemblerservice option under home->services->applicaiton and services->service management and then...
View ArticleMerging annotations in PDF using Assembler Service
Hi all, I want to merge Annotations in pdf. For that, I am using Assembler service. DDx is as below: <DDX xmlns="http://ns.adobe.com/DDX/1.0/"> <PDF result="resultDoc"> <PDF...
View ArticleInline PDF in DDX
I need to send PDF Base64 encoded inline with the DDX that I'm sending to Assembler. Any idea how to accomplish that ? I have tried the following, but I get the following error The input BLOB...
View ArticleALC-ASM-S00-002 NumberFormatException on attachment filename or source
DDX:<DDX xmlns="http://ns.adobe.com/DDX/1.0/"> <PDF result="pdfWithAttachments" format="PDF"> <PDF source="pdfWithoutAttachments"/> <FileAttachments...
View ArticleAssembler not getting the blankpage if combined with multiple xdps
Hi,we are trying to append different .xdp's witht he assembler service to get the resultant .pdf Main xdp :docin.xdp2nd .xdp : doci2n.xdp there are multiple xdp's that would be combined together with...
View ArticlePremature End of File Exception
When I invoke the Assembler Service via Web Service in Java 1.4 environment I get the following exception:<br /><br />org.xml.sax.SAXParseException: Premature end of file.<br />...
View ArticleUsing assembler service in livecycle process desing
I am looking into the assembler service to flatten a form that is generated using a renderPdfForm process that is populated using xml.I tried to drag the assembler service into my livecycle process...
View ArticleCosDictionary expected, found class...
Hi, I'm trying to merge xfa form with pdf using assembler service. For some pdf's it is working fine and for some I'm receiving the following error. CosDictionary expected, found class...
View ArticleAssembler failing after form saved using ES3 designer(original works saved...
I am having an issue with a form that was created in ES2. If you use the form created in ES2, the assembler process works fine. Once you open the form and save it using ES3, the process fails. Any...
View ArticleDDXM_S00001: Failed to assemble
Hello all! We have been using the assembler module to merge our PDF documents for a few months and suddenly we started having problems a few weeks ago.The error seems to be random. Assembler will...
View Articlelivecycle form
hi,i have a livecycle expandable form. here there is a table and add row and remove row button for adding and removing table row.when i add additional feature for save form with data it will...
View Articlecoerce object error out of assembler
I have a livecycle process that uses Assembler to create a PDF package. I then want to reader extend that package. I believe that I have to use "AssemblerResult" as the output type for the Assembler...
View ArticleCan we avoid specifying User ID & password for connecting to LiveCycle server...
Hi,I am developing a JAVA program that connects to the LiveCycle ES server to assemble two PDF files. Here is some part of the code I am using. The code works fine. Properties connectionProps = new...
View ArticleDisassemble PDF documents
Hi, Is it possible to disassemble a PDF document invoking LiveCycle ES2 using MTOM, when the document does not contain bookmarks to separate each individual document inside? Thank you.
View ArticleNeed Base64 instead of remoteURL as the result for Assembler Service Merging
I am hitting Assembler Service to Merge 3 Documents through SOAPUI and I am getting the base64 encoded merged document as the result. But when I hit the same Assembler Service through IHS with a...
View Article