Order 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 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 ArticleAssemble Documents with READ_ONLY permissions set
Greetings, We receive a boatload of documents from different sources, and have to package them together. Adobe Assembler service seemed the obvious choice, but we've run into one problem in...
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 ArticleCreate 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 ArticleCan we avoid specifying User ID & password for connecting to LiveCycle server...
Hi,I am developing a JAVA program that connects to the LiveCycle ES server to assemble two PDF files. Here is some part of the code I am using. The code works fine. Properties connectionProps = new...
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 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 ArticleDisAssembling a PDF based on a text string on the page
I am looking for some guidance (and an example if at all possible) on how to disassemble a multipage pdf based on text like "Tax ID" contained on certain pages. The result is that I am looking to break...
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 ArticleDynamic bookmark xml file associates with pdf files
Hi, I have a process that generates a bookmark xml at runtime and uses the PDF Generator service to convert various documents (word, excel, and images) to PDF. How do I associate the bookmark xml as a...
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 a PDF based on a text string on the page
I am looking for some guidance (and an example if at all possible) on how to disassemble a multipage pdf based on text like "Tax ID" contained on certain pages. The result is that I am looking to break...
View ArticleDynamic bookmark xml file associates with pdf files
Hi, I have a process that generates a bookmark xml at runtime and uses the PDF Generator service to convert various documents (word, excel, and images) to PDF. How do I associate the bookmark xml as a...
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 get the number of pages when assemble pdf with DDX
Hi, I have tried to add two bookmarks to one pdf with DDX(in java code), the first bookmark I shall add to the first page,and the second I shall add to the second page.... the question is:...
View ArticleProblem assembling XFA forms with DDX or tags
I am unable to assemble or stitch together multiple PDFs into one.<br /><br />Runtime DDX<br /> <?xml version="1.0" encoding="UTF-8" ?><br />- <DDX...
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 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 ArticleHow can I encrypt(using PKI credential) a package/portfolio using Assembler...
Hi All, I have found a way to encrypt (using password credential) a package/portfolio using a DDX and calling invokeDDX service of AssemblerService. see the DDX snippet below How can I do the PKI...
View Article