Disassemble 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 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 ArticlePage break within a text object
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...
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 ArticleAssembler Service error
Hi, I'm using AssemblerService in my proces, but sometimes the following is printed to the log file, anybody know what this means? I have noticed the following llines in particular (taken from the...
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 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 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 ArticleDDX needs a Map or a List?
Hello,I am trying to understand (on my own without having to ask the experts...) how to generate a PDF package in Livecycle when I have a List (or Map, whatever is needed) to use as input. From the...
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 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 ArticleTransparency with PageOverlay
Hello, Is it possible to define a transparent color (eg white) when applying a PDF document over another PDF with PageOverlay? Maybe a transformation or setting to apply to the overlay document before...
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 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 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 ArticleHow to force the bookmark tree to autoexpand upon open
If I add bookmarks to a PDF via Acrobat, the PDF opens with all bookmarks expanded (on the bookmark panel). Now, I am using LCES AssemberServices to build a PDF with bookmarks. Everything works fine...
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 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 ArticleProblem in merging two documents using Assembler service???
Hi, I'm trying to merge two documents using Assembler service. In the first document, I have three form fields (One textbox and two buttons). There are separate onclick events written for each button....
View ArticleCollateralNotFoundException from the DDX
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.com/DDX/1.0/">...
View Article