output client setSynchronous()
I'm trying to understand what exactly it is that the setSynchronous() method does on the output client. Sure, it sets the mode to "synchronous" per the java docs, but then does that mean it's...
View ArticleFlattening a PDF using Assembler's Invoke DDX
I have an XDP that needs to be converted to a flat PDF without using output(The solution can only use forms services).Since its being called from within the process orchestration by using the invoke...
View ArticleTransaction not active error
Hi all, I am not sure that this is the right place to put this post, but I'll try here anyway as I am using the assembler extensively in my process. I have created a process that assembles a large...
View Articlehow to increase document Cache : Ignoring cache write as Object size is...
<Warning> <com.adobe.formServer.common.cachemanager.CacheManager> <000000> <Ignoring cache write as Object size is greater than Max Document size in cache setting....
View ArticleFillable PDF Not Printing Everything on page
I created this form using LC Designer 8. The bottom detail part of the page prints but the top Section doesn't print. It has printed fine until today. Here is the filled form:...
View ArticleAutomated printing of PDF files from a server
I need a way to print PDF files from a server directory with no human intervention. I'll know what printer I want to print on from the server and the name of the PDF file. I just want the process to...
View ArticleZPL problem with layout A5 landscape
The data in my ZPL is not complete. I generate ZPL using GeneratePrintedOutput2. I use the zpl300.xdc.The XDP size is DIN A5 page orientation is landscape. When I switch it to page orientation =...
View ArticleThe XmlFormService process gives following warning when generating pdf output.
I get the following warning i my server.log when "converting" xml to pdf(generatePDFOutput). Running lc es4 sp1, jboss 5.2.0, java 1.7.0_25, suse linux 11 sp2. 2014-05-19 08:38:05,649 WARN...
View ArticleAlignment of text boxes and output from dot matrix printer
I have pre-printed carbonless forms and I use a dot matrix printer for printing. About 2 years ago, I purchased LiveCycle ES2 and had a developer create a pdf form so I can type in the information and...
View ArticleOutput.Print printing all PDFs double-sided
Hello According to the following article it is possible to configure a PDF to print single or double sided in the Adobe LiveCycle...
View ArticlePrinting a PDF document from a network printer hosted on Windows Print Server
Hi We have a use case where a XFA form needs to be merged with the XML file and later be printed on a printer hosted on Windows Print Server. While I know the first part of merging the template with...
View Articlethis.print()
In the JS guide this.print is used as an example like the one below. I get TypeError: this.print is not a function when I try to use this.print on a button click event. I"m trying to print to pdf to...
View ArticleConvert interactive form with digitally signed XML to PDF/a
Hi all, I wonder if it should be possible to convert a form that contains digitally signed XML into a PDF/a? I have tried the ConvertToPDFA service in LC ES 2.5, but it does not seem to work as I...
View ArticleAssembler Error - PDFM_S02011: cannot be assemble because it is an XFA-based...
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 ArticleGeneratePDF Service API error: PDFMaker reported an error while printing the...
I am trying to use the converting from native file format to PDF using java example and I keep getting this error"Error occurred: ALC-PDG-010-012-PDFMaker reported an error while printing the...
View ArticlePage count - how do you get it?
I'm using the Java API. How do I get the page count of a pdf? There is a method on the "FormsResult" object called getPagecount() but it does not work - always returns 1!! (BTW, I am using...
View ArticleCreate Static PDF after Initialize script
I have a workflow that merges an XDP (built mostly of fragments) and form data. At the end of the process I need to append some static PDF files to the end. Because Assembler will not allow assembly...
View ArticleConvert XFA form to PDF document
Within a process, I have form defined as a xfa variable and user can fill it in workspace and also include attachment when submitting the form.Then after the form is processed, approved by manager I...
View ArticlePDFOutputOptionsSpec set Destination (Output Location URI)
Hi guys, i'm with some problem, maybe someone can help me. I have in workbench a activity of generatePDFOutput, and the i want to set a destination for the output PDF file. I've created a variable of...
View ArticleUnable to create / open file
hi i try to create pdf with Output Service API Quick Starts, i copy code in the file inWeb service API so i call my output service.i have a modele ComdeDynamiq.xdpi have a xml file for merging :...
View Article