Best way to convert JetForm IFD forms to PDF

I have the fun task of converting legacy JetForm IFD forms into Adobe PDF forms.
The process I am using consists of the following steps:
1) Open IFD in JetForm Designer 5.2 and print to Adobe PDF printer. Close JetForm
2) Open PDF in Acrobat 7 pro and add text fields and checkboxes where required. Give appropriate field names and save updated PDF.
I understand that IFDs can be imported into Designer 7 only if Adobe Output Designer is installed. I do not have this software to test it out.
Does anyone know if it is possible to import a JetForm IFD into Designer? If so, will fields/checkboxes also import or will they need to be added afterwards.
If anyone has done this with success or has any other related info, please post to this forum!
Thanks.

Yes, Designer 7 will directly import Output Designer 5.5 .ifd files. I don't use Designer 7 as Adobe turned a corner with the software that we don't want to take. But a quick test with one of our Output Designer forms indicates that it seems to do a pretty good job of importing everything. It did seem to have a font sizing problem so that some of the text boxes, check boxes, etc. were not imported large enough to show all of the text. You get a big ole white on red plus sign showing that it needs to be expanded.
This was a simple mostly text form. It might have more quirks with more complex forms.
Output Designer is the renamed & reworked update to JetForm Designer. In the process of being updated by Adobe it lost the form filling intelligence which is where it got the "output" label. Therefore, I doubt if it can import any intelligence so you would have to add it all back.
Even if you were to upgrade to version 5.5 you would have to basically do two conversions. First from 5.2 to 5.5, loosing all filling intelligence and I don't know what else since we looked at the older version but when it came time to purchase we got 5.5. If you did that it would import directly but you would still have to rebuild any intelligence.
Unless you have a lot of forms with a lot of fields you are probably doing it the most efficient way.

Similar Messages

  • What is the best way to convert from PowerPoint 2007 to PDF?

    Greetings people,
    In PowerPoint 2007 I know you can convert to a PDF by way of printing, save as or from the Adobe menu. However, these produce different results.
    Is there a reason for this? Can settings be changed to ensure the results are the same regardless of what method is used?
    Is there a rule of thumb on which method is best?
    Thank you, Jean

    A lot depends on what you are after. If you use the printer, you will likely need to use a custom page setting to fill out the page properly and not leave spaces on the sides. I think the standard PPT page is 8.5X10, not 11. PDF Maker (or the Save As Adobe PDF) in PPT sets the size appropriately when I have used it. PDF Maker also adds links and such as appropriate, but the printer does not. Your other option is to use the Save As PDF or XPS which is the MS conversion.
    When I tested, the print did go to an 8.5X11 with a border to fit on the page. The other three techniques created the PDF in the same page size as the PPT. The PDF maker and Acrobat menu methods gave the same results, but the file was about 2X the size of the MS method. I did not check the properties that created this different size, but you would have to look at the different options for the creation and see how they compare. The Adobe approach can be kept small also, but may not have used the same options as the MS approach.
    If there were links, then the print will not embed these links and bookmarks, but the other techniques will. Maybe that helps some.

  • What is the best way of converting a Top Level VI into a 'sub vi' - or function ( without duplicating programming)

    Hi,
    General question here about design architecture, which i keep running into, but haven't found a really good solution.  If i write a 'Top Level VI' to do something, what is the best way of converting it into a subVI - which is call-able from other VIs, while still allowing the top level VI to have synchronised feedback/indicator updates.
    I guess the point is that when something is a top level VI you write gui logic about what happens when someone clicks buttons or whatever - which you don't want in the 'sub vi' version.
    I did at one point try having a hidden boolean button that was an input to the subVI which would let the VI know if it was supposed to be doing the front panel stuff - or simply running as a subVI.  This isn't really ideal though - since it would be better to be able to hive off the grizzly useful stuff from the fluffy - front panel updating stuff - having them together makes the VIs rather untidy.  More annoyingly though, if you have the front panel version of it running - say waiting for you to hit 'go', it breaks all the other VIs that use it as a sub vi - since they can't compile when a sub vi is already running.
    Another possibility that i tried was to basically duplicate the vi so that there was a backend part, and a front end part - and when i click 'go' the backend part is called as a sub vi.  The problem with this is that it really limits the interface that the user gets - since none of the controls on the front panel update with the results untill the sub vi is over.  I guess again i could solve this by passing references to some of the controls to update them in the subvi - but this doesn't really seem like the ideal situation if the subvi is called by something else without the same types of controls etc.
    One final idea i had was to essentially paste all the controls in the VI into a global variable file, and make the sub vi update them, and the front panel VI read from them.  This seems to 'work' - although clearly it is a work around rather than a proper solution - since i spend loads of time worrying about how i update cluster variables in the global - reading and writing.
    Does anyone have any guidance on what they do to solve this problem?
    JP

    You could run a subvis in a Subpanel on your top level.  Lets you see the current data while the subvi is running.
    --Using LV8.2, 8.6, 2009, 2012--

  • What is the best way of converting everything in a result set into a string

    hello folks
    What do you think is the best way of converting everything in a resultset into a string???
    At the moment I'm using
    rs.getString(i);
    everywhere (no matter if the underlying datatype is a date or whatever..) it converts automatically evertything expect NULL into a valid string.
    Are there better (simple to use..) ways?

    I don't see a big switch construct. How about trying the following:
    Call this method from your original method by passing the resultset obtained.
    public String[] convert(ResultSet rs) {
         int col = ((ResultSetMetaData) rs.getMetaData()).getColumnCount();
         String[] record = new String[col];
         int i=0;
         while(rs.next()) {
              if(rs.wasNull()) record[i] = new String();
              else record[i] = rs.getString(i);
              i++;
         return record;
    iDriZ

  • What's the best way to convert from Gmail to iCloud?

    I currently use Google's free exchange server and sync my contacts and calendar to Google even though I pretty much do all my emailing from either mac, iphone, or ipad. Since it sounds like it's hard to sync to both google and icloud at the same time, would like to make the switch. Is there a FAQ out there? Can I keep my google email and sync just the contacts w/iCloud or is it an all-or-nothing proposition? If so, is that what others do? Any advice / pointers appreciated. Thanks.

    mike needs help wrote:
    What's the best way to convert Raw images to jpegs?
    GraphicConverter:
    http://www.lemkesoft.com/content/188/graphicconverter.html
    Not free either, but the best shareware program ever made for the Mac.

  • What's the best way to convert a current website into a Fluid Grid Laout?

    As the title says....
    What's the best way to convert a current website into a Fluid Grid Laout?

    See "Using Fluid Grid Layouts (video)"
    http://tv.adobe.com/watch/learn-dreamweaver-cs6/using-fluid-grid-layou ts/
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb
    http://alt-web.blogspot.com/

  • What is the best way to convert mini dv tapes to digital

    I have a Canon ZR800 that I have created several mini dv tapes with.  What is the best way to convert these tapes I made to a digital format?  I have a Macbook to use for the digital format.

    Hello Jhoslter,
    To transfer footage from the ZR800 to your Mac, you will need a firewire (IEEE-1394) cable and a firewire port on your computer.  If your computer is not equipped with a firewire port, we would suggest contacting your computer manufacturer for information regarding which firewire card will work best on your system.
    As it is only possible to transfer video to a computer via firewire connection with the Canon camcorder, any video capturing program that supports firewire connections should be fine to use to transfer video to your computer.  Canon does not manufacture video capturing programs or support a particular brand.   
    Canon does not require firewire drivers for any of our miniDV camcorders.  Our camcorders use the driver for your firewire card to communicate with the computer.
    The appearance of the "DV IN" message in the camcorder's LCD screen indicates that the camcorder has detected your firewire port and is waiting for a signal from the video editing software to begin the transfer of footage.  The remainder of the transfer process is controlled by that software; we would suggest reviewing the instructions for that program for further information.
    Did this answer your question? Please click the Accept as Solution button so that others may find the answer as well.

  • Looking for best way to convert 35 mm slides to digital images

    Hello Apple Community,
    Am researching best ways to convert several hundred 35 mm slides into digital images.  There are numerous scanners/converters out there but want to ensure I get the best unit compatable with my iMac (27 inch, Late 2009).  Any suggestions welcome.

    For scanning 35mm slides you need a scanner with a good photometric resolution and geometric resolution.
    For the photometric resolution: Get a scanner with a high density range (D-max) value, to get a good resolution of highlights and shadows.
    For the geometric resolution - sharpness and detail - try to get at least 3200 dp,i to be able to get good 8"x10" prints from your scanned slides, a higher dpi value, if you want to be able to print larger images.

  • Aloha, I have a CD-Rom from 2001 that i very much want to access but cannot because i no longer have "classic." There are a variety of video and text files. What is the best way to convert? Any help is greatly appreciated. mahalo.

    Aloha, I have a CD-Rom from 2001 that i very much want to access but cannot because i no longer have "classic." There are a variety of video and text files. What is the best way to convert? Any help is greatly appreciated. mahalo.

    Buy a cheap older Mac like an iMac.
     Cheers, Tom

  • What is the best way to use wi-fi to transfer pdf files from an ipad to a mac mini, not using an internet, just wi-fi.

    What is the best way to use wi-fi to transfer pdf files from an ipad to a mac mini, not using an internet, just wi-fi?

    If the Mac use Lion (10.7) you can use Airdrop for that.
    With Mac's not using Lion you may set up a computer to computer (ad hoc) connection.
    How to --> http://docs.info.apple.com/article.html?path=Mac/10.6/en/8339.html
    Lupunus

  • Best way to convert iPhone app to widget?

    hiya
    was wondering if there is a way to convert an iPhone app to a widget
    if not.. what is best approach?
    TIA

    yeah, apple should release the simulator for general consumption.

  • Best way to display documents in forms!?

    Hi! I have multiple view objects created in my app. And I have one VO that is created from documents table and represent documents. All VO are assignet to this documents VO with relationship 1:many.
    I want to know, what is the best way to represent my documents VO in forms, so I can navigate to correct document/documents from my other VO forms? Of course I can create one document form for each other VO form using view links. But it is a lot of work. Maybe there is easiest way to create only one document form and I can navigate to it from my all other VO?
    If You have some questions and You do not inderstand something, please let me know.
    Best regards, Debuger!

    Arunkumar Ramamoorthy,
    I have seen video and have some questions! For example, if I will try to use dynamic form, how can I assign Methods parameter with table row value in my form (method param = #{row.SaimniecibasKods})? And my second question is, what happens when I try to Create/Insert action, all will work?
    Is this dynamic form approach the best way in my situation when I have Master forms and for all these Master forms I use one dynamic form as Detail form?
    Hope for answer, best regards, Debuger!

  • Whats the best way to check table before form deletion or update ?

    Hi, I have a func_staff table made up of a composite key - func_no and staff_id. I have a form where the datablock references this table.
    I need to be able to check that before a func_no and staff_id combination on the form are written to the database that that combination does not already exist in the table.
    What would be the code for that ? I've tried stuff like IF EXIST statements and even a select statement but I totally worded it it wrongly.
    To DELETE an entry in that same table, would the best way to be create an LOV for both func_no and staff_id, the problem with that would be if a user selected a combination that does not exist ? Could I create a combined LOV that would populate each field ?? (this way I could be 100% sure that the selected combination is valid)
    Thanks Peeps.

    hi,
    you can try and use the count(*), before deleting and updating
    lets say
    select count(*)
    into l_count
    from table_name
    where column1 = :block.column1
    and column2 = :block.column2;
    if l_count <> 1
    then
    insert into..........
    else
    show error message;
    raise form trigger failure;
    end if;
    similarly u can use l_count before deleting.
    regards,
    Mayank

  • Best way to convert my Premiere sequence, to AE (other than using prproj obviously)

    I made a thread earlier, but didn't find a solution. I tried to link some Premiere sequences with AE, with blank screens and errors as a result. (probably some components in the file I've gotten rid of, or a bug). I'll pay attention to it in the future.
    I can link the programs together if I convert my prproj to another format. Is there a way I can do this without losing quality? (Preferably without creating a massive file either.) Will I lose quality if I use a render file for ex?
    Thanks in advance

    My Premiere sequence(s) doesn't let me link up with AE. Empty screens, on both sides as a result of using "dynamic link". (Importing project works, but I need live edit (Premiere screen directly affected by what I do with the files in AE)
    I've worked around both programs and looked up online for answers with no real results. Now I'm trying to work around the system, to find a solution. Gathering the sequences and converting them into another file, will probably make AE accept the files live. I'm looking for the best way to do this.
    That's what I'm trying to do here.

  • Best way to prevent automated/spam form filling? ASP/VB

    Hi,
    I wanted to ask what your advice would be with regard the
    best way of
    preventing the automated submission of forms on a web site?
    We have tried using form validation, but it seems that the
    spammers have
    already sussed this and are submitting valid data, albeit it
    is usually
    something along the lines of:
    Name: wuehtasdgadfl
    Title: ahadlf
    Address: audhliuhwerlj
    City: akjsdhiehrlj
    Email: [email protected]
    What is the best way to stop this happening? Or at least
    reduce it!
    Much appreciated.
    Regards
    Nath.

    > When you say "Test the form content server side..." is
    that what the built
    > in Dreamweaver behaviour (validate form) does?
    No. That's client-side validation using javascript. It's
    vulnerable in
    that disabling js in the browser will still allow you to
    submit the form,
    but will not do any validation. The automated bots that spam
    your forms
    don't do the validation when it's client side.
    By server-side validation, I mean to submit the form to an
    ASP, PHP, CF,
    CGI, etc., script that actually examines the contents of each
    field and
    decides whether to send the email.
    > With the sum field, do you mean that you'd ask the user
    to enter a number?
    Yes. See how I have done it here -
    http://great-web-sights.com/g_contactus.asp
    > If so, what happens when the spammers suss that out and
    start submitting
    > the correct number?
    If the 'spammer' is a human reading the instructions and
    submitting the
    form, you can't do anything about it. I think that's not the
    case with
    these things though.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Nathon Jones" <[email protected]> wrote in
    message
    news:[email protected]...
    > Hi Murray,
    >
    > When you say "Test the form content server side..." is
    that what the built
    > in Dreamweaver behaviour (validate form) does?
    > If not, would you have a link to a tutorial on how to do
    that (for
    > ASP/VB)?
    >
    > With the sum field, do you mean that you'd ask the user
    to enter a number?
    > If so, what happens when the spammers suss that out and
    start submitting
    > the correct number?
    >
    > Much appreciated
    > Regards
    > Nath.
    >
    > "Murray *ACE*" <[email protected]>
    wrote in message
    > news:[email protected]...
    >> Test the form content server side and always have a
    field like this -
    >>
    >> Please enter the sum of 3 and five minus one:
    >>
    >> If that field doesn't contain "7", don't send the
    email....
    >>
    >> --
    >> Murray --- ICQ 71997575
    >> Adobe Community Expert
    >> (If you *MUST* email me, don't LAUGH when you do
    so!)
    >> ==================
    >>
    http://www.dreamweavermx-templates.com
    - Template Triage!
    >>
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    >>
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    >>
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    >> ==================
    >>
    >>
    >> "Nathon Jones" <[email protected]>
    wrote in message
    >> news:[email protected]...
    >>> Hi,
    >>>
    >>> I wanted to ask what your advice would be with
    regard the best way of
    >>> preventing the automated submission of forms on
    a web site?
    >>>
    >>> We have tried using form validation, but it
    seems that the spammers have
    >>> already sussed this and are submitting valid
    data, albeit it is usually
    >>> something along the lines of:
    >>>
    >>> Name: wuehtasdgadfl
    >>> Title: ahadlf
    >>> Address: audhliuhwerlj
    >>> City: akjsdhiehrlj
    >>> Email: [email protected]
    >>>
    >>> What is the best way to stop this happening? Or
    at least reduce it!
    >>>
    >>> Much appreciated.
    >>> Regards
    >>> Nath.
    >>>
    >>
    >>
    >
    >

Maybe you are looking for