Assemble static XFA-Based pdf with NoForms or NoXFA error: PageException: PDFM_S19003

Hello
I have a PDF which I generated with LC Forms (LC ES 8.2).
Now I am trying generate new flat PDF on Assembler service using the following DDX:
<DDX xmlns="http://ns.adobe.com/DDX/1.0/">
<PDF result="out.pdf">
  <PDF source="cabtf1-forpdfgenerated-STATIC.pdf" />
  <NoXFA/>
</PDF>
</DDX>
I tried also to use <NoForms/> tag instead of <NoXFA>, and in both cases, this particular PDF I gives the following error:
out.pdfcom.adobe.internal.pdfm.util.PageException: PDFM_S19003: Failed to find a matching SVG named color for "2"
The full stack trace is:
com.adobe.internal.ddxm.Executive.execute DDXM_N00000: Started processing result named out.pdf</msg><msg t="1.797" l="SEVERE" n="com.adobe.internal.ddxm.Executive" cpu="0.3125">com.adobe.internal.ddxm.Executive.execute DDXM_S00001: Failed to assemble result named out.pdfcom.adobe.internal.pdfm.util.PageException: PDFM_S19003: Failed to find a matching SVG named color for "2"
at com.adobe.internal.pdfm.util.PageSet.setDocument(PageSet.java:151)
at com.adobe.internal.pdfm.assembly.PageAssembler.deletePages(PageAssembler.java:117)
at com.adobe.internal.pdfm.assembly.DocAssembler.prepareBaseDocForAssembly(DocAssembler.java :339)
at com.adobe.internal.pdfm.assembly.DocAssembler.assemble(DocAssembler.java:161)
at com.adobe.internal.ddxm.task.pdf.AssemblePDF.execute(AssemblePDF.java:130)
at com.adobe.internal.ddxm.blueprint.BluePrint.execute(BluePrint.java:275)
at com.adobe.internal.ddxm.ddx.Node.execute(Node.java:373)
at com.adobe.internal.ddxm.Executive.execute(Executive.java:270)
at com.adobe.internal.ddxm.Executive.execute(Executive.java:221)
at com.adobe.livecycle.assembler.AssemblerServiceImpl.execute(AssemblerServiceImpl.java:465)
at com.adobe.livecycle.assembler.AssemblerServiceImpl.invoke(AssemblerServiceImpl.java:408)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)...
Any ideas? ... Not find the error code PDFM_S19003 how I can solve it?
Thanks.

Actually, it had nothing to do with a SVG named color.  It had to do with the fact that my DDX statement
<DDX source='doc_source' pages='2-last' />
expects 2 pages and it was only supplied a 1 page document.
I had to add a couple steps at the beginning of my processing to fetch how many pages the PDF had and then determine whether to add the additional pages.

Similar Messages

  • Livecycle not publishing pdf with global/non global error

    Hi there,
    I'm new to LiveCycle, and I hope someone can help me at least diagnose my problem.
    For several days I've have successfully been building a standard form, including many text entry boxes which are repeated throughout the document - as an example, I have a box for the person's name, which is then repeated thbroughout the document as a neader name on a master page.
    I have set each and every field to global, so that I can utilise this.
    The latest thing I did was attempt to build a table that has a button on one row allowing the user to add another row to the table. I tired to publish this (create a dymamic pdf), but I got the following error when opening the pdf:
    1. Dialogue box with: can't be defined as global field and a non-global field - okay button
    2. Dialogue box again with: can't be defined as global field and a non-global field - okay button
    followed by the page in acrobat reader with:
    Please wait...
    If this message is not eventually replaced by the proper contents of the document, your PDF
    viewer may not be able to display this type of document.
    You can upgrade to the latest version of Adobe Reader for Windows®, Mac, or Linux® by
    visiting http://www.adobe.com/go/reader_download.
    For more assistance with Adobe Reader visit http://www.adobe.com/go/acrreader
    so, thinking it was something I'd done wrong specifically with the previous table I removed it... only to find that the problem still persists.
    Can anyone at least start me off here as the previous version is a long way down the chain
    Thanks,
    Sunil

    In the end I gave up and manually added each section of my form bit by bit from a back -up. I found the offending table - however, even when deleting it from the file that didn't work it would still bring up the aforementioned error.
    Anyway, it's back working again.

  • AR 9.X Crashing IE (6 and 7)  when opening PDF with sw:iexplore - Application Error

    The majority of my systems are having a problem with Acrobat Reader 9.0 and 9.1.
    When they click on a PDF from within IE the browser crashes with the following error:
    sw: iexplore.exe - Application Error
    The instruction at '0x051251b6" referenced memory at '0x00000010". The memory could not be "read".
    Running AR 8 causes no difficulty, however I have an organizational requirement to have addressed the in-the-wild vulnerability of AR by March 18th for 100% of my client systems. And Adobe is holding on to those versions until the 18th.
    So I _have_ to install 9.1 on 300 systems in the next 36 hours.
    If I take the check mark out of 'Display PDF in Browser' it works fine. The problem with this solution is that there are certain web sites and applications that departments here use which absolutely requires that the PDF be integrated within the browser - so taking Display PDF in Browser is not a universal solution.
    I have tried the following key to no luck:
    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SOFTWARE\Adobe\Acrobat\Exe]
    @="\"C:\\Program Files\\Adobe\\Reader 9.0\\Reader\\AcroRd32.exe\""
    On a couple of machines opening up Reader and closing it first while having admin rights clears up the problem - but not for the majority of my systems.
    I've tried repairs, reinstalls, full reloads and reboots to very little luck.
    It's is for various PDF files from different sites, and it's the same ones that work for the small number of systems not experiencing a problem.
    Any suggestions would be welcome.

    > Adobe is holding on to those versions until the 18th.
    The 18th is tomorrow, so why not wait for it?

  • Unable to rotate pdf with script(not allowed error security settings prevent  error)

    I am using a script to rotate each pages in pdf file when clicking a button. I have added a script to rotate file in the rotate button's click event as a javascript.It is working in acrobat but not in adobe reader. Pleae see the script
    nStart = 0;
    nEnd = this.numPages - 1;
    nRotate = 90;
    try
    if (this.numPages > 0)
               this.setPageRotations(nStart , nEnd , nRotate)
    catch(e)
    app.alert("Processing error: "+e)
    But I'm getting this  error in adobe reader not in acrobat.'not allowed error security settings prevent access to this property or method'. What is the problem. Please anybody tell me.

    I have got it working usig by installing a script on the local machine. Thanks

  • Trying to create a pdf with jasper - Parse Fatal Error at line 1 column 1:

    29/11/2007 16:52:03 org.apache.commons.digester.Digester fatalError
    SEVERE: Parse Fatal Error at line 1 column 1: Content is not allowed in prolog.
    org.xml.sax.SAXParseException: Content is not allowed in prolog.
         at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:236)
         at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.fatalError(ErrorHandlerWrapper.java:215)
         at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:386)
         at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:316)
         at com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError(XMLScanner.java:1438)
         at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$PrologDispatcher.dispatch(XMLDocumentScannerImpl.java:899)
         at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:368)
         at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:834)
         at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:764)
         at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:148)
         at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1242)
         at org.apache.commons.digester.Digester.parse(Digester.java:1666)
         at net.sf.jasperreports.engine.xml.JRPrintXmlLoader.loadXML(JRPrintXmlLoader.java:151)
         at net.sf.jasperreports.engine.xml.JRPrintXmlLoader.load(JRPrintXmlLoader.java:103)
         at net.sf.jasperreports.view.JRViewer.loadReport(JRViewer.java:1376)
         at net.sf.jasperreports.view.JRViewer.<init>(JRViewer.java:243)
         at net.sf.jasperreports.view.JRViewer.<init>(JRViewer.java:214)
         at net.sf.jasperreports.view.JasperViewer.<init>(JasperViewer.java:140)
         at net.sf.jasperreports.view.JasperViewer.viewReport(JasperViewer.java:397)
         at net.sf.jasperreports.view.JasperViewer.viewReport(JasperViewer.java:328)
         at br.com.abril.contratos.Gerar.geraRelatorio(Gerar.java:38)
         at br.com.abril.contratos.Gerar.main(Gerar.java:47)

    The XML file that you're reading has something before the first line - either a comment, whitespace, or other characters. The first characters of your XML file MUST be the XML declaration:
    <?xml ...
    If there's anything before that angle bracket it's not valid XML.

  • Assembler Error - PDFM_S02011: cannot be assemble because it is an XFA-based form

    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 xmlns="http://ns.adobe.com/DDX/1.0/"><br />- <PDF format="XDP" result="package.pdf"><br />  <PDF source="PDF2.pdf" /> <br />- <PDF source="PDF1.pdf"><br />  <NoForms /> <br />  </PDF><br />  </PDF><br />  </DDX><br /><br />Runtime Error<br />com.adobe.livecycle.assembler.client.ProcessingException: ALC-ASM-S00-002: Failed to execute the DDX - error messages provided.<br />     at com.adobe.livecycle.assembler.AssemblerServiceImpl.makeResult(AssemblerServiceImpl.java:8 28)<br />     at com.adobe.livecycle.assembler.AssemblerServiceImpl.execute(AssemblerServiceImpl.java:467) <br />     at com.adobe.livecycle.assembler.AssemblerServiceImpl.invoke(AssemblerServiceImpl.java:408)< br />     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br />     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)<br />     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<br />     at java.lang.reflect.Method.invoke(Method.java:585)<br />     at com.adobe.idp.dsc.component.impl.DefaultPOJOInvokerImpl.invoke(DefaultPOJOInvokerImpl.jav a:118)<br />     at com.adobe.idp.dsc.interceptor.impl.InvocationInterceptor.intercept(InvocationInterceptor. java:140)<br />     at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)<br />     at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor$1.doInTransaction(Transa ctionInterceptor.java:74)<br />     at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterBean.execute(EjbTr ansactionCMTAdapterBean.java:342)<br />     at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterBean.doSupports(Ej bTransactionCMTAdapterBean.java:212)<br />     at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapter_z73hg_ELOImpl.doS upports(EjbTransactionCMTAdapter_z73hg_ELOImpl.java:223)<br />     at com.adobe.idp.dsc.transaction.impl.ejb.EjbTransactionProvider.execute(EjbTransactionProvi der.java:104)<br />     at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor.intercept(TransactionInt erceptor.java:72)<br />     at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)<br />     at com.adobe.idp.dsc.interceptor.impl.InvocationStrategyInterceptor.intercept(InvocationStra tegyInterceptor.java:55)<br />     at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)<br />     at com.adobe.idp.dsc.interceptor.impl.InvalidStateInterceptor.intercept(InvalidStateIntercep tor.java:37)<br />     at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)<br />     at com.adobe.idp.dsc.interceptor.impl.AuthorizationInterceptor.intercept(AuthorizationInterc eptor.java:132)<br />     at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)<br />     at com.adobe.idp.dsc.interceptor.impl.JMXInterceptor.intercept(JMXInterceptor.java:48)<br />     at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)<br />     at com.adobe.idp.dsc.engine.impl.ServiceEngineImpl.invoke(ServiceEngineImpl.java:115)<br />     at com.adobe.idp.dsc.routing.Router.routeRequest(Router.java:118)<br />     at com.adobe.idp.dsc.provider.impl.base.AbstractMessageReceiver.invoke(AbstractMessageReceiv er.java:315)<br />     at com.adobe.idp.dsc.provider.impl.ejb.receiver.EjbReceiverBean.invoke(EjbReceiverBean.java: 156)<br />     at com.adobe.idp.dsc.provider.impl.ejb.receiver.Invocation_fpvhue_EOImpl.invoke(Invocation_f pvhue_EOImpl.java:60)<br />     at com.adobe.idp.dsc.provider.impl.ejb.receiver.Invocation_fpvhue_EOImpl_WLSkel.invoke(Unkno wn Source)<br />     at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:550)<br />     at weblogic.rmi.cluster.ClusterableServerRef.invoke(ClusterableServerRef.java:224)<br />     at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:440)<br />     at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.

    The current version of LC Assembler does not allow you to merge more than one XFA based PDF into a single document while retaining the document's interactivity.  <br /><br />You can have one XFA based PDF but it must be flagged as the baseDocument (an attribute on the PDF tag).<br /><br />You can still merge other XFA documents, but you must first remove the "XFAness" from the PDF using the NoXFA or NoForms tag in the PDF Source.(the result is that these documents are no longer interactive).<br /><br />I see from your DDX that the second PDF input has its "XFAness" removed, but the first does not.  I added the baseDocument attribute to your DDX and it works fine:<br /><br /><?xml version="1.0" encoding="UTF-8" ?><br /> <DDX xmlns="http://ns.adobe.com/DDX/1.0/"><br /> <PDF format="XDP" result="package.pdf"><br />      <PDF source="PDF2.pdf" baseDocument="true"/><br />      <PDF source="PDF1.pdf"><br />          <NoForms /><br />       </PDF><br />  </PDF><br />  </DDX>

  • Create a PDF with DDX that can be converted to PCL by generatePrintedOutput

    Hi all,
    I have a scenario that puzzles me a bit.
    I have some forms that are Interactive forms (stored as XDP with the property Dynamic XML Form).
    I need to assemble these xdp-forms (and fill them with data) and add it all up in one PDF. This PDf should be converted to PCL and later shipped off to a printer. However I see a conflict in doing this by using the Invoke DDX and generatePrintedOutput services.
    I can easily create my PDF, but to make it work I have to include the <NoForms> tag in my DDX. However when I do this I end up with a non xfa-based PDF. When I try to pass this to the generatePrintedOutput service it complains that the form is not XFA-based.
    If I then remove my <NoForms> tag from my DDX I get the error from Assembler telling me that "the baseDocument cannot be assembled becasuse it is an XFA-based form".
    What am I doing wrong? Could you elaborate a little on the behavior of these two services.
    I have found the link to the documentation on page 38 in http://help.adobe.com/en_US/livecycle/9.0/ddxRef.pdf, however I don't think it tells me what is wrong.
    Please advice
    Thanks in advance
    Kim Christensen
    Dafolo A/S
    Denmark

    Open in PS and print to the Adobe PDF printer. However, a 448MB TIFF seems huge. At 200 dpi and 24 bit color (millions of colors) that leaves you with a 61inX61in graphic. Even at 600dpi, that is 20X20.
    For us to help you, please indicate exactly how you are trying to convert from PhotoShop. For Acrobat, are you trying to open the TIFF in Acrobat directly? Is the TIFF a single sheet, or multiple sheet? There are a lot of unanswered questions for us.
    One of the limitations on file size is the size of the temporary PS file that is created in the PDF creation process. This PS file is created in the TEMP folder that is limited by MS. So you might try emptying the TEMP folder.

  • Can't download or open a fillable pdf with Windows 8.1   - desperately need help!

    My son is working on a Boy Scout Eagle project.  He recently got a computer with Windows 8.1.  I also have Windows 8.1 on my computer.  Neither of us are able to open the Eagle service project workbook fillable pdf form he already started and emailed to himself from his old computer or to download a new form from the BSA website.  The latest version of Adobe pdf reader (11) is installed on both our machines.  Here is the page from which we are to download the form:
    Eagle Scout Service Project Workbook Procedures
    Can anyone help us?

    Have you tried opening the PDF directly from Adobe Reader? Windows 8.1 included Microsoft Reader, which is far less capable than Adobe Reader, and can't work with XFA-based PDF forms like the one you're trying to use.

  • Problem assembling XFA forms with DDX NoForms/ or NoXFA/ 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 xmlns="http://ns.adobe.com/DDX/1.0/"><br />- <PDF format="XDP" result="package.pdf"><br />  <PDF source="PDF2.pdf" /><br />- <PDF source="PDF1.pdf"><br />  <NoForms /><br />  </PDF><br />  </PDF><br />  </DDX><br /><br />Runtime Error<br />com.adobe.livecycle.assembler.client.ProcessingException: ALC-ASM-S00-002: Failed to execute the DDX - error messages provided.<br />at com.adobe.livecycle.assembler.AssemblerServiceImpl.makeResult(AssemblerServiceImpl.java:8 28)<br />at com.adobe.livecycle.assembler.AssemblerServiceImpl.execute(AssemblerServiceImpl.java:467) <br />at com.adobe.livecycle.assembler.AssemblerServiceImpl.invoke(AssemblerServiceImpl.java:408)< br />at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br />at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)<br />at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<br />at java.lang.reflect.Method.invoke(Method.java:585)<br />at com.adobe.idp.dsc.component.impl.DefaultPOJOInvokerImpl.invoke(DefaultPOJOInvokerImpl.jav a:118)<br />at com.adobe.idp.dsc.interceptor.impl.InvocationInterceptor.intercept(InvocationInterceptor. java:140)<br />at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)<br />at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor$1.doInTransaction(Transa ctionInterceptor.java:74)<br />at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterBean.execute(EjbTr ansactionCMTAdapterBean.java:342)<br />at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterBean.doSupports(Ej bTransactionCMTAdapterBean.java:212)<br />at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapter_z73hg_ELOImpl.doS upports(EjbTransactionCMTAdapter_z73hg_ELOImpl.java:223)<br />at com.adobe.idp.dsc.transaction.impl.ejb.EjbTransactionProvider.execute(EjbTransactionProvi der.java:104)<br />at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor.intercept(TransactionInt erceptor.java:72)<br />at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)<br />at com.adobe.idp.dsc.interceptor.impl.InvocationStrategyInterceptor.intercept(InvocationStra tegyInterceptor.java:55)<br />at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)<br />at com.adobe.idp.dsc.interceptor.impl.InvalidStateInterceptor.intercept(InvalidStateIntercep tor.java:37)<br />at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)<br />at com.adobe.idp.dsc.interceptor.impl.AuthorizationInterceptor.intercept(AuthorizationInterc eptor.java:132)<br />at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)<br />at com.adobe.idp.dsc.interceptor.impl.JMXInterceptor.intercept(JMXInterceptor.java:48)<br />at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)<br />at com.adobe.idp.dsc.engine.impl.ServiceEngineImpl.invoke(ServiceEngineImpl.java:115)<br />at com.adobe.idp.dsc.routing.Router.routeRequest(Router.java:118)<br />at com.adobe.idp.dsc.provider.impl.base.AbstractMessageReceiver.invoke(AbstractMessageReceiv er.java:315)<br />at com.adobe.idp.dsc.provider.impl.ejb.receiver.EjbReceiverBean.invoke(EjbReceiverBean.java: 156)<br />at com.adobe.idp.dsc.provider.impl.ejb.receiver.Invocation_fpvhue_EOImpl.invoke(Invocation_f pvhue_EOImpl.java:60)<br />at com.adobe.idp.dsc.provider.impl.ejb.receiver.Invocation_fpvhue_EOImpl_WLSkel.invoke(Unkno wn Source)<br />at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:550)<br />at weblogic.rmi.cluster.ClusterableServerRef.invoke(ClusterableServerRef.java:224)<br />at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:440)<br />at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.

    The AssemblerResult.getJobLog() method will give you an XML file that contains the details of what went wrong. Most likely the issue is that the documents being assembled are not convertable to XDP format.

  • We are facing issue to open a static form PDF in Chrome Browser , which is loaded using Adobe FormService.Able to open in other browsers but not able to open the static forms in chrome with LC 11.0 version

    We are facing issue to open a static form PDF in Chrome Browser
    , which is loaded using Adobe FormService.
    Able to open in other browsers but not able to open the static
    forms in chrome with LC 11.0 version
    Below error message:
    The document you are trying to load
    requires Adobe Reader 8 or higher. You may not have the Adobe Reader installed
    or your viewing environment may not be properly configured to use Adobe Reader.
    For information on how to install Adobe Reader and configure your viewing
    environment please see http://www.adobe.com/go/pdf_forms_configure.
    Please let us know do we have any option for disabling
    <NoXFA/> tag by calling formService. RenderPDF() method on adobe service
    For dynamic forms its working by adding <NOXFA/> in
    DDX xml . only for static forms its not working because we are not using
    assembler service for this forms.
    Please let us know how we can disable XFA in static forms??????????????????

    If anyone is reading this still looking for what caused the issue and how to fix it here is what I discovered.
    The antivirus program our company uses, Bitdefender Antivirus Plus, was causing some of the PDF files not to open. After troubleshooting the different modules and settings the culprit was..
    Scan SSL in Privacy Control Settings. Turning it OFF solved the problem and all the PDF files that previously would not open now open just fine. This issue has been sent to Bitdefender for them to review. If you use a different antivirus program and are having this issue try locating the Scan SSL setting and see if turning it off solves the problem.

  • Can't export a PDF with XFA form

    Cannot convert/export a PDF document containing an SFA form - can this program not do this?

    Hi Morin27,
    XFA forms are not regular PDF's but XML files in a PDF shell.
    To create a word file from those files, you first have to flatten the XFA forms by printing as PDF with the Adobe PDF Printer.
    Then you can save using ExportPDF the created static PDF as Word document.
    ~ Pranav

  • PDF with XFA elements

    how do i convert a pdf with XFA elements to word?

    Something to try.
    Open with LCD.
    Save as "static" PDF.
    Close out of LCD.
    Launch Acrobat XI Pro - Open PDF - Save As Other to MS Word.
    Or, having subscribed to Adobe's online service (PDF Pack or ExportPDF) sign in to your subscription and send the PDF through the pipe.
    Or, print to paper. Scan then use Acrobat or the appropriate online service (perhaps PDF Pack) to get an OCR'd PDF.
    Then export to a Word file via Acrobat or the online service.
    Be well...

  • Problem opening Form based PDF via Safari browser with Adobe Reader 9.3 on MAC

    Hi,
    I'm mentioning below the problem that we are facing when we open a form based PDF created using a licensed version of Adobe Livecycle Designer ES (Version 8.2.1.4029.1.523496) on a MAC machine through a Safari Browser.
    We tested this PDF form on a windows machine and the PDF opens in an IE browser via the latest Adobe reader 9.3 without any problem. I then received complaints by our clients that they were unable to open the same PDF on their Safari browser on a MAC machine, I tried to resolve the problem by downloading the latest version of Adobe Reader 9.3 for MAC but noticed that the Safari browser window would just keep refreshing the page without displaying the PDF at all. I then uninstalled the Adobe Reader 9.3 version and downloaded and installed an older version i.e., Abobe Reader 8.2 version for MAC and noticed that the PDF document successfully opened in the Safari browser. My question is why does a form based PDF work with an older version of Adobe Reader for MAC and not with the latest version? Our clients are not comfortable with the fact that we are refraining them from upgrading to the latest version of Adobe Reader for MAC and that they would have to downgrade their existing Adobe Reader 9.3 to a lower version Adobe Reader 8.2 in order for the PDF forms to work when it should be the other way around.
    Is there any fix or a patch that is currently being worked on that would resolve this issue in the latest Adobe Reader for MAC? If yes then when would it be ready? This issue is quite critical for our business and would appreciate it if this would be looked into with high priority.
    Thanks and Regards,
    Sheikh Huraiz Ahmed.

    That suggestion makes sense and likely works, but only if the user is on a machine that will allow them to use Reader. I'm sending this out to a lot of teachers, who are using machines either at school, or are school-issued machines, and they don't have the admin privileges to install software-- even Reader.
    so my problem is, if they are stuck on a machine without Reader, and without the possibility of having Reader... it's just not going to work because Preview can't handle these functions.
    And, since that is not an acceptable answer with what I'm trying to do... I will find another way to create/submit forms. I think there are some online possibilities I will have to make work.
    very, very disappointing and frustrating.
    Kristi

  • X Pro and Flash Player Error with web-based PDF readbook

    Everytime I try to view a web-based PDF book (with multiple PDF files) I get an error/alert that reads:
    "To View the Flash technology content in this PDF file, please install this version of Flash Player that supports Adobe Reader and Acrobat."
    I am currently using:
    IE Explorer 9.0.8112.16421
    Adobe Reader X 10.1.7
    Adobe Acrobat X Pro 10.1.4
    Shockwave 12.0.2 Development
    I have all of the appropriate settings enabled/disabled in the browser. Before I installed Adobe Acrobat Pro the files opened perfectly in IE9. I believe, but am unsure, that I was just using Reader X at that point.
    Of note...the PDF books in question still open perfectly if I DOWNLOAD the file and open it from the desktop. The issue is when I try to view it in the browser(a setting enabled in the preferences). This is an issue because I don't have the time or space to download these files and need to view them in the browser for efficiency.

    JohnPublic wrote:
    "To View the Flash technology content in this PDF file, please install this version of Flash Player that supports Adobe Reader and Acrobat."
    You would usually get this message if you don't have the Flash Player plugin installed.  However I do not quite understand why you get that message when viewing a PDF in the browser, but not when viewing it from your local disk.

  • PDF with XFA forms to excel or word?

    I am trying to convert pdfs with XFA forms in them to an excell document but get an error message stating that documents with XFA forms cannot be converted into this format. Any way around this? Any way to remove XFA forms? Im pretty lost.

    If you removed the XFA forms there would be nothing left. XFA forms are a complete replacement for normal PDF - a different kind of form, pretending to be a PDF. There's very little you can do with them, except fill them in, or export form data. Maybe print-to-PDF?
    Beware if these are official/government forms. Converting them will usually leave them invalid and your application unacceptable.

Maybe you are looking for

  • "Print" button on ic-web client

    Hi Experts, We are working on SAP CRM 2007 On top of the page we see a Toolbar with several buttons. One of the buttons is print. (Used to print the contents of a view) Can anyone guide me where exactly is the code for this 'Print' event?? Which view

  • "iTunes has encountered an error.." Help! I've tried EVERYTHING.

    I am running WIndows XP Media Center SP3 on an aging HP PC (Pentium 4). In the past, iTunes (v. 7, I believe) worked just fine on my PC with no problems.  For a long time, I did not have a 'need' to upgrade the software because it worked fine the way

  • Conversion error in PSA

    Hi I am trying to load data from R/3 and i get some erroreneous records in the PSA. The error message says: Error: Conversion foreign curr. -> local curr.: 0020000072 20071218 EUR -> INR I checked the records in PSA and the only currency values that

  • EO_INBOUND_PARALLEL

    From SAP Documentation: The parameter EO_INBOUND_PARALLEL is evaluated in the Integration Server inbound channel and in the Integration Engines of the sender and receiver. Here what is the meaning of "Integration Engines of the sender and receiver".

  • Sort the Data Selection in TVARV Table

    hello...i wanted to run a SAP Standard Program and it is have a variant selection for me to select the variable from TVARV table. When this program run, I would like to have a selection of choosing the latest date to run the program based on the vari