Any Tutorial / Sample to create Single PDF from multiple source files using...
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...
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 ArticleHow to wrap text in
In DDX reference guide many places we can see the statement "This element it does not support auto-wrapping of text. Use the styled text <p> element to wrap the text.". but it doesn't explain how...
View ArticleEmbedding sound into PDF
Hi,We are able to attach sound files to PDF using 'FileAttachments' DDX element.Is it possible to embed a WAV file into PDF using LC Assembler as it is done in Acrobat using Sound Tool? We would like...
View ArticleText boxes
I'm doing up a form that needs some text boxes to be sideways (landscape) instead of portrait as the rest of the form. Is that possible? I'm new to Adobe in the 'creation' portion - can anyone help?
View ArticleResponse time slowly increasing if the assembler runs for long time:
Hi, We created the assembler process which assembles 52 documents and gives the mashed document as output. This works excellent.We ran this process in performance testing in pre-prod for 4 hours with...
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 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 ArticleAssembler Service is failing
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"> <PDF...
View ArticleFileAttachments in Execute Script
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...
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 ArticleES4 Assembler and portfolios' folders compatibility with Acrobat 9
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...
View ArticleCreate Folder with DDX in PDF Portfolio or add files to Folder
can I create folders in a PDF file same as we do with the Adobe Acrobat Portfolio using only DDX? I tried using PackageFiles, but had no results.
View ArticlePhotoshop Coversion error...
I converted psd(photoshop) to pdf with pdf generate es's watched folder.But, I met this log with error.I already installed photoshop cs2 version and adobe 9 extended.and, watched folder setting, and,...
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 ArticleAssemble PDF's located in Network folder
Hi, I am trying to assemble PDF's which are located in a network folder.. <?xml version="1.0"?><DDX xmlns="http://ns.adobe.com/DDX/1.0/"> <PDF result="PDFA.pdf"> <PDF...
View ArticleProblem with assembling flattened PDFs with XFA docs
I have a flattened PDF (legacy) doc that I am sending into a livecycle process to merge with an XFA doc that I am creating on the server. Assembler will not allow me to assemble the docs in the...
View ArticleAssembler DDX Service returns XML file with corrupted text
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...
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 ArticleCatching 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 Article