Structure of Javascript and XML in the form of masking

Hello

Is there a way to hide Javascript code in the form of people who have Designer?  I design a form for a client that will be downloaded on the web and completed.  They do not, however, want to see the backend code with the designer or the structure of the XML data in the form.

Thank you!

Yes, you can put a password behind it.

Data file /-> properties-> Security

I don't know if this way is quite right... because I have no English version of LC. But you should be able to find good

I did the same thing... but had to cut the password later since it has been classified as 'viral' so I had to shut off again

Tags: Adobe LiveCycle

Similar Questions

  • my pc runs research and fills in the forms she self... who runs it?

    My pc runs research and fills in the forms by itself. I did al worm and Trojan research...

    Hi geddus,

    1. what research program do you use?

    2. what security software is installed on your computer?

    (a) I recommend you run a virus scan online from the link given below and check if the problem persists.

    Microsoft safety scanner

    Also, make sure that you have the latest update of the software antivirus installed on your computer, so that it works correctly.

    (b) you can also download & run Microsoft Security Essentials on your computer.

    Hope the helps of information.
    Please post back and we do know.

  • We write plain HTML5, JavaScript and CSS in the development of webworks BB 10.

    Hi all

    We write plain HTML5, JavaScript and CSS in the development of webworks BB 10.

    Thank you all

    Yes.

    Here is an example of an application named BrickBreaker which was written entirely in HTML5, JavaScript and CSS.  It can be pacakged in BlackBerry 10 application using SDK WebWorks:

    https://github.com/BlackBerry/BB10-WebWorks-community-samples/tree/master/BrickBreaker

  • I use LR 6.5 on an iMAC. Files RAF Fuji originally, I imported from an SD card worked and exported in the form of PSD and then after saving the files on an external hard drive RAF erased from Lightroom. I now want to import some RAF b HD files

    I use LR 6.5 on an iMAC. Files RAF Fuji originally, I imported from an SD card worked and exported in the form of PSD and then after saving the files on an external hard drive RAF erased from Lightroom. I now have to import some RAF of the HD files but LR shows them as dazed out and said that they have already been imported when I hover over the thumbnail. I have this problem when importing files in the same HD Canon CR2, and who have been treated exactly the same. Anyone got a clue as to why this is happening? Thanks, Phil

    Hi Phil,

    If Lightroom then reads these as duplicate files, it shows that they are already present in your Lightroom Catalog.

    You can search by file name and check if the image is present in your library.

    Kind regards

    Claes

  • How can I integrate a form on my site and to set up a button "submit" for when people fill out and click Submit, the form will be sent to me in the form of attached pdf file?

    How can I integrate a form on my site and to set up a button "submit" for when people fill out and click Submit, the form will be sent to me in the form of attached pdf file?

    Thank you!

    Salvation;

    This isn't a workflow that is supported by solutions of Adobe forms at this time.

    Thank you

    Josh

  • Dynamic PDF up to 200 images, the size of the pdf is greater, cannot save the data and images to the form

    Hi all

    My client would like to dynamic images up to 200 photos to my forms. It works very well. However, when I add images up to 35 images. I could not add images to shape more. Then I save data on the form. All the images and the data entered on the form are missing. I don't know why.

    If I add only 10 images - I can record data and images on the form. 15456 KB is the size of the pdf.  I was unable to add more photos or data on the form.

    There may be a problem the size of the pdf? How big can make a limited dynamic pdf?

    Can save us the information and images as much as we want?

    I spent two weeks to work and trying to figure out this problem. However, it is not successful.

    Help, please

    Cindy

    You must ensure that your users do not import large images.

    Therefore, you can use a script on the change event of an image field that checks the size of the data and warns the user if the file is too large.

    function formatNumber(number) {
        var num = number + '',
        x = num.split('.'),
        x1 = x[0],
        x2 = x.length > 1 ? '.' + x[1] : '',
        rgx = /(\d+)(\d{3})/;
        while (rgx.test(x1)) {
            x1 = x1.replace(rgx, '$1' + ',' + '$2');
        }
        return x1 + x2 + "KB";
    }
    
    var sizeLimit = 200, //allow upto 200KB images
      thisSize = Math.round((this.value.oneOfChild.value.length * 3 / 4) / 1024);
    
    if (sizeLimit > 0) {
      if (thisSize > sizeLimit) {
      xfa.host.messageBox("Note: With " + formatNumber(thisSize) + " the size of the imported image is greater that the recommended maximum of " + formatNumber(sizeLimit) + ".\nLarge images can cause a insufficent performance.\n\nIf possible, use images with the following recommended specs:\nFormat:\t\tPNG or JPG\nColor depth:\t8 Bit (higher is not supported)\nColor space:\tRGB (CMYK is not supported)\nFile Size:\t\t" + formatNumber(sizeLimit), "Recommended image size exceeded", 3, 0);
      }
    }
    
  • Error: not able to analyse the form of mask on Clipboard

    can someone tell me why when I opened a new composition, I get an error message that says: "after effects error: could not parse the form of mask on clipboard" then I click ok... which brings me to a new composition, then I try to import an image and it gives me the same message only is not import the image? IM new to this and trying to teach myself, any help much appreciated woould

    This has to do with a pixel-image on the Clipboard of the AI. Even if you are trying to paste in AE, AE generates an error. It should give this error until the user actually attempts to access the Clipboard, in my opinion.

    After I rebooted my system, it has been resolved. Workaround must be (not tested) to copy some vectorshape the Clipboard to HAVE to get rid of the pixelimage.

  • Extract PDF form data using JavaScript and write in the CSV file

    I received a PDF file with a form.  The form is * not * formatted as a table.  My requirement is to extract form field values and write into a CSV file that can be imported into Excel.  I tried using the menu item "Merge data from spreadsheet files" automated in Acrobat Pro, but the release includes both the labels and values.  I'm mostly just interested in the form field values.

    I would use JavaScript to extract the data from the form and learn JavaScript write CSV file (since I know what should look like the spreadsheet of end).  I got regarding the extraction of the fields in the form:

    this.getField("Today_s_Date").value;

    And the rest of this post: http://StackOverflow.com/questions/17422514/how-to-write-a-text-file-in-Acrobat-JavaScript , I tried to write to CSV using:

    var cMyC = "abc";

    var doc = this.createDataObject ({cName: "test.txt", cValue: cMyC});

    but I get the following error:

    "SyntaxError: syntax error".

    1:Console:Exec ".

    Ideally, I don't want to use a third-party tool online to make, because the data are sensitive.  But please let me know if you have any suggestions.  The ideal output is a CSV file that an end business user can open in Excel to see the format of spreadsheet of his choice.

    Did anyone done this before?  Open to hearing alternatives as well.  Thanks in advance!

    The code you have posted works fine for me in the JavaScript console, so I suspect the problem is something else. Where did he put the code and y at - he seized another code?

    In addition, if CSV is not a strong requirement, I would say that you use delimited by tabs instead. Fields normally cannot contain tab characters, this is a good qualifier to use. It will be also more reliable when you import in Excel. If you need to process the field data that may contain quotes, you need prepare correctly the string data and can use a JavaScript library like this: https://github.com/uselesscode/ucsv

  • By program (step by step) read data XFDF and dynamically create the form

    Hej,

    I have a form created dynamically with JavaScript in Adobe Acrobat 9. I exported the variable amount of data in an XFDF file.

    Now, I want to import the XFDF file into a second PDF file. But while the data is variable, I need to read the data imported manually

    and to create the new PDF dynamically. This is required, while the new PDF must contain a chart made in Flash and will be

    filled with data from the XFDF file.

    My problem is, that "doc.importAnXFDF ()" does not return the data that is imported as an object. I was looking for solutions

    but I have always found solutions to automatically populate an existing form. The API guide is not useful. Where can I read the imported data

    to iterate on and in the process.

    Thank you very much.

    Christian

    As I discovered (https://acrobatusers.com/tutorials/extracting-pages-pdf-acrobat-javascript) it is possible to save a range of

    pages programmatically. In fact, this has many advantages for my use case, including to prevent the many errors made by users.

    So I decided to use this solution and close this issue.

  • ADF security and authentication of the forms

    I created a form simple adf using the Department in the form of the adf. Run - work

    I then put the adf security implemented, create login.htm error.html and /faces/mydept.jspx

    When I right click on the login.html and run, I get the access code, I signed with the user and get 403.
    When I right click on the mypage.jspx and run, I get the connection, I login with the user and work?

    so my question for which url do I give to the user once I have move to production
    (1) http://...:7xxx/context/login.html
    or (2) http://...:7xxx/context/faces/mypage2.jsp



    TKS

    You can send a http://...:7xxx/context/faces/mypage2.jspx

    ADF is a technology jsf the web.xml file will be a filter for faces and is the filter of the address provided and it is treated.

    THS peace of code in the web.xml file is responsible for the filter and treatment

    > Faces Servlet
    > /visages / *

  • How to export xml from the form of the LCD information?

    Hi all.

    I created a form using LiveCycle Designer ES2 9.0.  I am currently using Acrobat X Pro fill out the form.  I would like to save the data in an xml file.  I tried to SaveAs XML 1.0, but this is not correct - none of the fields and their data are visible.

    What should I do to save the xml data to a folder?

    Thanks in advance!

    Jerry

    I was a bit premature on my post.  I found the answer.

    View > tools > forms > more form Options > manage form data > export data

  • Elements of repeatable subform and XML with the missing fields?

    I'm not an expert but I have one condition where a form will bind to a repetitive xml element, called transactions with elements under each transaction as shown below.

    I can't go to a situation where the XML is missing an optional for one of the p.6.  While I expect the form to display this:

    27/07/2011Deposit5000
    28/07/2011Check
    29/07/2011Transfer1000

    It is, in fact, show this:

    27/07/2011Deposit5000
    28/07/2011Check1000
    29/07/2011Transfer

    So, it is basically boils the credit of 1000 for the 2nd element repetitive rather than leave it empty and add correctly in the 3rd repetitive element.  I don't know that that is how I have the shape or how do I implement the XML binding but can anyone help?  I'm close this by forcing the user to always include an empty element that is repeatable, but it is optional in the schema is not a good thing to force on my callers.

    Thank you very much for the help!

    - < Transactions >

    - < Transaction >
    < Are later to > 2011-07-27 < / are later to >
    < Description > deposit < / Description >
    < > Credit5000.00< /credit>

    < / transaction >

    - < Transaction >
    < Are later to > 2011-07-28 < / are later to >
    < Description > check < / Description >

    < / transaction >

    - <Transaction>

    < Are later to > 2011-07-29 < / are posterior to >

    < Description > transfer < / Description >

    <Credit>1000.00</Credit>

    < / transaction >

    < / > transactions



    Hi, make sure you have to have the line or repeat the subform (just what is the parent of the three fields) related to the element of the Transaction, it must have a binding expression that looks to $. Transaction [*] then the three fields will have the relative binding expression that are similar to the $. Are later and keep them all grouped together on the same line (or a subform).  If the individual fields have expressions of shape connection $. Transaction [*]. Postdatent then you will get the problem describe you. Kind regards. Bruce

  • I have an e-mail account hotmail that I don't remember my password and I completed the form but they keep send it back? What can I do else?

    I filled out the form to help 4 - time, but given that you can no longer talk or to go to a tech support person - how are we suppose to retrieve passwords?  This account is linked to my hotmail account - but since they did an update - I can now no longer to this account.

    Hello

    Answers is a peer group supported and unfortunately has no real influence on Hotmail.

    HotMail has its own Forums, so you can ask your questions there.

    Windows Live Solution Center - HotMail - HotMail Forums Solutions
    http://windowslivehelp.com/

    Hotmail - Forums
    http://windowslivehelp.com/forums.aspx?ProductID=1

    Hotmail - Solutions
    http://windowslivehelp.com/solutions.aspx?ProductID=1

    How to contact Windows Live Hotmail Support
    http://email.about.com/od/hotmailtips/Qt/et_hotmail_supp.htm

    Windows Live Hotmail Top issues and Support information
    http://support.Microsoft.com/kb/316659/en-us

    Error message "your account has been locked" when trying to connect
    http://windowslivehelp.com/thread.aspx?ThreadId=77be7d82-a0e9-49c7-b46d-040ec654a9e2

    Compromised account - access unauthorized account - how to recover your account
    http://windowslivehelp.com/solution.aspx?SolutionID=6ea0c7b3-1473-4176-b03f-145b951dcb41

    Hotmail hacked? Take these steps
    http://blogs.msdn.com/b/securitytipstalk/archive/2010/07/07/Hotmail-hacked-take-these-steps.aspx

    I hope this helps and happy holidays!

    Rob Brown - Microsoft MVP<- profile="" -="" windows="" expert="" -="" consumer="" :="" bicycle="" -="" mark="" twain="" said="" it="">

  • You see landing page views and presentations in the form of a link within the ADC?

    I created the business conduct contained in E10 which includes a link to an Eloqua landing page containing a form Eloqua. The ADC is an Eloqua email. When I got the email with the CDA on the canvas of the campaign, it is not "related" to the landing page and the form as would do an e-mail containing a link normally. Is there a way to "bind" the ADC to the landing page and the shape on the canvas of the campaign, or Earn pageviews and remittances form since the show of CDA upward on the e-mail activity in Insight?

    If you add the LP to the campaign from the mouth on the left side (and then click to extract the same form element), will be associated with the campaign for the statement of purposes even without the link of the email be rendered on the screen.

  • How can I use external CSS, JavaScript and Images in the PeopleSoft Portal?

    I develop a website and I need to put my CSS, JavaScript and IMG files in a folder on the server that can be used by the objects of my HTML.

    Where should I put the images? How can I get the HTML code of the objects can read these images?

    I tried several things like:

    < link rel = "stylesheet" href = "" < % = psCtxPath % > < % = psHome % > \MyStyleSheet.css "rel ="stylesheet"type =" text/css">"

    "< link rel ="stylesheet"href="\portal\MyStyleSheet.css "rel ="stylesheet"type =" text/css">

    "< link rel ="stylesheet"href="\ps\images\portal_pa\MyStyleSheet.css "rel ="stylesheet"type =" text/css">

    By "Object HTML" do you mean HTML definitions in App Designer? If so, how you use these HTML definitions? You use the PeopleCode GetHTMLText? You want to store your images and CSS in the database where it won't delete whenever you regenerate PIA (Tools fixes and upgrades)? If the answer to all these is Yes, use %Bind(:1) (or: 2: 3, etc.) for your images, JavaScript and CSS. In your PeopleCode, use % Response.GetImageURL (IMAGE.NAME_OF_YOUR_IMAGE), Response.GetJavaScriptURL (HTML.NAME_OF_YOUR_JS_DEFN), %Response.GetStylesheetURL(STYLESHEET.) YOUR_CSS_NAME) to obtain the URL of the item stored in the cache. Pass this URL to the GetHTMLText function as the value for one of bind variables in the HTML code.

    If you put images in the folder root (PORTAL.war) of your web server, and reference to ' / '. If you put them in a folder under PORTAL.war, for example, a folder named ps, use/ps/nameoffile.png. Always use ' / ', not '-' for internet URLS.

Maybe you are looking for

  • Only more small download of PDFs automatically to my Air 2 iPad, why?

    Only a small pdf files are synchronized automatically to my iPad, up to say 1 MB, the largest files up to about 7 MB will download automatically when you want to view, but files very large, on that you have to press download to display the option? Wh

  • Windows.Old can't be scanned by Avast.

    I've recently been hacked on a MMORPG. I tried to run a virus scan to locate a keylogger/trojan...etc... I have Avast 4.8. After running the analysis, in windows.old files could not be scanned and there is no virus scanned all records. I understand t

  • CC Illustrator changes the dimensions of the file saving in jpeg or tiff

    Hi, whenever I save a file in jpeg or tiff Illustrator ajoute.08 width and prend.08 off the coast of the height. I record with use that artboard is checked but it still changes the dimensions of the file. Please can someone advise how can I stop it d

  • Restore the hyperlink

    Hi, I have a very large PDF file with thousands of hyperlinks (jump to another page).Now the Pdf file has been changed by adding or removing pages. The majority of hyperlinks not working anymore, the link is 'empty' or she jumps to the wrong page.I c

  • How to reload the file .tmp Photoshop

    I accidentally saved files and merge the layers, close Document. Now only "Temporary Photoshop 8384...", how to reload or open the Photoshop file .tmp, help me! I use CS6 and Win 7