Change between FormGuide and PDF

Few months ago there was some Adobe presentation that showed, how user could change the view between form guide and pdf at runtime in workspace. Is it possible now in livecycle ES?
If it is, how can I make it work?

I just want to add some clarifications to what Philip explained.
When you first design an xfa based form (xdp), you use the LC Form Designer. At that point you create and XDP and LC Forms can render that XDP into PDF or HTML (or other transformations).
Now with LC Designer ES, you have a new menu that allows you to generate a Form Guide for that XDP. The Guide Builder is a plug-in written in Flex that helps you design your Guide.
It creates a basic Form Guide that you can customize. Once you save the Form Guide, it adds a little bit of information in the XDP to tell LC Forms that the form can be generated as a Form Guide.
So the things I wanted to clarify, is yes, you can generate a PDF, HTML or Form Guide from the same XDP template. You do need to "Guide Enable it" by creating a form guide within the form designer.
Because a Form Guide is built from an XDP within the Form Designer, you'll always have a PDF representation of that guide which comes from that XDP.
Both format Form Guide and XDP are sharing the same data model and some of the same logics (some script, validations, mandatory fields, etc).
Jasmin

Similar Messages

  • DM3.0 EA2: Filter engineering changes between logical and relational model

    Hi,
    when I am engineering changes between logial and relational model there are some issues at filter handling for me:
    - When the filter "Show Modified Objects" is activated, the filter works only on the first level, e.g. on Entity level. On attribute level all attributes are displayed, not only the attributes which have really been modified. It is possible, to show on every level only the really modified objects?
    - I think, selecting a Filter condition is circuitous. All filter conditions except "Show All Objects" keeps activated when I choose another condition. So I have to deactivate "Show Deleted Objects" when I want to see only the modified objects. It is possible to choose another control element for filtering, e.g. disjunctive radio buttons?
    I am running Data Modeler on Windows XP with german localization and the JDK 1.6.0_11 from Oracle SQL Developer.

    I logged bug for that.
    Philip

  • Change between mono- and stereo-sound

    My question is if there is any way to change between mono and stereo sound on the ipod nano 3th generation...?
    Thanks for help!

    Are you not getting stereo? What are you listening with - maybe there's a plug problem...
    Does it sound like stereo from iTunes?

  • How do you change between 12 and 24 hour format on ipad

    how do you change between 12 and 24 hour format on ipad

    Check: Settings - General - Date & Time - 24-Hour time = On/Off

  • Account "preferences" changing between home and work...

    I'm not exactly sure what the issue is, but here goes...
    On my MacBook I have only one user account (same as the administrator). At home, I connect to the Internet via Airport.
    When I bring my notebook to work, I connect to the Internet via an ethernet connection. I do not have to login or any other maneuever to gain access to the Internet.
    Everything works fine generally. One odd behavior I've noticed -- certain of my login items seem to disappear when I'm at work. Specifically, I have several Yahoo Widgets (Konfabulator) on my desktop. Only some launch when I'm at work. Also, it seems that certain changes to my desktop (wallpaper, location of icons, etc) change between home and work.
    Any idea what might be causing this behavior? Thanks!

    Hi Flojo:
    You will need a seperate "screen name" for each Mac in order to video chat. The nice thing is you can get another .Mac screen name by signing up for another .Mac account and and after the free trial, you can keep the .Mac screen name.
    OR
    Just sign up for a free AIM screen name here: http://www.aim.com/
    You don't need a paid .Mac account in order to video chat!

  • Is there a way to find all config changes between clients and sap system

    We have our Dev system with clients
    310 - Developer make changes and create transport
    400 - Test client
    410 - a copy of our Production system (over 1 year ago0
    TST - this is our quality system with one client
    101
    Production system one client
    101
    I know if i do a database copy from Production to our TST system, both systems would be exact.
    Abaper Director wants to know all the configuration changes that are different between Devopment client 310 - Test and production.
    I told him that in development client 310 the abaper or functional users make most of the changes if they do  not get transported they would be missing.
    I cannot copy to client 310 otherwise we would loose all of our version management.
    Is there another way that I can see the config changes between all these clients.
    Thanks
    Joe

    You should be able to use tcode SCU0 
    Regards,
    Brian

  • Tonal change between develop and library module

    After having applied some changes in the develop module when I switch back to the library module I am experiencing a sever foreground tonal change? I can add that the foreground in this particular photo had a grad filter applied. The tone shifts from a cool blue to a purple? Shooting with a nikon d5100 with ADL turned off as per other similar problems brought up in this forum. Which by the way I still experience but have learned to live with is that after import of RAW picture looks good for about a second then exposure changes.

    dennis4g1 wrote:
    After having applied some changes in the develop module when I switch back to the library module I am experiencing a sever foreground tonal change? I can add that the foreground in this particular photo had a grad filter applied. The tone shifts from a cool blue to a purple?
    Are you using a calibrated/profiled monitor?  In Develop module, LR displays in ProPhoto colour space, in Library module it's Adobe RGB.  If the monitor doesn't have a proper profile there could be differences in view between Develop and Library.  However I would have thought LR would default to assuming monitors behave like sRGB if there's no profile (or no colour space info in the profile). 
    dennis4g1 wrote:
    ...Which by the way I still experience but have learned to live with is that after import of RAW picture looks good for about a second then exposure changes.
    The usual cause for that is that Adobe can't read Nikon proprietary metadata such as Picture control settings.  If you shoot with the Nikon Picture Control setting (Standard, Portrait or whatever) at default settings, and if you use the corresponding profile in Lightroom's "Camera Calibration" panel (Camera Standard, Camera Portrait etc) then the appearance should be very close to the out-of-camera jpeg preview appearance. 

  • Explain plan changing between 9i and 11g

    Hi
    Recently we migrated the database from 9i to 11g.In 11g environment one query was running for long time and when we comapre the explain plan between 9i and 11g, we found one of the table is going through "INDEX RANGE SCAN NON UNIQUE" in 9i but in 11g it is accessing through "INDEX RANGE SCAN INDEX".
    Is there any hint to add so that it will access table through "INDEX RANGE SCAN NON UNIQUE"  in 11g?
    Please Help.

    I agree with Paul.
    Why are you assuming that the optimizer in 11g, which has had bug fixes and vast improvements since 9i, is optimizing the query badly just because you think the query is running slowly.
    Before making assumptions, you need to find the cause of the issue, not just look for differences in two non-comparible explain plans and assume that's the cause.  Adding hints to force indexes and suchlike is not the answer (even though some idiots may suggest it is).
    As it says in the documentation in relation to hints:
    Comments
    Hints were introduced in Oracle7, when users had little recourse if the optimizer generated suboptimal plans. Now Oracle provides a number of tools, including the SQL Tuning Advisor, SQL plan management, and SQL Performance Analyzer, to help you address performance problems that are not solved by the optimizer. Oracle strongly recommends that you use those tools rather than hints. The tools are far superior to hints, because when used on an ongoing basis, they provide fresh solutions as your data and database environment change.

  • Hyperlinks die between Word and Pdf

    I have Word 2011 and hyperlinks die when saved to pdf; how can I fix this?  I have tried Pages, I have tried print to pdf, and saving as a doc then converting all without success.
    Thoughts?  Advice?  I did this for many years with my PC but now love my MAC but cannt do what I need to do.  Hopefully I can get this fixed.
    Thank you.

    jong p wrote:
    i have been struggled with file transporting between my ipad and microsoft pc.
    I use itune in my pc but don't know how i can tranport word files and pdf to ipad.
    please let me know if you know the method.
    Appreciated very much.
    i am a beginer of IPAD2.
    Cheers,
    Jong
    What do you plan on opening them with (the Word files) on your iPad?

  • Parent  changes between save and load of a PDF file

    I am using LiveCycle 8.2 and Acrobat 9.2 - and Reader 9.2
    I have an automated process that uses a plug-in to fill out and save a PDF form using XML data.
    This works well - saves time , etc.
    I have a problem where a certain data element seems to have a different heirarchical relationship in the Reader  than in Acrobat..
    I have added some xfa.host.MessageBox() statements to print out data as the form is being saved  and then when it is loaded into the Reader - these  values are not the same -
    but i have checked and when I laod it using Acroabt everyhting is the same as when the data was saved - but there a different relationship apparently exists when I load the form using the reader.
    Has anyone seen this before ?
    Is there anything that I can do about it ?
    Any help is appreciated - thanks

    a snippet of the code involved is listed here :
    Provider.page2.Practice.Associatec.AssociateType.AssociateTypeDescription::initialize - (JavaScript, client)
     var CovgYN;
    var msg; var lineofdata; 
    var assttype = this.rawValue;msg
    = "Check1 : " + assttype + " = " + this.parent.parent.AssociateLastName.rawValue;xfa.host.messageBox(msg);
    lineofdata= this.parent.parent.AssociateFirstName.rawValue + " " + this.parent.parent.AssociateLastName.rawValue + " " + assttype + " -" + CovgYN; 
    The data contained in the msg and lineofdata variables - is different in Acrobat 9.2 and The Reader ... It is correct in Acrobat when I load the form and Import the XML data file.
    When the correct data Form is saved and loaded using the reader the values "parent" is different so - the values are not the same -=
    This is a serious problem !.
    Is this a known bug or issue  ?
     

  • Spot Color mismatches between EPS and PDF files

    Recently I created a file in Illustrator CS6 with several Pantone color swatches. I used the CMYK color mode set to the Coated GRACoL 2006 color space. I saved the file as an EPS and we printed our test samples on our large format printer. After reviewing the print I saw the colors were off. The grey color showed up green.I then opened up the exact same EPS file and simply saved it as a PDF. We ran the PDF on the same printer, using the same material and profile and the color was completely different. This time the grey colors came out grey (correctly). We tested this twice and came up witht he same color differences between the EPS files and the PDF files. Why would an Illustrator file produce 2 different colors if saved as a PDF versus an EPS?
    Also, I sent these files to another prepress person in our company and he printed them on our proofing printer. The EPS printed slightly differently than the PDF. He then opened the PDF file in Acrobat and saved it out of Acrobat as an EPS. After this, he printed the new EPS file created from Acrobat and it printed the exact same as the PDF file (correctly).
    This leads me to believe that the problem is in the way Illustrator saves EPS files. Has anyone else seen this problem?
    Thanks for any and all help with this very perplexing issue.

    I will speak from CS3.
    The current PDF format if 1.7 exported out of Photoshop supports vector elements as independent objects, but you can't edit them correctly out of Acrobat because Photoshop reads the data as a flat file and drops the vector data. Basically the workflow is not finished being developed. Also, Transparency is broken within the PDF file format at this time. It will support Spots though correctly.
    PSD and TIF support Transparency and Spots, but vector objects are rasterized due Acrobat reading the flat version of the file.
    When Photoshop wrote its own PDF format and not the corporate PDF flavor that we now have, PDF's would support Transparency correctly.
    I would assume that Transparency and vector objects would be addressed in the next release, but that is to be seen.
    There is no best practice except don't do it.

  • List of sysctl add/del/changes between Tiger and Leopard

    I've ran a quick diff between the sysctl values in Tiger and Leopard. Note: This is from two different macbook's, so some values may be changed due to hardware.
    This should give folks an idea as to what buffer sizes, performance tweaks, etc. have been added.
    If you're real bored, I guess you could revert everything network related back to Tiger values ... but, yeah, good luck with that. You may break more than you fix.
    Most of these you can lookup on-line or in the kernel source to see what they do. Sometime in the next week or so I'll add descriptions if you don't have a network background or src code background.
    Removed
    T debug.net80211: 0 0
    T net.athCCAThreshold: 28 28
    T net.athaddbaignore: 0 0
    T net.athaggrfmax: 28 28
    T net.athaggrqmin: 1 1
    T net.athbadrxbuf: 0 0
    T net.athbadrxdesc: 0 0
    T net.athbgscan: 1 1
    T net.athdupie: 1 1
    T net.athforceBias: 2 2
    T net.athforcebadrx: 0 0
    T net.athpowermode: 0 0
    T net.athppmupdate: 1 1
    T net.athvendorie: 1 1
    T net.inet.tcp.delacktime: 50
    T net.pstimeout: 20 20
    Changed
    T net.link.generic.system.ifcount: 11
    L net.link.generic.system.ifcount: 7
    T net.inet6.ip6.fw.debug: 1
    L net.inet6.ip6.fw.debug: 0
    T net.inet.ip.fw.debug: 1
    L net.inet.ip.fw.debug: 0
    T net.inet.ip.fw.one_pass: 1
    L net.inet.ip.fw.one_pass: 0
    T net.inet.ip.fw.static_count: 12
    L net.inet.ip.fw.static_count: 1
    T net.inet.ip.maxchainsent: 0
    L net.inet.ip.maxchainsent: 45
    T net.inet.ip.rtexpire: 10
    L net.inet.ip.rtexpire: 140
    T net.inet.tcp.blackhole: 2
    L net.inet.tcp.blackhole: 0
    T net.inet.tcp.keepidle: 144000
    L net.inet.tcp.keepidle: 7200000
    T net.inet.tcp.keepinit: 1500
    L net.inet.tcp.keepinit: 75000
    T net.inet.tcp.keepintvl: 1500
    L net.inet.tcp.keepintvl: 75000
    T net.inet.tcp.localslowstartflightsize: 4
    L net.inet.tcp.localslowstartflightsize: 8
    T net.inet.tcp.loginvain: 3
    L net.inet.tcp.loginvain: 0
    T net.inet.tcp.msl: 600
    L net.inet.tcp.msl: 15000
    T net.inet.tcp.sendspace: 32768
    L net.inet.tcp.sendspace: 65536
    T net.inet.tcp.sockthreshold: 256
    L net.inet.tcp.sockthreshold: 64
    T net.inet.tcp.pcbcount: 41
    L net.inet.tcp.pcbcount: 38
    T net.inet.tcp.recvspace: 32768
    L net.inet.tcp.recvspace: 65536
    T net.inet.udp.blackhole: 1
    L net.inet.udp.blackhole: 0
    T net.inet.udp.loginvain: 3
    L net.inet.udp.loginvain: 0
    T net.inet.udp.pcbcount: 44
    L net.inet.udp.pcbcount: 16
    Added
    L kern.netboot: 0
    L net.inet.ip.random_id: 1
    L net.inet.ip.dummynet.debug: 0
    L net.inet.tcp.backgroundioenabled: 1
    L net.inet.tcp.backgroundiotrigger: 5
    L net.inet.tcp.ecninitiateout: 0
    L net.inet.tcp.ecnnegotiatein: 0
    L net.inet.tcp.inswcksum: 2806591
    L net.inet.tcp.insw_cksumbytes: 1244150487
    L net.inet.tcp.maxseg_unacked: 8
    L net.inet.tcp.outswcksum: 4438883
    L net.inet.tcp.outsw_cksumbytes: 4483972145
    L net.inet.tcp.rexmt_thresh: 2
    L net.inet.tcp.rfc3465: 1
    L net.inet.tcp.rtt_min: 1
    L net.inet.tcp.socketunlocked_onoutput: 1
    L net.inet.tcp.winscalefactor: 3
    L net.inet.udp.inswcksum: 5697
    L net.inet.udp.insw_cksumbytes: 721922
    L net.inet.udp.outswcksum: 4899
    L net.inet.udp.outsw_cksumbytes: 445568
    L net.inet6.ip6.fw.enable: 1
    L net.link.ether.inet.keep_announcements: 1
    L net.link.ether.inet.sendconflictingprobes: 1
    L net.link.ether.inet.sendllconflict: 0
    L net.link.generic.system.dlilinput_sanitycheck: 0
    L net.link.generic.system.multithreadedinput: 1
    L net.smb.fs.loglevel: 0
    L net.smb.fs.tcprcvbuf: 131072
    L net.smb.fs.tcpsndbuf: 131072
    L net.smb.fs.version: 104000

    Hey there,
    I believe I'm having the same issue. I'm using Mail.app in 10.5 with a gmail account (IMAP). The issues is that in Tiger we had the IMAP option in the account settings "Advanced" tab to: "Automatically synchronize changed mailboxes." This option appears to be missing, and even more, does not happen in Leopard. What this means is that changes to folders (other than one's that you explicitly open/synchronize manually, will not shows updates in Leopard.
    This is especially annoying with the "All Mail" (Archive) folder for Gmail IMAP in Leopard. In order to ensure that your "All Mail" is always up to date, you have to manually open it (to initiate a sync). Otherwise it does not auto update like it does in Tiger.
    Thanks,
    Shahrum

  • How can I change between JSP and Java in the page language attribute

    Does any one know the answer to this? I am trying to Switch between the 2 in the middle of the page. I want to include a file that uses <%@ page language = "JAVA" %> but the main mage uses Java Script. How can I switch it for this one file. I can't find the answer anywhere. Thanks for your time, and please help me. Also can some one post a good link for Session Tracking. I can't find much good information on that. Thanks again.
    Eagles757(JAY)

    Wow this didn't make sense in so many ways. It's truly bordering on nonsense. I think it's written in English.
    <%@ page language="Java" %>This is optional. JSPs don't use any language other than Java. This is known as a JSP Directive. This line will be processed by the JSP/Servlet engine, and you won't see it in your output. If JSP ever supported a language other than Java, this would be where you would change it.
    <script type="text/javascript">
    <!--
    // -->
    </script>You can include a block like this in your JSP file. The JSP/Servlet engine will not process this script block at all (unless you include JSP <% %> tags somewhere in there, in which case they will be processed before the response is sent back to the web browser). This script block is where JavaScript goes. This code will be executed on the client's browser.
    This is about as clear as I can make things given how muddled your question is. Please ensure you understand the basic differences between JSP, Java, JavaScript, HTML, Servlet engine, web browser before proceeding. Understand what code executes where, and in what order.
    Brian

  • Color change between copy and paste

    Hi,
    when I draw a rectangle or any other shape in Pages and give that objet a color (RGB: 175,217,82) and I copy and paste that objet, the color of the copied object does change to (RGB: 188,219,108). Copying the copied object stays the same (RGB: 188,219,108).
    This unwanted color-change is very annoying! Help, what am I doing wrong?
    Best regards.
    Maurice

    Maurice,
    There is a difference between the RGB color assigned to the object and the color you measure when you probe the screen area of the object with the color picker tool. I presume this has something to do with the screen driver's attempt to balance the colors or something. (Not an expert here, just observing.)
    There hasn't been a change in color, just a difference between the assignment and the measurement. Trust the color swatch of the Fill tool, not the measurement tool.
    Jerry

  • Color changes between CS2 and CS4 opacity with effects turned on

    Howdie.
    I don't run into issues much with Photoshop, and this one has me stumped.
    I needed to drop back to CS2 in order to use a warp mesh plugin.  I saved out a small portion of a file that I created in CS4 (Only containing the layer I needed to warp) and then opened that file in CS2, turned off all the effects (drop shadow, inner glow, bevel & emboss), and applied the mesh warp, then saved the file.  I went back into CS4 and re-opened it there and copied its layers into the bigger, original file.  What is strange is that the colors were a LOT lighter than they should be when compared to the original unwarped layer.  So in an attempt to figure out what was wrong, I checked all of my layer opacities, filter settings, layer mixing mode, etc. and everything was exactly the same.  I even tried deleting the layer style and copying the layer style from the original layer...no change.  I turn off the effects and check the color of the object and it reads the same as the original layer.  Both layers have no semi-transparency in the colors.  I turn the effects on and it is all whacked out.  After a while, I figured out that the problem was that the layer opacity in the effects, although reading the same between both layers (70%), is behaving as if it should be at 90% opacity in the new layer in order to match the original.  Its as if the layer worked on in CS2 has brought with it some corrupted info in its definition, that never leaves and affects any Effects you try to apply to it.
    Has anyone experienced this one before?

    A liitle bit more info here.  Apparently, the pixel data for the warped parts screws with the effect, Inner Glow, in the Choke and Size sliders.  The sliders simply quit functioning and have an abrupt light/dark toggle effect roughly near about value "7".
    The only way I could fix the problem was to do this convoluted solution, since Duplicate Layer does not work.
        1.  Clear the effects on the problem layer.
        2.  At this point you can either work on the problem layer directly or duplicate it to create a work layer.  Doesn't really matter because both layers will get deleted later anyway. 
        3.  With Channel Mixer, and for EACH color channel CMYK, move all 4 sliders hard left, so that the result is 0/0/0/0 for the CMYK values  (Do NOT use Brightness & Contrast in place of Channel Mixer because you will lose any blurred edges.  Also, using Channel Mixer does not swell or choke off the pixels along any "floating" shapes' edges). 
        4.  With the selection tool, create two small selection boxs at two opposite corners of the entire layer.  Fill them with any color. 
        5.  Select the entire layer (CNTL + A on a PC), and copy it to the clipboard. 
        6.  Create a new Alpha channel and Paste.  The little boxs at the opposite corners of the file were needed to precisely position a copy of the layer when we Paste it into the new channel.  The contents of the channel must be exactly registered with where the original shapes were in the problem layer. 
        7.  If you want, you can now delete the boxs in the corners of the channel by filling them with black. 
        8.  Create a new layer and load the selection (the channel) we just created. 
        9.  Fill it with the desired color. 
        10.  Copy the desired effects from the original layer before warping was done and to the new layer we just created. 
        11.  Delete the old problem layer. 
        12.  Done.

Maybe you are looking for

  • How to read the Variance Analysis report S_ALR_87013139,  Pdt cost by Order

    Hi, Could someone tell me how to read the variance analysis report, S_ALR_87013139 - Cumulative for product cost by order. The report has the following fields, Target (Debits),     Actual (Debits),     Scrap,     Var. Without Scrap,     Work in Proce

  • Old Problem/New Problem: Lightroom can't find file, then finds, but won't edit it.

    (Lightroom 2; Macintosh G5; OS X (10.4.11)) First, the old problem which, though unresolved, is here mostly for background: A little over a month ago, I posted a question (at http://forums.adobe.com/thread/480423?tstart=0 ). The short version of that

  • Mounted Drives Cause Applications to Hang on Connection Change

    When I change from wired to wireless connection to my network (or vice versa) mounted volumes seem to cause applications using those volumes to hang. This happens when going from wired to wireless, or vice versa, and happens regardless of the path (w

  • Creating Java applet

    I have to create a Java applet, but I don't know how. It should display a simulation of running rabbit in 10 circles, explaining the For cycle in a programming language C. I tried to make it in NetBeans, but I couldn't. Can anubody please help me? An

  • Desk top look....

    After 20 years on PC type computers I switch to an iMac almost 2 years ago and still am ****** I didn't do it sooner! That being said, there are still things I'd either like to make happen on my Mac and I'm not sure if its a matter of I don't know ho