Save data for online pdf

Hi!
Don´t know if I doing this to complex, but I would like to work in an online pdf, and be able to save data - and on open i load the xml file.
flow
1) start form - lets say it has 10 fields
2) fill out 5 fields and save data - export/submit it to a script that can save an xml on webserver
3) on open, the pdf form opens with data. Could also be that an xdp was uploaded, which had a ref to pdf.
Is there a better way - come with your surgetions! I would like the server-site script to be PHP, which a have a little experince with..
Look forward to those clever ideas :)
Thomas Groenbaek - Denmark

No, you have to do it by creating duplicate and then renaming. In the Documents list, tap the Edit button, select the file, and tap the "Duplicate selected document" icon at the top, second from the left.
To rename: Edit > select file > Rename (icon to the left of the trash can)

Similar Messages

  • Is there a save function for online forms?

    Hi, I've created an online form which requests quite a lot of information from those who it is sent to.  Because of its size, I have made use of the skip logic rules to so that users can quickly skip sections that don't apply to them.  Notwithstanding this, the form asks questions which users may need to reseach and come back to so it wouldbe really useful if the form had a save function.  Does anyone know if such a function exists and if not, whether there are there imminent plans to develope one?
    If not, regreattably I will have to try and find another solution for online information gather that has a save and return function.

    hi randy
    I wholely support the request for a save feature for online forms, any idea of an ETA for this?
    Also to expand on this- the ability to print the  web form would be brillant.
    a few options for the  web forms submit to print, save.
    Web forms after/before  submission maybe to save as a pdf locally -  which then could be printed out.

  • Ability to save data on fillable pdf within a broswer

    I am not sure if this is the right place to post, please let me know if it is not.
    I make forms for internal use at my company, and most people tend to fill in forms via browser.  Ever since my department has upgraded to CS5 from CS3, nobody could save data anymore if it is open from web browser. So in order to save the data and send forms back to my department, the end users have to Save Target as to download to their desktop then fill it in then send it to us.
    The only solution I can think of is to zip all pdfs and that forces the end users to download to the desktop for them to fill in.
    Was this changed since CS5 or updates to Adobe Reader plug-ins? Also I've come across LiveCycle extension, and I am not clear on that. I would have to install this extension on our webs erver to let the end users to save?
    Thanks
    Mac OS 10.6.7, 2x2.8 ghz quad core intel, 10 GB ram, CS5, Acrobat Pro 9 and Acrobat Professional 8

    You can assign setting from you user id to other planner user ID by tcode :
    /SAPAPO/SDPUSET - User Settings for Interactive Planning
    I am not sure wheather it is applicable for graphical setting also.
    If it is not applicable than i don't think it is available with std SAP functionality .
    Manish
    Edited by: Manish Kumar Rathi on Oct 5, 2008 9:16 PM

  • Using OBIEE Scheduler to export and save data in excel/pdf

    Hi
    Is it possible to use obiee scheduler and run particular reports and export the data into excel/pdf and save this file at given location on server.
    env: obiee 11g/linux OS
    Thanks for any ideas.

    Hi,
    Yes it is possible.
    As per my knowledge we don't have such option but we can do one way.
    Using IBOTS you can store specific report and specific time in specific location.
    Note : Using JS script.
    Are you going to implement this way send me your mails id will send you js script for doing this.
    Re: Auto SAVE to excel -- Please refer this thread.
    Create js file using the below script and add this js scrif in your ibot advanced tab.
    var FSO = new ActiveXObject("Scripting.FileSystemObject");
    var foldername = 'D:\IBOT'
    if (FSO.FolderExists(foldername))
    var fileName = foldername + "\\" +Parameter(1);
    var fooFile = FSO.CopyFile(Parameter(0), fileName, true);
    else
    FSO.CreateFolder(foldername);
    var fileName = foldername + "D:\IBOT" + Parameter(1);
    var fooFile = FSO.CopyFile(Parameter(0), fileName, true);
    Thanks,
    Satya

  • Some able to save data in my pdf, some are not...

    I have created a pdf for company use - it's a purchase order form - and about half the company can open it, edit it, save their data, and email it back: perfect. The other half are unable to save to the document. They can open it and fill it out, but they can't save the data anywhere. Some of those having troubles are using macs, some are using PC. Help!

    This may not be an implied share issue. Check out this except from the Hyperion Planning Admin Guide:
    Caution!
    Do not design data forms in which label-only parents follow their first child member, as you cannot save data in the first child member. Instead, create data forms with label-only parents selected before their children, or do not select label-only parents for data forms.
    To see if this is really your problem, remove the label-only parent from the form. Try your save again, and it will work.
    Another way to test this is by recreating your form in the Excel add-in. If your save works in the add-in, but not in the form, this is your problem (and it's not an implied share issue, which would also affect the spreadsheet add-in).
    Hope this helps,
    - Jake

  • Tring to save data for n iterations, beginning when SAVE button is pressed

    OK, I'm STILL struggling with this vi.  (See post from 12/16).  I've cleaned up the code considerably, and better defined what it is I want to accomplish.  When the vi begins, I want to immediately begin displaying on the front panel 3 values: Indicated Flow Rate O2, Indicated Flow Rate N2, and Helium Concentration.  When the operator presses the SAVE button, I want the next n iterations to be saved to file.  N is determined by the Measurement Duration (in minutes) divided by the measurement interval (in seconds).  After the desired number of data points are saved, the operator can press the stop button, at which time the vi goes to frame 1 of the sequence, shuts off the Helium Solenoid and returns the detector to standby.  The whole key to this vi is being able to monitor the data in real time, and decide based on measurement criteria when to begin saving the data, initiated by pressing the SAVE button.  Somehow, I know I need to initiate the save with the case statement, and then save the data (n-1) more times.  When I tried a loop within a loop, I just saved the same data for the given # of iterations, and then the displays began updating again.  Is this making any sense at all?  I'm beginning to understand what an aneurism feels like.
    Attachments:
    Master He Concentration 12_20 V5.vi ‏88 KB

    One possibility solution is attached. Basically, we have a shift register that contains zero and regulates a case structure. Case zero is empty. If save is pressed, we feed a positive, nonzero number to it , which triggers the default case that (1) saves a data point and (2) decrements the shift register. This contiunes until the shift register reaches zero again.
    Modify as needed.
    btw: there is no reason for any local variables, use direct wires.
    LabVIEW Champion . Do more with less code and in less time .
    Attachments:
    Master_He_Concentration_12_20_V5MOD.vi ‏75 KB

  • Windows Modified date for online redo logs

    I am doing a full database backup (oracle 10g) weekly and incremental backups nightly. The database is running in archivelog mode and I am multiplexing the online redo logs. However, when I look in windows the modified date for all Redo logs is displayed at the time the database was started up (Sunday night)... datafiles, controlfiles etc... show the latest modified date correctly.
    Is this normal that the modified date is not updating on redo logs or do I need to do something else to ensure my online redo is operating correctly.
    Any help would be appreciated.

    Redo3 was the setting before the switch... redo1 is now the current log. As regards the alert log... what file should I check... there is nothing showing in OEM.
    MEMBER
    GROUP# STATUS
    D:\ORACLE\PRODUCT\ORADATA\WATLI1\REDO03.LOG
    3 ACTIVE
    D:\ORACLE\PRODUCT\ORADATA\WATLI1\REDO02.LOG
    2 INACTIVE
    D:\ORACLE\PRODUCT\ORADATA\WATLI1\REDO01.LOG
    1 CURRENT
    MEMBER
    GROUP# STATUS
    E:\BACKUP\ONLINELOGS\REDO01_A.LOG
    1 CURRENT
    E:\BACKUP\ONLINELOGS\REDO02_A.LOG
    2 INACTIVE
    E:\BACKUP\ONLINELOGS\REDO03_A.LOG
    3 ACTIVE

  • I cannot save data on a pdf on my tablet since most recent update

    I use Adobe reader on my Galaxy Note 8 to do audits. I fill in with forms with stylus. Since the update I cannot save any data to forms. The "Save" button, previously in upper right hand corner of screen, is gone. There is only a check mark on the screen. I thought that was to save, but it doesn't work.

    "Stylus mode" -- Are you referring to the "Freehand" annotation tool?  It is available regardless of whether you use a stylus or not.
    In the previous version, the Freehand annotation toolbar looked like this.
    The Save button above is used to commit a particular annotation change.  Please note that it does not save other changes (e.g. filling out form fields) that have been made to a PDF document.
    In the latest version 11.4, it now looks like this.
    Once you add a Freehand annotation to a PDF document, you can tap the checkmark icon to commit the change.  Do you see the change that you've just made on a page? 
    Are any changes (not just addition of Freehand annotations) lost once you close the PDF document?
    If none of the changes you've made have been saved automatically, it is highly likely that you encountered a known problem in Adobe Reader for Android.
    Your PDF document is locally stored on an external SD card (not internal storage).
    Your Android OS version is 4.4 (KitKat).
    Adobe Reader cannot save any changes to the files on an external SD card due to the major Android OS changes to SD card permissions on KitKat.  We are still working on fixing the problems.  In the meantime, please copy the files from your external SD card to your device's internal storage (e.g. /storage/emulated/0/Documents/...) using a File Manager/Browser app or use a cloud storage service (Acrobat.com, Dropbox, Google Drive, etc.) to store files.
    Please let us know if you need further assistance.  Sorry for the inconvenience.

  • How to disable the Save button For a pdf?

    Hi,
    I have a requirement that when you open the livecycle developed pdf, the Save option available in the toolbar (Save As icon) and File menu of the Reader should be disabled. A button will be provided in the form separately to provide the Save functionality. Can anybody help me reg. this? Is there any setting available for this in Adobe Pro or any other tool?
    Regards,
    Maria

    It's not really difficult to disable the save button. But it depends on the context from where you want to delete it. even if you disable the save button the user has the option to print screen and create a fresh pdf. So your question has some philosophical aspects to deal with. Please mail me at [email protected] incase of further quries. I've understood your problem and have got a solution but it's not somewhat legitimate to do. I can share it with you through email.

  • Submit button for online PDF form doesn't work for some users

    Two online forms I've created in LiveCycle Designer 8.2 work fine for me. But when some of my site's users click on the Submit button in either form, it simply flashes and then does nothing. It's a standard Submit button with a Mailto link. The documents are PDF Version 1.7, and I'm using Acrobat Pro 9.4.5 and Reader 9.4. Any suggestions on troubleshooting would be great.

    Has this form been enabled with Form Rights for Reader.  If the entire PDF is submitted, then the PDF must be Reader enabled to operate on Reader. 
    Another issue is that an email submit is entirely dependant on the user's system.  There must be a local email client installed and registered with the system.  Internet email will not work.  This is the most likely issue.  Althougth there are other things that could be wrong.  You might want to consider using the Acrobat.com to distribute your forms.  This method gets around the email issue for most users. 
    Other issues that could cause this problem are the users' version of Acrobat/Reader as well as any kind of funky system/security setup.   

  • Managing huge data for  online news paper

    Hi
    I am currently working on a project for an online news paper. We at present are analysing the ways for managing the huge amount of data ie for current news and archives.
    The best way so far in our mind, is storing them in the files in zip format. Can anyone please suggest us a more sophisticated and efficient way available.
    Your help will be greatly appreciated. Suggestion for use of new technology is also welcome.
    Thanks
    keyur

    Hi thanks for your help everyone.
    watertownjordan that tip definitely helped. We are
    also considering intermedia option as indicated by one
    of other forum member. I will definitely keep you
    posted as I am sure I will have other questions.::))).
    I also did run your example posted on that site. yeah
    it looks cool. But what we are thinking is we should
    generate auto-Id. I am still puzzled why did you give
    option to choose Id for the news or article. Because
    it may clash and we will have to incorporate the check
    in our programming (hence increased code and
    processing). If you have it there for some specific
    purpose I would be interested in knowing it.
    Anyways thanks everyone for your valuable contribution
    and I hope I will continue receving your help on this
    topic in future.
    keyurThanks alot. Glad you liked it. The program right now (completed in just 8 hours) is a sample of the articecture. It is for example purposes only now, I will be adding better functionality day by day. Be sure to check it out.
    P.S. Would your newspaper be willing to talk about using my help, I don't cost much and I already have code. You see I am unemployed like the rest of the world. Need a little help.

  • Which vi ist best to save data for later usage in GNU R?

    Hi,
    I want to save values of several instuments every 10 ms into a file (mydata.csv) and evaluate the data with GNU R.
    GNU R can read .csv files and use first line as names and # lines as comment.
    mydata.csv should look like this:
    # Date: 2002-12-23
    # Voltage of ABC
    # Comment: Used new probes
    time, TAB voltage, TAB temperature
    12, TAB 23, TAB 43
    34, TAB 43, TAB 556
    is there a vi that can create such file?
    ================================
    system: Win7 and debian stable

    You can use the Write to Spreadsheet File or the lower level Write to Text File.

  • Package for Online PDF Payslip XML

    Hello gurus,
    I am trying to identify the package/procedure that generates the XML output that is used by XML/BI Publisher to generate the PDF payslips in SSHR. We would like to create a custom version based on the seeded version. I am specifically looking for the US legislation. Any help is greatly appreciated.
    Thanks,
    Mark
    Edited by: user2229285 on Oct 2, 2012 6:53 AM

    Hi Mark,
    We've done the same recently -
    pay_payroll_xml_extract_pkg.generate(
    P_ACTION_CONTEXT_ID => r_pay_assignment_actions (b).assignment_action_id
    ,P_CUSTOM_XML_PROCEDURE => NULL
    ,P_GENERATE_HEADER_FLAG => 'N'
    ,P_ROOT_TAG => 'PAYSLIP'
    ,P_DOCUMENT_TYPE => 'PAYSLIP'
    ,P_XML => l_xml);cheers,
    Vignesh

  • How to save data for Binded Matrix  in Sqlserver200(DB)

    hai all,
    i  created a Form by using Udo form generator.
    in that i bind the matrix with Userdatsources. its successfully binded to the matrix. but when i press "Add" Button the Sqlserver tables are not saved.
    if i enter values manually without binding the udo matrix, all rows are getting saved in sqlserver successfully.
    plz help me how to save the rows in the binded matrix to the tables in Sqlserver.
    Regards,
    Nagababu.

    Since you are using UserDataSources, you have to construct a function that loops through the columns, and by name and or alias you construct the INSERT and/or UPDATE query (assuming the destination table is User Defined).
    Check out this link
    Re: Matrix Processing
    Hope it helps

  • PDF form created in Idesign CS6 won't save data when filled out

    Why can't users save data in fillable PDF form created in IndesignCS6
    Hi
    Please help I've tried every forum and tried everything you are my only hope  ive created a Interative PDF form In indesign cs6 and when my clients fill it out it doesn't save the data, also ive put it online and again the same and the submit button doesnt work, ive tried the advanced save in Acrobat and still the same what am i doing wrong GUTTED

    I designed in InDesign, exported as Interactive PDF, opened in Pro, saved with extended options.
    I have both Pro XI and the most recent version of Reader. (Mac os x)
    I actually used a template to design the form. Would this somehow be causing an issue??
    Here's a link to the form-- (website is still being developed.)
    http://media.wix.com/ugd/258c13_937630036a284d0ebfcccd8aa9169cf2.pdf
    I've uploaded to the new website, and to Box, and the issue remains the same.
    Thanks for your help!

Maybe you are looking for

  • How do I match a clip to sequence settings and sequence presets?

    I'm getting the warning: Attention - This clip does not match this sequence's settings or any or our sequence presets. I'm trying to figure out how to set things up in Compressor so that my clips do match my sequence settings and presets. The issue s

  • Reporting BEX level Query

    Hello, I posted this in a different forum which is wrong. sorry. i can't see my question there any way. this is my question. I built a SD report which has both Header and item level information. Report is running fine. a new requirement came and they

  • How do I remove a reflection from my photo slideshow?

    I have set up a slideshow on a photo page and published OK. However I have reflections under some images and not under others, regardless of whether I view via Safari or Firefox. Actually I would rather not have a reflection at all. I have read throu

  • Oracle Content Server Search Gives JavaScript Error

    There is a content server Search error I am facing over here.Whatever criteria or metadata is entered the javascript error comes.It shows the following: Line:1445 Char:4 Error:Object doesn't support this property or method. Code:0 URL:http://172.18.4

  • Problems with WLS 7.0 and NES plug-in

    Hi, I am not able to configure NES with weblogic 7.0. I created a domain with an admin server and 3 clustered servers. When I tried to configure NES it is giving me these errors. [06/May/2002:18:41:26] failure ( 1530): Invalid configuration: File /da