Want non-interactive batch conversion

Under the Acrobat Pro 9 menu >Advanced >Document Processing >Batch Processing I used to be able to convert entire folders of documents into PDFs without any interaction.  Now, it wants to open Word and have me specify to save the file.  I want to be able to process in the background without having to specify that I want to save the file.  I have the button checked to Keep original file name.
Does anyone know how to help me?
thanks, Jim

Hi Ramanan,
Check this links.
To be able to use PDF forms in Web Dynproapplications:
��SAPNetWeaverDeveloper Studio(minimum SPS 11) is installed
��Adobe LiveCycleDesigner7.0 is installed
��Adobe Reader7.0.x is installed
��SAP NetWeaverWeb AS Javacompatible with the DevStudiois installed
��The Adobe Document Servicesare deployed and configured on the SAP J2EE Engine.
��The Active Component Framework(ACF) of the Interactive Forms integration is installed. (not mandatory)
�� Internet Explorer(version 6)
https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/2b6db1c4-0801-0010-faa5-ff4b4df55b45
https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/63f09fc2-0401-0010-1482-dbf9891e7613
Web Report to PDF
/thread/104121 [original link is broken]
Dynamik PDF
Create Adobe PDF for user to download and print
Online PDF
https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/8d7b9e7d-0c01-0010-2495-947691554cb7
https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/176882c3-0401-0010-9fbc-d9fa1f713a73
Regards,
mithu

Similar Messages

  • Non-interactive FrameAccess.java and frame conversion woes

    Hello all,
    I am searching for a way to convert a webcam-acquired AVI file into a sequence of numbered TIFF images (one for each movie frame). While searching the 'net, I ran into the well-known sample called FrameAccess.java. Although it looks like a good starting point, I got stuck by a number of problems:
    1) I'm not interested in visualizing the frames as they get processed: I've got tons of players I can check the movie with before feeding it in to my extractor. A simple non-interactive application would be better. However, when I comment out the AWT-related portions of FrameAccess, it hangs after processing two or three frames.
    2) Which way is better to process the single frame with: PreAccess or PostAccess?
    2.1) In PreAccess it looks like the frame is still in raw YUV420 format, whereas in PostAccess it seems to have undergone some conversion since the buffer size is equal to the number of pixels. But the buffer data is returned as short[] when I would expect it to be of type byte[]. What am I missing here?
    3) Although it is a priori known that the AVI files were acquired in B/W mode, it looks like the AVI is made of 8-bit RGB frames. How can I possibly convert them into 8-bit or 16-bit grayscale images and save them as TIFF images? (*)
    Any ideas/hints/suggestions whatsoever that might help me tackle the above problems will be highly valued.
    Thanks in advance,
    Emmanuele
    (*) I am aware that this question could be partly off-topic since it may fall more appropriately into the Java2D/JAI realm. However, for the moment I'd like not to open too many threads.

    Hello all,
    I am searching for a way to convert a webcam-acquired AVI file into a sequence of numbered TIFF images (one for each movie frame). While searching the 'net, I ran into the well-known sample called FrameAccess.java. Although it looks like a good starting point, I got stuck by a number of problems:
    1) I'm not interested in visualizing the frames as they get processed: I've got tons of players I can check the movie with before feeding it in to my extractor. A simple non-interactive application would be better. However, when I comment out the AWT-related portions of FrameAccess, it hangs after processing two or three frames.
    2) Which way is better to process the single frame with: PreAccess or PostAccess?
    2.1) In PreAccess it looks like the frame is still in raw YUV420 format, whereas in PostAccess it seems to have undergone some conversion since the buffer size is equal to the number of pixels. But the buffer data is returned as short[] when I would expect it to be of type byte[]. What am I missing here?
    3) Although it is a priori known that the AVI files were acquired in B/W mode, it looks like the AVI is made of 8-bit RGB frames. How can I possibly convert them into 8-bit or 16-bit grayscale images and save them as TIFF images? (*)
    Any ideas/hints/suggestions whatsoever that might help me tackle the above problems will be highly valued.
    Thanks in advance,
    Emmanuele
    (*) I am aware that this question could be partly off-topic since it may fall more appropriately into the Java2D/JAI realm. However, for the moment I'd like not to open too many threads.

  • Want to generate non-interactive form

    Hi Experts,
                    I want to generate some reports from webdynpro java as pdf.i want to do
    this as non-interactive form.Please tell me how can i generate such a non interactive form , if possible with example or  as step by step procedure.
    Regards,
    Ramanan.P

    Hello,
    if you set the flag 'Readonly' for your Interactive form element it will be a non-interactive form.
    Best regards,
    Dezso

  • How to use Reader in non-interactive persistent mode to convert PDFs?

    How to use Adobe Acrobat Reader in non-interactive and persistent mode to convert PDFs to PostScript (or even better, bitmapped image files) ?
    At present, I'm using
        acroread -toPostScript  indir/*pdf outdir/
    to convert a set of PDFs to PostScript (the platform is Solaris on Sparc).
    These PDFs arrive at varying rates at arbitrary intervals and I'd like to avoid the overhead of startup of the acroread process and loading of the fonts etc. I would like the acroread process to become persistent and that it should convert the PDFs either as and when they become available or on demand (ie upon receipt of some signal or message).
    In the words, the usage is similar to that used by web browsers, which is effectively a client of the rendering service provided by the Adobe Acrobat Reader running in the background.
    The only difference is that I need the output in a file (or set of files), either bitmap or PostScript.
    Any help / pointers on how to do this would be greatly appreciated.
    Thanks and best regards.

    Hello,
    As I understand, you would like to setup a watch folder which will be getting pdf files in arbitrary intervals. You then want each pdf to be converted to ps in a separate folder.
    You could achieve this with the help of a script by polling for pdf files present in the watch folder. When you find pdf files, convert them to ps, save the ps file in another folder and then move the pdf to another folder.
    In any case, once the process of conversion of pdf to ps is over, acroread will quit.
    There is no way to keep the acroread process running in background and convert pdfs as and when they are available.
    Please let me know if this answers your query.
    Regards,
    Rishi

  • Batch Conversion of PDF to Postscript

    I've been trying write a script for Batch conversion of PDF to PS files, using "silent" printing. I'm apparently missing something, because acrobat keeps crashing after executing the script (and the .ps files are not being created). Its also still prompting me for a filename. Not really sure of the syntax for keeping the same filename? I'm new to java script, so I'm sure its something I have wrong. My code is below, if anyone can help me out. I'm using Acrobat 7.0.9
    this.print ({bUI: false,bSilent: true,bShrinktoFit: true,});
    var pp = this.getPrintParams();
    pp.interactive = pp.constants.interactionLevel.automatic;
    pp.printername = "Xerox Docuprint 92C NPS PS2 C1";
    pp.filename = "c:\temp\$filename$.ps";
    this.print(pp);
    Thanks

    Why are you calling the print method twice?
    Your syntax in the first call to print is in error. You have a comma after bShrinkToFit: true which is telling the JS interpreter to expect another argument.
    Use this for filename (not the capital N in filename ... use proper case for property names):
    pp.fileName = "/c/temp/" + this.documentFileName + ".ps";
    Also, when printing to PostScript you shouldn't specify a printer name. Use this (again, note the proper case for properties):
    pp.printerName = "";
    It says exactly this in the documentation for the fileName property of the PrintParams object. I suggest you read the documentation relating to the methods you're trying to use ... always a good place to find answers.
    > When printerName is an empty string and fileName is specified, the current document is saved as a PostScript file.
    Although it may not consider C:\temp a "safe path" (I can't remember off the top of my head). You'll want to read the documentation regarding JavaScript "safe paths". If it is still prompting you for a filename it is most likely ignoring your path due to security restrictions.

  • Run Forms non interactively (Oracle 8i)

    Is it possible to run a form in "batch" mode, that is non-interactively?
    The reason for this request is that the application is a turn-key system and I need
    to load a application file. The vendor has provided a load file screen but I want
    to run this application in batch.
    It would be too costly to ask the vedor to re-write the application.
    Has anyone tried this before?
    Is this possible? Could I use the UNIX package called expect?

    yes but you need patch 1 for forms (better use patch4).
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Glenn Ruckdashel ([email protected]):
    Will Oracle 8i and Forms Server 6i run on Windows 2000?<HR></BLOCKQUOTE>
    null

  • Run Oracle form non-interactively

    I am using Oracle 8i.
    I want to be able to run a form non-interactively, that is, in batch mode.
    The reason for that is that the application is a "turn-key" package and I don't have access to the source. I want to be able to run the form from a UNIX script rather than having a human key in the input.
    I know what the screen fields need to be and which function key to "press".
    Has anyone run a form non-interactively?
    Is this possible?
    Can anyone suggest a way of doing this? I was thinking that the UNIX utility expect may help.

    I think it is better for you to ask this question in Oracle Forms/Oracle Forms Server development forum.
    This issue would better addressed in Development forums.
    Just my 0.02£
    Yury

  • Simple XML Non-interactive Export

    I'm looking for some advice on a simple approach to exporting entire tables (select * from X) in batch or non-interactive mode that we can schedule. We are competent in PL/SQL but not Java. Our files are approximately 50MB in size. We are confused because there are so many ways in Oracle to work with XML, and all we want to do is a basic export using only Oracle supplied packages (no 3rd party utilities) akin to how you'd do it in MS Access using export. Our environment is Oracle 10gR2 on Windows 2003.
    thanks!

    You could try something like. I'm not sure how well it would scale to 50MB but it's very simple so it should not take long to try
    Basically
    1. Use SQL/XML to create a view containing a single document that contains the information from all rows in the table.
    2. Obtain a REF to the row in the view
    3. Create a resource in the XML DB repository based on the REF
    4. Use FTP to read the document from the XDB repository
    SQL> create or replace view EMP_EXPORT_VIEW of XMLType
      2  with object id
      3  (
      4     'EMP'
      5  )
      6  as
      7  select xmlElement
      8         (
      9           "Table",
    10           xmlAgg
    11           (
    12              xmlElement
    13              (
    14                "Row",
    15                xmlForest(EMPNO,ENAME,JOB,MGR,HIREDATE,SAL,COMM,DEPTNO)
    16              )
    17           )
    18         )
    19    from EMP
    20  /
    View created.
    SQL> set long 1000000
    SQL> --
    SQL> select * from EMP_EXPORT_VIEW
      2  /
    SYS_NC_ROWINFO$
    <Table><Row><EMPNO>7369</EMPNO><ENAME>SMITH</ENAME><JOB>CLERK</JOB><MGR>7902</MG
    R><HIREDATE>1980-12-17</HIREDATE><SAL>800</SAL><DEPTNO>20</DEPTNO></Row><Row><EM
    PNO>7499</EMPNO><ENAME>ALLEN</ENAME><JOB>SALESMAN</JOB><MGR>7698</MGR><HIREDATE>
    1981-02-20</HIREDATE><SAL>1600</SAL><COMM>300</COMM><DEPTNO>30</DEPTNO></Row><Ro
    w><EMPNO>7521</EMPNO><ENAME>WARD</ENAME><JOB>SALESMAN</JOB><MGR>7698</MGR><HIRED
    ATE>1981-02-22</HIREDATE><SAL>1250</SAL><COMM>500</COMM><DEPTNO>30</DEPTNO></Row
    <Row><EMPNO>7566</EMPNO><ENAME>JONES</ENAME><JOB>MANAGER</JOB><MGR>7839</MGR><HIREDATE>1981-04-02</HIREDATE><SAL>2975</SAL><DEPTNO>20</DEPTNO></Row><Row><EMPNO
    7654</EMPNO><ENAME>MARTIN</ENAME><JOB>SALESMAN</JOB><MGR>7698</MGR><HIREDATE>1981-09-28</HIREDATE><SAL>1250</SAL><COMM>1400</COMM><DEPTNO>30</DEPTNO></Row><Row
    <EMPNO>7698</EMPNO><ENAME>BLAKE</ENAME><JOB>MANAGER</JOB><MGR>7839</MGR><HIREDA
    SYS_NC_ROWINFO$
    TE>1981-05-01</HIREDATE><SAL>2850</SAL><DEPTNO>30</DEPTNO></Row><Row><EMPNO>7782
    </EMPNO><ENAME>CLARK</ENAME><JOB>MANAGER</JOB><MGR>7839</MGR><HIREDATE>1981-06-0
    9</HIREDATE><SAL>2450</SAL><DEPTNO>10</DEPTNO></Row><Row><EMPNO>7788</EMPNO><ENA
    ME>SCOTT</ENAME><JOB>ANALYST</JOB><MGR>7566</MGR><HIREDATE>1987-04-19</HIREDATE>
    <SAL>3000</SAL><DEPTNO>20</DEPTNO></Row><Row><EMPNO>7839</EMPNO><ENAME>KING</ENA
    ME><JOB>PRESIDENT</JOB><HIREDATE>1981-11-17</HIREDATE><SAL>5000</SAL><DEPTNO>10<
    /DEPTNO></Row><Row><EMPNO>7844</EMPNO><ENAME>TURNER</ENAME><JOB>SALESMAN</JOB><M
    GR>7698</MGR><HIREDATE>1981-09-08</HIREDATE><SAL>1500</SAL><COMM>0</COMM><DEPTNO
    30</DEPTNO></Row><Row><EMPNO>7876</EMPNO><ENAME>ADAMS</ENAME><JOB>CLERK</JOB><MGR>7788</MGR><HIREDATE>1987-05-23</HIREDATE><SAL>1100</SAL><DEPTNO>20</DEPTNO></
    Row><Row><EMPNO>7900</EMPNO><ENAME>JAMES</ENAME><JOB>CLERK</JOB><MGR>7698</MGR><
    SYS_NC_ROWINFO$
    HIREDATE>1981-12-03</HIREDATE><SAL>950</SAL><DEPTNO>30</DEPTNO></Row><Row><EMPNO
    7902</EMPNO><ENAME>FORD</ENAME><JOB>ANALYST</JOB><MGR>7566</MGR><HIREDATE>1981-12-03</HIREDATE><SAL>3000</SAL><DEPTNO>20</DEPTNO></Row><Row><EMPNO>7934</EMPNO>
    <ENAME>MILLER</ENAME><JOB>CLERK</JOB><MGR>7782</MGR><HIREDATE>1982-01-23</HIREDA
    TE><SAL>1300</SAL><DEPTNO>10</DEPTNO></Row></Table>
    SQL> declare
      2    res boolean;
      3    xmlRef REF XMLTYPE;
      4  begin
      5    select ref(x)
      6      into xmlREF
      7      from EMP_EXPORT_VIEW x;
      8    res := dbms_xdb.createResource('/public/EmpTableExport.xml',xmlREF);
      9  end;
    10  /
    PL/SQL procedure successfully completed.
    SQL>
    SQL>
    SQL> quit
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.2.0 - Production
    With the Partitioning, OLAP and Data Mining options
    C:\xdb\bugs\clobtest>ftp
    ftp> open localhost 2100
    Connected to mdrake-lap.
    220- mdrake-lap
    Unauthorised use of this FTP server is prohibited and may be subject to civil and criminal prosecution.
    220 mdrake-lap FTP Server (Oracle XML DB/Oracle Database) ready.
    User (mdrake-lap:(none)):
    530  Please login with USER and PASS.
    Login failed.
    ftp> user scott tiger
    331 pass required for SCOTT
    230 SCOTT logged in
    ftp> cd public
    250 CWD Command successful
    ftp> ls -l
    200 PORT Command successful
    150 ASCII Data Connection
    -rw-r--r--   1 SCOTT    oracle         0 FEB 16 15:27 EmpTableExport.xml
    -rw-r--r--   1 INVALID_ oracle       630 JAN 31 19:44 newTestcase.xsd
    -rw-r--r--   1 INVALID_ oracle       531 JAN 31 19:44 testcase.xsd
    226 ASCII Transfer Complete
    ftp: 213 bytes received in 0.03Seconds 6.87Kbytes/sec.
    ftp> get EmpTableExport.xml -
    200 PORT Command successful
    150 ASCII Data Connection
    <Table><Row><EMPNO>7369</EMPNO><ENAME>SMITH</ENAME><JOB>CLERK</JOB><MGR>7902</MGR><HIREDATE>1980-12-17</HIREDATE><SAL>800</SAL><DEPTNO>20</D
    EPTNO></Row><Row><EMPNO>7499</EMPNO><ENAME>ALLEN</ENAME><JOB>SALESMAN</JOB><MGR>7698</MGR><HIREDATE>1981-02-20</HIREDATE><SAL>1600</SAL><COM
    M>300</COMM><DEPTNO>30</DEPTNO></Row><Row><EMPNO>7521</EMPNO><ENAME>WARD</ENAME><JOB>SALESMAN</JOB><MGR>7698</MGR><HIREDATE>1981-02-22</HIRE
    DATE><SAL>1250</SAL><COMM>500</COMM><DEPTNO>30</DEPTNO></Row><Row><EMPNO>7566</EMPNO><ENAME>JONES</ENAME><JOB>MANAGER</JOB><MGR>7839</MGR><H
    IREDATE>1981-04-02</HIREDATE><SAL>2975</SAL><DEPTNO>20</DEPTNO></Row><Row><EMPNO>7654</EMPNO><ENAME>MARTIN</ENAME><JOB>SALESMAN</JOB><MGR>76
    98</MGR><HIREDATE>1981-09-28</HIREDATE><SAL>1250</SAL><COMM>1400</COMM><DEPTNO>30</DEPTNO></Row><Row><EMPNO>7698</EMPNO><ENAME>BLAKE</ENAME>
    <JOB>MANAGER</JOB><MGR>7839</MGR><HIREDATE>1981-05-01</HIREDATE><SAL>2850</SAL><DEPTNO>30</DEPTNO></Row><Row><EMPNO>7782</EMPNO><ENAME>CLARK
    </ENAME><JOB>MANAGER</JOB><MGR>7839</MGR><HIREDATE>1981-06-09</HIREDATE><SAL>2450</SAL><DEPTNO>10</DEPTNO></Row><Row><EMPNO>7788</EMPNO><ENA
    ME>SCOTT</ENAME><JOB>ANALYST</JOB><MGR>7566</MGR><HIREDATE>1987-04-19</HIREDATE><SAL>3000</SAL><DEPTNO>20</DEPTNO></Row><Row><EMPNO>7839</EM
    PNO><ENAME>KING</ENAME><JOB>PRESIDENT</JOB><HIREDATE>1981-11-17</HIREDATE><SAL>5000</SAL><DEPTNO>10</DEPTNO></Row><Row><EMPNO>7844</EMPNO><E
    NAME>TURNER</ENAME><JOB>SALESMAN</JOB><MGR>7698</MGR><HIREDATE>1981-09-08</HIREDATE><SAL>1500</SAL><COMM>0</COMM><DEPTNO>30</DEPTNO></Row><R
    ow><EMPNO>7876</EMPNO><ENAME>ADAMS</ENAME><JOB>CLERK</JOB><MGR>7788</MGR><HIREDATE>1987-05-23</HIREDATE><SAL>1100</SAL><DEPTNO>20</DEPTNO></
    Row><Row><EMPNO>7900</EMPNO><ENAME>JAMES</ENAME><JOB>CLERK</JOB><MGR>7698</MGR><HIREDATE>1981-12-03</HIREDATE><SAL>950</SAL><DEPTNO>30</DEPT
    NO></Row><Row><EMPNO>7902</EMPNO><ENAME>FORD</ENAME><JOB>ANALYST</JOB><MGR>7566</MGR><HIREDATE>1981-12-03</HIREDATE><SAL>3000</SAL><DEPTNO>2
    0</DEPTNO></Row><Row><EMPNO>7934</EMPNO><ENAME>MILLER</ENAME><JOB>CLERK</JOB><MGR>7782</MGR><HIREDATE>1982-01-23</HIREDATE><SAL>1300</SAL><D
    EPTNO>10</DEPTNO></Row></Table>226 ASCII Transfer Complete
    ftp: 2131 bytes received in 0.00Seconds 2131000.00Kbytes/sec.
    ftp> quit
    221 QUIT Goodbye.Message was edited by:
    mdrake

  • Multiple images into a subform in a dynamic non-interactive adobe form

    I want to convert a set of images into a PDF (one page for each image) with Webdynpro. I'm trying with a non-interactive adobe form.
    I followed the tutorial "Dynamic Non-Interactive PDF Form".
    I've got a multiple Context node: 'Images' with a string attribute 'url' for each image.
    In the form, I've created subform1, and subform2 within. I put an image field into subform2, setting its url to: $record.Images[*].url
    and its script to: this.value.image.href = xfa.resolveNode(this.value.image.href).value;
    It doesn't work.
    If I add a field into subform2 binding it to url attribute, I can see some lines with the correct path for each image, but the image isn't displayed.
    It works with a single dynamic image in the page. What am I doing wrong?
    Regards
    Anibal Pozo.

    No. It's form scripting. In any case I'm working with Webdynpro Java.
    I tried this code in table 'initialize' event.
    for int=0 upto $record.nImages do
    Table1.Row1[int].ImageField.value.image.href = $record.Images[int].url;
    Table1.Row1[int].Cell4.value.#image.href = $record.Images[int].url;
    endfor
    Cell4 is a static image.
    In 04SP9, it show always the same image in the image field (first column), and alternating image in cell4 (second column).
    In 04sSP6, it shows always the same image in all the rows in both columns.
    Any idea? I didn't find any OSS related.

  • How to make an interactive report, non-interactive

    Hi,
    I have an interactive report. I have disabled every interactive control from the report by setting "include search bar" to NO and also at column level i didnt allow to sort or group or any other thing. Only problem is that when i click the column heading, i see a text box poping up and asks to enter some value so that it could filter the report and if i provide any value and pres enter, it returns message "ERR-1777: Page 1 provided no page to branch to. Please report this error to your application administrator."
    How can i disable this text box from appearing and making report fully non interactive. I don't want to rebuild the page as not interactive report and want to disable this popup from my current interactive report.
    Thanks
    Salman
    Edited by: Salman Qureshi on Aug 19, 2009 10:11 AM

    Hi Salman,
    You can "disable" the column links by hiding them.
    The simplest method would be to change the column heading to something like:
    &lt;/div&gt;&gt;div&lt;EnameThe link is created on a DIV tag that contains no text. The above will close this DIV and open a new one for the heading. As there's no text in the first DIV, the user can't see it nor click on it.
    Andy

  • Timeline based presentation (non interactive)

    Hello,
    I work in a drugstore and I want to advertise the products and give some useful info using a mac mini 1.4 Ghz 512 RAM. The computer will run the presention in loop mode.
    However, every month our small cities drugstores make a list in which list is displayed witch drugstore will stay open all night long.
    Is it possible to define a timeline and tell Keynote what to display in every loop and what to display for specific hours? I mean something like:
    "Show this slide from 13:00 till 23:00 at 14/02/2007"
    "then show another slide from 23:00 14/02/2007 to 08:00 15/02/2007"
    etc?
    I believe that it does not exist such an option in Keynote, I already know it's made for interactive presentations (do we have a tool on macosx for non interactive presentations?) but maybe with applescript is possible..

    If there is a solution on this I'd like to know

  • Problem when generating an non-interactive form in Web Dynpro java.

    Hi,
    I'm trying to create a PDFDocument using a creation context in java. Everything works fine when the Interactive property of the creation context is set to true. When I change it to false however, the Web dynpro application hangs and eventually throws the following exception:
    java.net.SocketTimeoutException: Read timed out
       at java.net.SocketInputStream.socketRead0(Native Method)
       at java.net.SocketInputStream.read(SocketInputStream.java:129)
       at java.io.BufferedInputStream.fill(BufferedInputStream.java:183)
       at java.io.BufferedInputStream.read(BufferedInputStream.java:201)
       at com.sap.engine.services.webservices.jaxm.soap.HTTPSocket.readLine(HTTPSocket.java:806)
    I'm wondering why this exception occurs when i'm generating a non interactive form and never appears when i'm generating a form with the Interactive property set to true.
    Any ideas?
    Edited by: Arjan Nieuwenhuizen on Feb 25, 2008 3:24 PM

    Yeah I know changing the form properties will solve my problem, but since i'm developing a training for Interactive Forms in Web Dynpro Java, I wanted to figure out why the (static / non-interactive) combination didn't work, turned out to be a template problem, which i still didn't figure out, except the fact that having flowed content on your template is not the problem.
    My ideas about your question:
    When we have the layout of an Interactive Form, its clear if it's meant to be static or dynamic, we don't know however, if it's interactive or non-interactive.
    I don't think we can judge a layout to have an Interactive or non-interactive purpose, can depend on the situation in which the same form is shown/used:
    - One moment it can be interactive, e.g. user is filling in the form, can enter data etc.
    - Next moment it can be non-interactive, e.g. form is shown to another user.
    So it's more the scenario/situation that determines if the form is interactive or non-interactive.

  • Contradiction form error in non interactive adobe forms.

    HI All,
    I am woriking on a non interactive adobe forms generation program in ABAP.
    The program uses a variant and generate pdf forms for all the list items on the varient.
    Note: I am not using Webdynpro its the normal pdf generation.
    The problem I am facing is that when the varient has a list of more records at some point of time it generates the contradiction form error and terminates. if I alter the varient so that the list is minimal then there is no problem with that.
    I know that the Contradiction form error occurs when the pdf generation is open and there is another request to open a new form before closing the previous call. but when the varient has minimal data there is no problem with that, my assumption here is the data volume or such which causes the problem.
    Does somebody came accross such an issue earlier or if you have a solution approach please do share it with me.
    Thanks in Advance.
    Sai Krishna.

    Total Posts:  366 
    Total Questions:  110 (59 unresolved) 
    Forum Points:  2 
    Why do you ask so much and never answer? You´d better reconsider the questions/ points balance if you want some help from our side.
    Otto

  • Non-interactive PDF forms & licences

    Hello,
    I need an advice. I created WD application using non-interactive PDF form. Actually I used UI element InteractiveForm but we didn't place any editable element (text box, dropdown list, ...) into it. We just want to generate the PDF form dynamically. And now we need to know whether it's necessary to buy any licence for this use case. Does somebody know that?
    After deployment I can't open the PDF form. The report "500   Internal Server Error ..." is displayed and there is message "... The error is: com.sap.tc.webdynpro.clientserver.adobe.pdfdocument.base.core.PDFDocumentRuntimeException: Failed to UPDATEDATAINPDF ..." in defaltTrace file.
    Thank you in advance!
    Regards
    Zbynek

    Thank you very much! The answer was really helpful. But I have one more question. I have changed preview type from INTERACTIVE FORM to PRINT FORM as you recommended but it still doesn't work.
    There is written "
    ...PDFObjectRuntimeException: Processing exception during a "UsageRights" operation.
    com.adobe.ProcessingException: Could not retrieve a password for credential: ReaderRights.
    " in defaultTrace file.
    Till now I didn't asked SAP for sending credential. Now I did that. Do you think that it could be the problem? I thought it's not necessary for non-interactive forms.
    Regards,
    Zbynek

  • Need advice on software for batch conversions

    Hi,
    I have a need for some software that will help me batch convert images in Photoshop CS3. I run Windows XP SP2. The computer has 2.40GH and 1GB of RAM.
    I do product photography and the main output to clients is a cd with their images in multiple file types and sizes. Up until now, I've been using Extensis Portfolio 7 to do this most efficiently. For some unknown (to me) reason, since I've upgraded to CS3 and use LightRoom for initial screenings of images, some of the edited tiff images don't want to convert in Portfolio. I've also noticed that if I try to view them in Windows Explorer, the problem tiffs won't preview as thumbnails and when clicked on, I receive the message "drawing failed." Do you have any idea of what that means? I tried looking it up under Help, but that doesn't seem to be covered.
    Unfortunately, Extensis no longer supports my version of Portfolio, I asked the guys at the NAPP help desk and to be brief, they weren't helpful either. I'm reluctant to buy the update to Portfolio if there's another less expensive program that can help me with just the batch conversion function. That's really all I've been using Portfolio for.
    Why is this a more complicated problem? I have been told by one client that when she tried opening the tiff images I placed on her cd that they wouldn't open and at first I thought she just inexperienced, didn't have the right software on her MAC, whatever, now I susupect that there may be something fatally wrong with the tiffs. They open just fine on my computer as long as I am opening them in the CS3 that created them. And the weird thing is that most of the images from the shoot are just fine. I tried using another raw image of the same object and going through the whole editing process and had the same problem. I'm so puzzled and wondered if someone where you are could provide any clues.
    I've spent hours and hours trying to puzzle this out on my own and I can't seem to see any differences between the images that seem to work just fine and the ones that don't work.
    Any ideas you might have or referrals to someone else who might be able to help me figure this out and fix it would be so great.
    Thanks for reading this,

    Thanks for your response.
    Any suggestions on places to post the file?
    To answer your question on why not just use the batch action in PS:
    I could and have, but the Portfolio option just made it much more streamlined for the large number of images I have to convert at one time. Often, they are not uniform in dimension. As I see it there are 3 variables I have to convert for:
    file type, tiff and jpeg
    file size, 300 ppi vs 72 ppi
    file dimensions, various sizes
    As I have experimented with the PS batch conversions I can only work with one or two of these 3 at a time. Portfolio let me deal with all 3 at once. So, if I convert from tiff to jpeg with PS batch conversions, I can adjust for the file dimensions but then I have to go back each time and individually adjust the file size. When I have 20 or 30 images, that gets to be time consuming and aggravating.
    I tried opening the problem images in the Paint utility and got the message "this is not a valid bitmap file or its format is not currently supported." The files I can open in Paint are the same ones that open in Portfolio.
    Is it possible that when these files are loaded into LightRoom, that something is being converted without my request? The newest variable in the equation has been my addition of LightRoom into my workflow.
    Any ideas are welcome!

Maybe you are looking for

  • Upgrade from 10.4.11 to 10.5.8 for iphone4

    Please can someone explain to me...in the simplest possible way... how I can upgrade to 10.5.8 in order for me to use my iphone4. I've been reading so many forums, looked for an upgrade on apple and I'm still non the wiser. Can my G5 even upgrade to

  • DME File Problem with One Time Vendor

    Hi SAP Gurus, I created a payment method Y and assign RFFOM100 and used this to do postings for one time vendors. Then I ran automatic payment  for One Time Vendors, pertaining to 5 different vendors. Payment run was successful, however the DME file

  • How to change data shown as seconds format in to full hour (HH:MM:SS)?

    Hello I have created a table with data that represents time. This data are shown in seconds format. How can I change this format in to full hour (HH:MM:SS) format?

  • How do I change the password to my game center?

    How do I change the password on my game center?

  • Restoring nano to mac BUT ...

    Hi - I have a problem similar to a poster from 2 days ago. I have a nano that I originally formated to windows because the OS software on my mac was too old to support it. I finally updated my mac OS systema and would now like to use and update my na