Expand my Community achievements bar.

Flattening static forms with invokeDDX make barcodes dissappear.

Avatar

Former Community Member

Hi, I'm developing a  LiveCycle ES 8.2 process made of two actions, the first is a renderPdfForm that render a xfa static pdf form and the second is a "invokeDDX on one Document" that flatten the pdf obtained. The problem is that the final pdf obtained after flattening have all the barcodes substituted by their text value (instead of the image of a barcode it shows the text value). The value of the invokeDDX action is

<?xml version="1.0" encoding="UTF-8"?>
<DDX xmlns="http://ns.adobe.com/DDX/1.0/" >
    <PDF result="outDoc">
        <PDF source="inDoc">
        <NoXFA/>
    </PDF>
    </PDF>
</DDX>

As far as I know, the assembler service allows to flatten a pdf if it is a static form. Am I missing something, like that in order to flatten pdfs with barcodes it must be used the Output service (not included in LiveCycle Forms)?.

Thanks in advance

Andrés Bravo Mondéjar

1 Reply

Avatar

Former Community Member

Did you figure out why your barcodes were disappearing?