Append/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 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 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 ArticleProblems using XFAConversionSettings renderAtClient in ES3
Greetings All,Is anyone using <XFAConversionSettings renderAtClient="true" /> in assembler DDX commands in ES3?I have been using this setting to create Dynamic PDFs from XDP templates for...
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 ArticleDDX for disassembling packaged files
Hello, I created a very basic pdf portfolio using assembler service. My ddx for the same - <DDX xmlns="http://ns.adobe.com/DDX/1.0/"> <PDF result="Assembled Form"> <PDF...
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 ArticleAssembler IVS not working
The Assembler IVS is not functioning. Once we add the DDX and the input files - we hit invoke and nothing happens. No Error or anything. Please advise!
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 ArticleHow to 'grey out' other fields once i make a selection
Hi there, I am trying to build a form that will allow me to select an option, say from a drop down box, and then have that selection automatically grey out certain fields that i don't want to have data...
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 ArticleAfter using Assembler Service outcome is coming as corrupted PDF
Hi, I have been using the Assembler Service since a quite long time but I never came across this situation. In my application, I have to merge the XFA based (which is flatten) PDF with a PDF which is...
View Articleassembling multiple documents:
Hi, This might be the very basic question on assembling docs. I'm trying to assemble multiple documents. For that, I downloaded the sample workflow process from Tour-De-LiveCycle...
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 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 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 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 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 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