Create links
Hi, We can create a table of contents with the bookmarks in the ddx when assembling several PDF documents to one big document.Some documents are related, for example document number 12 is related to...
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 Errors - Failed to acquire result content
I have encountered this error in the LiveCycle logs quite frequently, and I have not determined a solution to this issue. It seems to happen intermittently with no clear cause. Any ideas what causes...
View ArticleError in attaching big files to PDF
Hi,I am trying to attach multiple big files(~400 MB) to a PDF using Assembler. Is there a limitation in the size of a PDF file? And it is possible to process the file with Assembler with the following...
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 ArticleValidating PDF/A
Hi, I am creating a classe that validates PDF/As, basicaly it works like the quick start provided in the livedoc.I got a strange error. in my DDX i have<PDFAValidation compliance='PDF/A-1b'...
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 ArticleAdobe LifeCycle Form Date Question
Attached are 2 files one an adobe LifeCycle template of the form in question and a PureEdge form with the hidden script. What I am looking to accomplish is when the attached government employee time...
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 ArticlePickup 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 ArticleOrder of pages in a PDF
Hello everyone,I'd like to change the order of pages in a pdf. I have tried to create a DDX like this:<?xml version='1.0' encoding='UTF-8' ?> <DDX xmlns='http://ns.adobe.com/DDX/1.0/'>...
View ArticleMerging PDFs through Assembler service returns error
<?xml version="1.0" encoding="UTF-8"?><DDX xmlns="http://ns.adobe.com/DDX/1.0/"> <PDF result="out.pdf"> <PDF source="map.pdf" baseDocument="true"/> <PDF...
View ArticleAssembling documents with list input: (DDX didnot pass the basic validation)
I have a list of documents as input. I just want to assemble them to a single output. I know that DDX can't handle lists and we should use map objects for them. Do we ned to dynamically generate DDX by...
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 ArticleIdentify damaged pdf in assembler ddx xml
I am using Assembler Service (ddx file) to combine multipledocuments(pdf) it generates file but some time the file could not be opened itdisplay message in Reader File damage.I would like to know which...
View ArticlePageOverlay with Alternation
Greetings All:Does anyone know of a way to accomplish the following:I have a source document ( 8.5 x 11 ) 15 pagesI have a template document ( 11 x 17 ) 15 pages I need to overlay the source...
View ArticleXML Attachment
Hi All, I'm trying to create a process that attaches an XML file to a PDF. I tried using the ddx command but apparently it requires a PDF file as the attachment or it will convert the attachment to...
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 ArticleHow to handle keywords in TOC bookmarks?
Hi all, How to handle keywords in Table of contents bookmarks? When I use any keyword as part of bookmark in my Table of Contents, it is completely ignored by assembler service? For ex: If...
View Article