Generate and Save PDF / Append Filename with Username

When you select a row to download as PDF in FormsCentral response table, and Save As dialog box appears, it would be nice if it appended the filename so we don't have to do this ourselves everytime.  If you forget to append the filename it will use the generic name and overwrite the previously saved file with generic name.  Seems like something Adobe could have easily programmed in, but failed to do so.

btw:
Timestamp would mean nothing to me when I receive 200 job applications and can't identify the applicant by filename.  It would look like gibberish at that point.  Also, you can add the option upfront to concatenate fields so later the filenames are appended with 2 fields (for example) that are selected by the form creator as part of designing the form.  In that case, whether it's a survey with 5 generic questions or a 50 question job application, each set of filenames would be unique in its own scenario.

Similar Messages

  • Save as PDF and Save PDF as PostScript options in the Printer dialog are not supported.

    I downloaded Indesign CS3 trial and liked everything about it until I attempted to print to postscript and got that message. Nothing I have tried has helped. I have seen in various forums that others are having the same problem, but haven't found any solution offered. I am running Tiger 10.4.10 on a new Intel Imac with 3G ram. This is a procedure I use very often in my workflow, and have never had this problem with CS2 on my PC or other Macs. Is there a solution? I downloaded the .1 update and installed that and it didn't change anything.

    PLEASE SOMEONE HELP ME.
    Its the first time Im using print booklet option to save my file. I have the same problem when trying to save as pdf and get the
    "The Save as PDF and Save PDF as PostScript options in the Printer dialog are not supported."
    I'm trying to save a .pdf of a booklet of a facing pages document of A4 size each facing page for a whole size A3, then hope to let the pages be correctly arranged by inDesing, then print and staple.
    Meaning pages will be like this - Page #60 left side [of the A3] - page #1 right side [of the A3] , page # 2 right side[of the A3] - page #59 left side[of the A3] etc...
    I CANT DO IT. I tried to follow Melvin Thompson , but when I choose save .ps and open it in preview all I see is independent a4 pages and just the left ones , .. How can I save my file as .pdf ready to be printed in a3 ?
    I really appreciate any help.

  • Error while Open and save pdf using Adobe library

    I m using adobe library to open and save PDF using VC++ MFC .
    as given samples are working for me all are using console application to accomplish this task.
    But when i tried to use same functions to open and save PDF from DOC/VIEW application it gives me an error.
    it is a strange problem that I don't understand. If I compile the following code (Visual C++ 2000 Express Edition) I get an error message: "Unhandled exception at 0x0041183f in test.exe: 0xC0000005: Access violation reading location 0x00000004."
    For your reference when I simply  create one function and one menu and called that function from menu.
    Please see the code is given below.
    The code is given below
    void CPDF_MFCDoc::OnPdfOpen()
        // TODO: Add your command handler code here
        OpenPDF();
    #define PDF_FNAME1  "C:/Test.pdf"
    void OpenPDF()
         PDDoc pdDoc= NULL;
         ASErrorCode errCode = 0;
         DURING
            pdDoc1 = MyPDDocOpen(PDF_FNAME1);
        HANDLER
            errCode = ERRORCODE;
        END_HANDLER
    It gives me an error as.
    Unhandled exception at 0x004075b1 in PDF_MFC.exe: 0xC0000005: Access violation reading location 0x00000024.
    But when same thing I was complied from console ,it works.
    Working code is given below.
    #define PDF_FNAME1  "C:/Test.pdf"
    void MainProc(int argc, char **argv )
         PDDoc pdDoc= NULL,
         ASErrorCode errCode = 0;
         DURING
                 pdDoc1 = MyPDDocOpen(PDF_FNAME1);
         HANDLER
            errCode = ERRORCODE;
        END_HANDLER
    PDDoc MyPDDocOpen(char *fileName)
        ASFileSys asFileSys = ASGetDefaultFileSys();
        volatile ASPathName asPathName    = NULL;
        volatile PDDoc        pdDoc        = NULL;
        DURING
            /* Create asPathName from file.*/
            #if MAC_PLATFORM
            asPathName = GetMacPath(fileName);
            #else
            asPathName = ASFileSysCreatePathName(asFileSys, ASAtomFromString("Cstring"), fileName, 0);
            #endif
            /* Open pdDoc from asPathName.*/
            pdDoc = PDDocOpen(asPathName, NULL, NULL, true);
            fprintf(stdout, "Successfully opened %s\n", fileName);
        HANDLER
            fprintf(stderr, "Unable to open %s\n", fileName);
            pdDoc = NULL;
        END_HANDLER
        /* Release asPathName.*/
        if (asPathName)
            ASFileSysReleasePath(asFileSys, asPathName);
        return pdDoc;

    Yes ,I have it , I think when i tried to open or save any document "ASGetDefaultFileSys()" function not able to get file it raise an error , can you please help me out . where I m wrong.
    Why this "ASGetDefaultFileSys()" function raise as "Access violation error" .
    Please help me.

  • Is it possible to create a Webservice in BI which takes XML as an input and gives PDF as output with an additional requirement that Siebel expecting the XSD from BI to send data in the BI requested format

    Is it possible to create a Webservice in BI which takes XML as an input and gives PDF as output with an additional requirement that Siebel expecting the XSD from BI to send data in the BI requested format. Siebel wants to send the data as xml to BI but not sure of the BI capabilities on giving WSDL embedded with XSD (input is a hierarchical)

    Hi All,
    I am able to fulfil above requirement. Now I am stuck at below point. Need your help!
    Is there any way to UPDATE the XML file attached to a Data Definition (XML Publisher > Data Definition) using a standard package or procedure call or may be an API from backend? I am creating an XML dynamically and I want to attach it to its Data Definition programmatically using SQL.
    Please let me know if there is any oracle functionality to do this.
    If not, please let me know the standard directories on application/database server where the XML files attached to Data Definitions are stored.
    For eg, /$APPL_TOP/ar/1.0/sql or something.
    Regards,
    Swapnil K.

  • Problems with Safari to download and save pdf files

    I used to download pdf with no problems at all, right now the download window does not open at all and tha option Save as is acting like the file is being saved but no pdf file appears in the downloads folder or in any other folder select. I am new in safari, and I am not a very well internet instructed person, please help.

    Hi,
    Please go through following links..this will help you:
    http://lucamezzalira.com/2009/02/28/create-pdf-in-runtime-with-actionscript-3-alivepdf-zin c-or-air-flex-or-flash/
    http://forums.adobe.com/thread/753959
    http://blog.unthinkmedia.com/2008/09/05/exporting-pdfs-in-flex-using-alivepdf/
    Thanks and Regards,
    Vibhuti Gosavi | [email protected] | www.infocepts.com

  • How to get and save the incoming filename in to db in biztalk.

    Hi,
    I need to save the incoming file name in to a table in biztalk.
    Below are the steps which are needed
    1) Need to get the incoming file in orchestration
    2) Map the incoming file in to field from source to destination schema(db) - such that file name will get stored in to table with other fields directly.
    Your help is greatly appreciated.....
    Thanks,
    Vijayan
    vijayan

    Per my understanding ,
    -> you are trasforming incoming message to outbound message(for database).
    -> One of the elements in oubound message is (let's say) FileName and is inserted into database.
    -> And, you want to map incoming file name in outbound message field(FileName).
    There could be any below resolutions:
    Option1 : In orchestration, if inbound message is MsgIn and outbound message is MsgOut and destination schema element FileName is made as distinguished field then write below in construct message and message assignment shape.
    MsgOut1=MsgOut;
    MsgOut1(*)=MsgOut(*);
    MsgOut1.FileName = MsgIn(BTS.ReceivedFileName).
    //BizTalk engine promotes incoming message file name in property schema BTS.bts_system_properties.
    Option2 : ->Create schema class of destination schema using xsd.exe tool(in BizTalk server installation folder).
    ->After this , a class file will be generated.
    -> Create instance of this file and assign like below in expression shape.
    obj.FileName=MsgIn(BTS.ReceivedFileName).
    Then, in message assignment shape, assign instance to outbound message.
    MsgOut=obj.
    Thank you.
    Nishant Garg
    BizTalk Developer/Admin/Trainer

  • Dunning - mail and save pdf

    Hello,
    we have received the question to mail a dunning and save this pdf on a location.
    Mailing is not a problem (copied FI_OPT_ARCHIVE_DUNNING_NOTICE to a z-variant and adapt it to our needs-, but I don 't see how I can force the system to create also a spool. Is there someone who has some guidance for me ?

    I don't think standard dunning process is designed to allow this.
    What would the users do with the file, anyway? If this is just for some kind of archival or compliance purposes, it would be easier to ensure that a copy of the outgoing email is stored on the mail server.

  • Acrobat OLE (Interop) service: I wish to save PDF to PNG with Resolution from user

    Hello,
                I want to save/convert PDF into PNG along with resolution I want, how do I do that? I am using Acrobat OLE Interop.
    Thanks in advance.

    Shakti, I did some experimenting with the program this morning.
    I wasn't aware of the DC edition of Reader, but the whole concept appears to be tailored to those who store documents on Adobe's servers.
    The behavior is very similar in the Adobe Acrobat Reader DC as Adobe Reader 11.0.10, but not exactly the same. When saving a PDF form on a network share which has been filled, we are still greeted with the Save As dialog.
    Here I am able to choose the 'recent location' which I was just in as the save path, and the file name populates with the correct name. When I press save I am asked "Do you want to overwrite this file" and I am able to choose yes without error. This is a few less steps than before, but still annoying to end users who fill out checklists all day.
    As with the previous version of Adobe Reader, disabling protected mode on start up prevents this from happening. Other things I have tried are adding the server name, file path, and specific file to the "privileged locations" under Edit -> Preferences -> Security (Enhanced) which made no difference.I also tried adding the server name to Windows Trusted Sites.
    Thank you for the suggestion.

  • Fill and Save PDF Form within Safari

    I know I can download, fill out a PDF Form and save.
    But we need to fill out PDF Forms online and have those forms saved on our server (within our Student Information Server).
    I cannot see any possible way of doing this, and it could be a reason our school district switches to PCs.
    I have downloaded, and installed Adobe Reader 8.0, which doesn't allow Saving PDF.
    The Schubert|it 2.2.3 plugin for PPC machines won't allow Saving either.
    Is there any hope.

    You are misunderstanding.
    I don't want to save the PDF on my computer. I want it saved on the server within our Student Information System.
    It doesn't work with the schubert plugin (the plugin even says it won't).
    I want to be able to modify a PDF that is on a server and save it on the server all within a web page.
    It can be done on Windows. It can't be done on OS X (up to 10.4.9)

  • Edit and save pdf files

    I downloaded Adobe Reader 9.1.3.  When I now try to edit forms that were previously downloaded, I can no longer save the edited form.  If I understand previous questions, I need to buy Acrobat Reader in order to edit and save the pdf files?

    A product with the name Acrobat Reader doesn't exist. With Adobe Acrobat you can fill and save forms.

  • Cannot Save To This Filename (with log) (trusted location fail)

    Hello,
    We are receiving the "document could not be saved.  Cannot save to this filename..." error since upgrading to 11.0.10 when digitally signing and replacing file on our network using W7.  We have tried adding a folder path into the trusted locations panel per this thread Cannot Save as to network after update to 11.0.10  This did not work for us.
    I turned on the protected mode log after adding the folder where attempt is made and shutting down adobe then creating a document there and attempting a digital signature.  Below is the log after one attempt if it helps. 
    [01:14/11:52:51] Adobe Reader Protected Mode Logging Initiated
    [01:14/11:52:51] NtCreateKey: STATUS_ACCESS_DENIED
    [01:14/11:52:51] real path: \REGISTRY\MACHINE\Software\Adobe
    [01:14/11:52:51] Consider modifying policy using this policy rule: REG_ALLOW_ANY
    [01:14/11:52:51] NtCreateKey: STATUS_ACCESS_DENIED
    [01:14/11:52:51] real path: \REGISTRY\MACHINE\SOFTWARE\Adobe
    [01:14/11:52:51] Consider modifying policy using this policy rule: REG_ALLOW_ANY
    [01:14/11:52:51] Invalid path: \Device\HarddiskVolume1\Users\my_username\AppData\Local\Adobe\Acrobat\11.0\
    [01:14/11:52:51] Invalid path: \Device\HarddiskVolume1\Users\my_username\AppData\Local\Adobe\Acrobat\11.0\
    [01:14/11:52:51] Invalid path: \Device\HarddiskVolume1\Users\my_username\AppData\Local\Adobe\Acrobat\11.0\
    [01:14/11:52:51] Invalid path: \Device\HarddiskVolume1\Users\my_username\AppData\Local\Adobe\Acrobat\11.0\Cache\
    [01:14/11:52:55] NtCreateFile: STATUS_ACCESS_DENIED
    [01:14/11:52:55] real path: \??\C:\Users\my_username\AppData\Local\Microsoft\Windows\Caches\cversions.1.db
    [01:14/11:52:55] Consider modifying policy using these policy rules: FILES_ALLOW_ANY or FILES_ALLOW_DIR_ANY
    [01:14/11:52:55] NtCreateFile: STATUS_ACCESS_DENIED
    [01:14/11:52:55] real path: \??\C:\Users\my_username\AppData\Local\Microsoft\Windows\Caches\cversions.1.db
    [01:14/11:52:55] Consider modifying policy using these policy rules: FILES_ALLOW_ANY or FILES_ALLOW_DIR_ANY
    [01:14/11:52:56] NtCreateFile: STATUS_ACCESS_DENIED
    [01:14/11:52:56] real path: \??\C:\Users\my_username\Documents\desktop.ini
    [01:14/11:52:56] Consider modifying policy using these policy rules: FILES_ALLOW_ANY or FILES_ALLOW_DIR_ANY
    [01:14/11:52:56] NtCreateFile: STATUS_ACCESS_DENIED
    [01:14/11:52:56] real path: \??\C:\Users\my_username\Documents\desktop.ini
    [01:14/11:52:56] Consider modifying policy using these policy rules: FILES_ALLOW_ANY or FILES_ALLOW_DIR_ANY
    [01:14/11:52:56] NtCreateFile: STATUS_ACCESS_DENIED
    [01:14/11:52:56] real path: \??\C:\Users\my_username\Documents\desktop.ini
    [01:14/11:52:56] Consider modifying policy using these policy rules: FILES_ALLOW_ANY or FILES_ALLOW_DIR_ANY
    [01:14/11:52:56] NtCreateFile: STATUS_ACCESS_DENIED
    [01:14/11:52:56] real path: \??\C:\Users\my_username\Documents\desktop.ini
    [01:14/11:52:56] Consider modifying policy using these policy rules: FILES_ALLOW_ANY or FILES_ALLOW_DIR_ANY
    [01:14/11:52:56] NtCreateFile: STATUS_ACCESS_DENIED
    [01:14/11:52:56] real path: \??\C:\Users\my_username\Desktop\desktop.ini
    [01:14/11:52:56] Consider modifying policy using these policy rules: FILES_ALLOW_ANY or FILES_ALLOW_DIR_ANY
    [01:14/11:52:56] NtCreateFile: STATUS_ACCESS_DENIED
    [01:14/11:52:56] real path: \??\C:\Users\my_username\Desktop\desktop.ini
    [01:14/11:52:56] Consider modifying policy using these policy rules: FILES_ALLOW_ANY or FILES_ALLOW_DIR_ANY
    [01:14/11:53:19] NtCreateKey: STATUS_ACCESS_DENIED
    [01:14/11:53:19] real path: \REGISTRY\USER\S-1-5-21-1417001333-1292428093-725345543-2820\Software\Classes\Local Settings\MuiCache\292\52C64B7E
    [01:14/11:53:19] Consider modifying policy using this policy rule: REG_ALLOW_ANY
    [01:14/11:53:19] NtCreateKey: STATUS_ACCESS_DENIED
    [01:14/11:53:19] real path: \REGISTRY\USER\S-1-5-21-1417001333-1292428093-725345543-2820\Software\Classes\Local Settings\MuiCache
    [01:14/11:53:19] Consider modifying policy using this policy rule: REG_ALLOW_ANY
    [01:14/11:53:19] NtCreateKey: STATUS_ACCESS_DENIED
    [01:14/11:53:19] real path: \REGISTRY\USER\S-1-5-21-1417001333-1292428093-725345543-2820\Software\Classes\Local Settings\MuiCache\292\52C64B7E
    [01:14/11:53:19] Consider modifying policy using this policy rule: REG_ALLOW_ANY
    [01:14/11:53:19] NtCreateKey: STATUS_ACCESS_DENIED
    [01:14/11:53:19] real path: \REGISTRY\USER\S-1-5-21-1417001333-1292428093-725345543-2820\Software\Classes\Local Settings\MuiCache
    [01:14/11:53:19] Consider modifying policy using this policy rule: REG_ALLOW_ANY
    [01:14/11:53:48] NtSetInformationFile: STATUS_ACCESS_DENIED
    [01:14/11:53:48] real path: \??\C:\Users\my_username\AppData\Local\Temp\acrord32_sbx\A9RB4C5.tmp
    [01:14/11:53:48] Consider modifying policy using these policy rules: FILES_ALLOW_ANY or FILES_ALLOW_DIR_ANY

    Are you saving to a server?
    You can often  get a message that the file is locked or in use, if the server is using the file, and especially when the server admin did not configure the server properly. Try saving to your hard drive, then drag and drop later to the server when you are done, you will be much happier.
    Also use alphanumeriocas in your filenames (A-Z, 0-9) Charchters like /\:; are the worst to use as they can often interfere with a unix OS. _ ( ) are safe to use.  The Bullet • when mac OSX first came out made your files invisible.

  • How to edit and save pdf inside a website

    I have multiple users i.e. 200 users on my website and I want to have an editable pdf, which I want each user to edit online and save the information. I can access and edit pdf online in website but it doesn't save the information what user enters. What all I need to do to save the information, user enters? Also, do I need to setup separate pdf for each user, I think yes but how can I setup pdf for each user?

    "Edit" how, exactly? Unless you're all working via SharePoint (or something
    similar) what you're describing is not going to work.
    On Mon, Feb 2, 2015 at 7:51 AM, deepshikhaj51247721 <

  • How to drag and drop PDF into Word with Reader installed.

    I am trying to drag and drop PDFs into MS Word.  I have Reader installed.  Every time I get the following error:
    I notice in the Task Manager that AcroRd32.exe runs.  I know I can do the long method...Insert Object, etc, but that's way too time consuming for multiple files.
    What do I need to do so I can just drag and drop?
    David

    I want the inserted file to be an icon.
    If only closing Reader were the simple answer.  When I drag & drop, Reader starts up in the background (hidden), then closes on its own as well.  Even if I have another PDF viewer installed and set as the default viewer, AcroRd32.exe still launches for the drag & drop process.  The only way I have found to make it work is to remove Reader completely.  I don't want this to be the solution.
    Is there a reason Adobe has caused this behavior?  With Reader 8 installed, I am able to drag & drop just fine.  I don't understand why Adobe wants to alienate its users like this.
    I appreciate that you're an MVP, but does Adobe have a response or solution?

  • I just updated Acrobat Pro and now I am unable rotate and save .PDFs - Help!

    I have Adobe Acrobat 9 Pro.  I updated this via the Adobe site on Friday.  Now I am unable to do two very important editing tasks that I was previously able to do.  I am unable to rotate individual pdf pages within a larger set.  I am also unable to rotate a pdf sheet and save it.  Please help!

    I uninstalled the update completely and reinstalled 9 Pro.  I don't remember the version number of the update.  I updated it on Friday so I assume it was whichever is the latest.
    I am unable to save the file after I rotate the sheet.  I can do a save-as, but it does not save the sheet as I rotated it.  I am also unable to select and rotate an individual sheet within a larger set.
    - Peter
    Peter L. Iezzi, RA
    Richard M. Cole & Associates
    15 South 3rd St., 3rd Floor
    Philadelphia, PA 19106
    T: 215.922.6930
    www.rmcoleassoc.com

  • I have a problem during the collect data and save it in file with the HP8753C

    Hello,
    I'm using the "HP8753 collect and display data.vi" with the functionnality "save" in file (.txt or xls).
    When I'm using it to collect and save data one time to time, I have no problem. But when I would like to use it to collect and save several data with a structure "For", the HP8753 status will become blocked and the collect and save data in file is disable.
    The only function "collect data" with a structure "for" is Ok but will become not OK with the option "save" in file. Why, please ?

    Hello,
    Thank you for contacting National Instruments.
    It sounds like your instrument is "hanging" or "freezing" when you try to read and save data from it in LabVIEW.
    I took a look at the context help for that particular VI. It appears that if you attempt to read data from the HP8753 while it is also taking measurements, it can cause the instrument to hang. This may be the problem you are experiencing.
    Look over your program and ensure that the instrument is not trying to take new measurements as you read data from it in LabVIEW. Sequence structures may be useful in this regard. If you are still experiencing problems, however, let me know.
    Matthew C
    Applications Engineer
    National Instruments

Maybe you are looking for

  • Can't open raw images in Photoshop Elements 9

    I've just finished doing a fresh install of Windows 7 x64 SP1 onto my desktop PC.  I installed Photoshop Elements 9 but it can't open any raw images (specifically Canon .CR2).  When I open one of the same images with Photoshop CS5.1, it properly open

  • HT5622 can I open another iCloud account

    My girlfriend has her information already in the icloud...I need to back my information to the Mac but do not want to merge with her information..is there a way for me to do this?

  • Trouble with xorg on an external monitor

    I am run Arch on a ThinkPad W520. This has the Optimus chip, but I have the switch in the bios turned to only use the discrete card (I don't really care about power-savings). When I use an external monitor it automatically sets the external to 1366x7

  • My "+" button stopped working in ical.

    the + button is displayed in the upper right hand corner, but it is faint, as if not available. when i try to use it nothing happens. before this happened, or maybe at the same time, events that i had scheduled dissappeared. i'm using an iphone 4, 6G

  • Update Statement through function

    Hi, I've got the following select statement that is pulling 29 records: select distinct aqh.quote_number, aqh.quote_header_id,aqh.quote_version, aql.line_number, msi.inventory_item_id, msi.segment1 ,aqh.price_list_id, aqh.quote_expiration_date,aql.li