Sign in to follow, share, and participate in this community.
I have the following problem: I'm producing a PDF Portfolio with some nested file and folders through Assembler WebAPI. The portfolio is ok and works fine if opened with Acrobat XI, but the same portfolio is bugged if... Any Tutorial / Sample to create Single PDF from multiple source files using PDF assembler in a watched folder process. I have a client application which will prepare number of source files and some meta data informati... Any Tutorial / Sample to create Single PDF from multiple source files using PDF assembler in a watched folder process.
in LiveCycle Assembler
BackDDX:
<DDX xmlns="http://ns.adobe.com/DDX/1.0/">
<PDF result="pdfWithAttachments" format="PDF">
<PDF source="pdfWithoutAttachments"/>
<FileAttachments source="pic... 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 o... How to add attachments to generated PDF document (i.e. MainForm) and send it to a mail in a ALC process? Here, my script below import java.util.Map; import java.util.HashMap; import java.lang.String;... Google Translations: -Source Text (English): Delivery to the following recipient failed permanently: info@twitter.com Technical details of permanent failure: Google tried to deliver your message, but it was r... 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">  ... I am having following three issues when merging document using PDF Assembler Service:- Error # 1 (JobID: 20369) System.ServiceModel.FaultException: Caused by: com.adobe.livecycle.assembler.client.ProcessingExcept... PDF documents received in Jan and Feb are no longer processed correctly by an existing DDX application. It seems the output XML file contains text corrupted with extra spacing between characters. Is this a recent know... Hi, I am new to ADEP LIVECYCLE. I have used a DDX script for merging comments on a PDF. DDX used: <DDX xmlns="http://ns.adobe.com/DDX/1.0/"> <PDF result="Result_DOC"> ... 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 merge... I need to create a page break within a text object. I am providing the user a text field to describe an issue. There are 6 different groups with a rating and the user filled text. In the past we have provided a form w... Hi, I am trying to create a portfolio using below ddx - <DDX xmlns="http://ns.adobe.com/DDX/1.0/"> <PDF result="Assembled Form" initialView="demo"> ... Hello, I created a very basic pdf portfolio using assembler service. My ddx for the same - <DDX xmlns="http://ns.adobe.com/DDX/1.0/"> <PDF result="Assembled Form"> &nb... 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 selected catego... 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 hostname inste... Hi, I have a need to exclude certain pages/documents from displaying the page number in an assembled document. For example, if there are 10 documents that i'm assembling together, a few documents in be... Hi, Sorry, my question is a bit of naive. I was trying to create a sample portfolio using Assembler. The DDX file which I was using looks like below - <DDX xmlns="http://ns.adobe.co... 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 id... 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 ...