Pickup and process zip file in watch folder
Hi, Could someone refer me to an example where it shows me how to use Java script in the Execute Script service to do the following: - Pickup the zip file from the Watch Folder- Unzip the zip file-...
View ArticleRotated Text not staying home
Greetings All, I hope you can help me. I need to apply PageLabel text to PDFs passed through assembler.As long as the test is not rotated, I am able to set the margins as I desire to get the labels...
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 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 ArticleCreating DDX on the fly
If you ever need to create DDX on the fly from a listOfFileNamescheck my blog outhttp://eslifeline.files.wordpress.com/2008/10/some-useful-utilities.pdf
View ArticleAssembler Service Issue Formatter Exception
Hello, I'm currently using the assembler service in solution that stores the forms and fragments xdp's inside a database as varchar(max).After reading the text from the database I pass it to a...
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 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 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 ArticleHow to change the page number of the existing PDF during assembling?
Hi All, I am going to assemble two PDF's. Both the PDF's are having page no. So i am assembling two pdf's using invokeDDX method. I am setting page number in the DDX. Assembled PDF is having both...
View ArticleDisassembling documents:
Hi, I'm trying to disassemble documents. My Assembler input is a map document with ddx: <PDFsFromBookmarks prefix="stmt"> <PDF source="doc1.pdf"/></PDFsFromBookmarks>What should...
View ArticleDisassemble portfolio, how to?
hi,i have problem with disassembling PDF portfolio.I have process in cycle, which is assemble few forms with XFA data into a pdf's. At the end of this process, after loop, it makes a portfolio like...
View ArticleXDP Assembly Issue
Hi All, I am getting following error while assembling the XDPs containg fragment references:- Assembler cannot stitch fragment. Unable to resovle reference: If the first document input to the...
View ArticleExclude some pages from numbering in DDX
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...
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 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 ArticleWhat is the best practice to configure Watchedfolder process to assemble...
I have a requirement to assemble multiple files from client app to a single PDF file. Please let me know the best practice to achieve it through watchedfolder configuration. We have to use watched...
View ArticleCreating DDX on the fly
If you ever need to create DDX on the fly from a listOfFileNamescheck my blog outhttp://eslifeline.files.wordpress.com/2008/10/some-useful-utilities.pdf
View ArticleCan you dynamically embed a Flex application in PDF
Hi All, Does anyone know if you can dynamically embed a Flex application in PDF via the Adobe LiveCycle Assembler service or any other LiveCycle service? Thanks,s_stuff
View ArticleAssembling huge documents:
Hi, We tried to assemble 20 documents of each document size 21.63 MB (740 pages per each document) using Assembler process. The process errors out with java.lang.IndexOutOfBoundsException: Index:...
View Article