Is it possilbe to save pdfs to a variable to be used later, rather than saving to a file?

I am contiuing from an unresolved thread I done ages ago@
http://forums.adobe.com/thread/574764?decorator=print&displayFullThread=true
The point of interest is this:
Folks, I don't see anyone suggesting one feature that may help here. You don't really need to create files with these CFPDF* tags if you don't want to.
For  instance, as seems Paule's issue, if one tag creates something that  then another would use (as his CFPDFFORM result then being flattened),  you can use the NAME attribute (instead of destination) to indicate a  variable to hold the output of an earlier step, and then use that  variable in the SOURCE of a later step.

Im trying to do something like this:
<cfpdfform source="#source#" name="test2" action="populate"  overwrite="yes" >
    <cfpdfformparam name="1" value="1">
  </cfpdfform>
  <cfmail type="html" to="[email protected]"
                from="wd"  subject="hi"
                        mimeattach="#test2#"
however I get the error:
The resource coldfusion.pdf.PDFDocWrapper@e9055b was not found.
any ideas cf experts???
nb if I do a dump of test2 I get this:
PDFDocument
Application
Adobe InDesign CS3 (5.0.4)
Author
[empty string]
CenterWindowOnScreen
no
ChangingDocument
Allowed
Commenting
Allowed
ContentExtraction
Allowed
CopyContent
Allowed
Created
D:20110620135354+01'00'
DocumentAssembly
Allowed
Encryption
No Security
FilePath
[empty string]
FillingForm
Allowed
FitToWindow
no
HideMenubar
no
HideToolbar
no
HideWindowUI
no
Keywords
[empty string]
Language
[empty string]
Modified
D:20110622160912+01'00'
PageLayout
SinglePage
PageRotations
PDFDocumentarray
1
0
2
0
3
0
PageSizes
PDFDocumentarray
1
PDFDocument - struct
height
841.89
width
595.276
2
PDFDocument - struct
height
841.89
width
595.276
3
PDFDocument - struct
height
841.89
width
595.276

Similar Messages

  • Adobe reader opens "save as" box when clicking on save button rather than saving in the same file

    Hi everybody,
    I have a fillable PDF form designed in Livecycle designer and it is reader extended. When I fill that form on MAC it let me fill and save the form as many times as I like. Everytime I make any change I just click the save button it saves changes in the same form. BUT is is behaving differently on Windows. After filling the form out when I click on save button it opens up "Save as " dialogue box to save a new copy with those changes. I have Adobe reader XI and Adobe Acrobat XI installed on windows. I know I can do that with Acrobat but I want that in reader for users who dont have acrobat.
    Please help me.....
    Thanks

    What are you filling out the form with on the MAC?

  • Adobe Reader Asks for "Save as" Rather than saving changes in the file

    Hi everybidy,
    I have a fillable PDF form designed in Livecycle designer and it is reader extended. When I fill that form on MAC it let me fill and save the form as amny times as I like. Everytime I make any change I just click the save button it saves changes in the same form. BUT is is behaving differently on Windows. After filling the form out when I click on save button it opens up "Save as " dialogue box to save a new copy with those changes. I have Adobe reader XI and Adobe Acrobat XI installed on windows. I know I can do that with Acrobat but I want that in reader for users who dont have acrobat.
    Please help me.....
    Thanks

    Hi Gilad,
    Can you please explain what do you mean by preview?
    If you mean preview pan, that's already off.

  • Links within PDF document open linked PDF documents, but seem to replace original document rather than as additional documents.

    Hello good people of the Adobe Community!  I have a user of Adobe Reader XI that is having the following problem:
    She is viewing, what we will call, the "main document," and this document has many links to other PDF documents.  When she clicks on one of the links, the main document gets replaced by the new document.  She then needs to re-open the main document to view it again.  This happens with every link she clicks.  I worked with the document in Reader XI and am able to open every link as an additional document, thus allowing me to immediately view both the main document and the new document.
    My questions are:
    Is there some setting in her Reader that I do not have turned on/off, which is why she is having this issue and I am not?
    If not, then why is the user experiencing this "replacement" of the main document?
    How do I help her resolve this issue?
    Thank you for your time and attention.
    Ben

    I don't know if there is any way to configure this in the Reader preferences.
    However, it can be decided in the document itself.  I just created a test document (using Acrobat DC) with two links:
    one to open in the same window
    on the open in a new window
    Both links do what I selected:
    one opened in the same Reader window (replacing the original document)
    the other one opened a new Reader window
    When creating the links there was actually a third option: Window set by user preferences.  However, I cannot seem to find such a user preference in Adobe Acrobat Reader.  The default (in my case) seems to be to open in the same Reader window.

  • When converting pdf to tif, I sometimes get black boxes rather than text.

    This occurs with pdfs which are rendered one 'layer' at a time upon opening or panning, although I don't beleive they are layered.  No layers display in the navigation pane.  I don't know the original file format, could be dwg.  Do you know how to correct this, or does Adobe have a converter which will do the job correctly?  Thanks.

    The file is posted here:
    http://https://files.acrobat.com/preview/d5c2d04e-12da-4928-abe9-4791b5856c08

  • How can I save an imported video in Premier to the program, rather than hooking up the video camera?

    I'd like to save the project onto my computer so that the video camera does not have to be present as the souurce for the data.  I'd like to save the data to my computer, preferably within Premier Pro.

    Hi stros29,
    Thanks for posting on Adobe forums.
    As I understand you want to copy data from the Video camera to the system.
    You can use Adobe Prelude ( for card base camera only).
    Please check this article :http://helpx.adobe.com/prelude/using/prelude-projects.html
    Happy editing,
    Sandeep

  • Can I download the Maverick upgrade and save it to a flash drive to use later

    Wondering if I can download the upgrade that keeps showing up in my app store save it to use in an image.

    http://osxdaily.com/2013/10/23/create-os-x-mavericks-install-drive/

  • How do I submit PDF Form data as an XML file rather than as an XFDF file?

    Can anyone tell me what I need to do to make this statement work?
    var cSubLine = this.getField("SurnameInits").value;
    var cBody1 = "Main Instruction data file attached";
    var cDest = this.getField("DestEmail").value;
    var cEmailURL = "mailto:" + cDest + "?subject=" + cSubLine + "&body=" + cBody1;
    this.submitForm({cURL: cEmailURL, cSubmitAs: "XML"});
    No file is attached the email that is generated so I assume there is something wrong with the submitForm parameters...If I change XML to XFDF, it works fine.

    Try this...
    this.submitForm({cURL: cEmailURL, cSubmitAs:"XML", cCharSet:"utf-8"});

  • I need the full install version rather than the install stub file. Multiple computer installs save internet bandwidth when the full install is downlo

    I need the full install for firefox, to install on multiple computers. Multiple Firefox downloads uses too much internet data download budget. I cannot find a link to the full install. Satellite internet has limited data usage budgets.

    http://mozilla.mirrors.tds.net/pub/mozilla.org/firefox/releases/latest/
    Select your computer, then language, then download the Setup File (not stub)

  • Acrobat v9.3.2 Won't Save PDF Files On W7 64 Bit

    I have a dilemma that needs to be solved.  I have a new Windows 7 64 bit system with several terabytes of legal documents stored locally, mostly in PDF.  After loading Adobe Acrobat Standard v9.3.2 I find that while I can open PDF documents, I can only save edits/highlights/comments only once.  However on all subsequent edits and save attempts Adobe delivers the message:
    "The document could not be saved.  The file may be read-only, or another user may have it open.  Please save the document with a different name or in a different folder".  I no for a fact that the file is not open elsewhere and if I view the security properties of the file it does not show as read-only.  If I save the document with a new file name it behaves correctly just once, then begins delivering the same error message as the original PDF on all subsequent saves.
    In addition to the built-in Windows accounts there is only one user account on the W7 system, it has password protection and administrative privileges.  The PDF files that cannot be saved are all owned by this account and the account presumably has "full privileges".  Further, the PDF documents themsvelves have "no security" and allow for editing/highlighting/commenting.  It is important to add that many of the same PDF documents I'm trying to edit were easily edited and saved on a previous 32 bit Windows XP Pro system which this sytem replaced.  Moreover, on a seperate 32 bit Windows 7 laptop and the 32 bit Adobe Acrobat Standard v9.3.2. these same PDF files stored on a network drive have no difficulty performing all the edit and save functions.  However, if a sample PDF document stored on the local drive of the 64 bit W7 system is shared and accessed directly by the 32 bit W7 laptop system, the laptop/Adobe Standard will deliver the same error trying to editing and save the image stored on the 64 bit Windows 7 system.
    I have tried running Acrobat on the 64 bit W7 desktop as "administrator" but the problem persisted.
    My Acrobat Standard indicates there are no updates available.
    I've pretty much exhausted everything I know to look for and I am stuck.
    I hope someone can offer some insight to this.
    Thanks in advance,
    Sandy

    I believe I may have found the problem and potential fix or workaround for the problem described in my original post.
    Windows 7 has a feature in Windows Explorer that will if enabled show a file preview image in the rightmost pane when a file is selected or moused-over.  If one selects an Abobe PDF document to launch Adobe Acrobat will launch in a seperate window while the Windows Explorer pane will show a thumbnail sized image of the first page of the PDF document in the Windows Explorer pane.  The explorer window may even be behind the Acrobat application so once one is looking at the full document in Acrobat they may not even notice the thumbnail image in Windows Explorer.
    On my setup, when this would happen I could edit a PDF document and save the PDF only once, but any further save would fail. Apparently the thumbnail in Windows Explorer is enough to make Acrobat believe the file is already open, or open by another user.
    One workaround is that once Adobe Acrobat is launched explicitly look for and close the Windows Explorer showing the PDF thumbnail.  One might also accomplish the same by moving the mouse over a different file so the thumbnail of the open PDF is not showing, or to turn off the preview function in Windows 7 Explorer altogether.  I haven't yet tried the latter.
    Acrobat is the only application on my W7 Pro system that doesn't play well with Windows preview mode.  My MS Office apps have no difficulty saving even while showing thumbnails in the preview pane.
    I hope this might be helpful to anyone else experiencing this problem.

  • Can't save PDFs from Safari or Firefox after latest (10.1.3) update

    I just installed the latest update, and now when I open a PDF in Safari, I can't save it to my computer. I get a message saying "The document XXX.pdf could not be exported as XXX." When I try to do it from Firefox, the PDF won't even open. I tried deleting the plugins and reinstalling Reader and that didn't help. Any ideas? Thanks!

    Hi mccradks1,
    Regarding firefox, update it to version 10.0 or later and use it in 32-bit mode only.
    To save pdf's in safari, please try using the save button in toolbar and see if it works.
    Toolbar is present in two different forms:
    1.
    2. This toolbar appears when you hover the mouse at bottom of pdf screen.
    Thanks,
    Nikhil

  • Unable to open/save pdfs

    Since upgrading to Firefox 4.0.1 I am unable to open/save pdfs from citibanks site. I using a Apple Macbook Pro running MAC OX X 10.6.7.
    I have no issues saving opening/saving pdf from other financial institutions.

    This is not the usual behavior of Acrobat. If it were people would be howling.  Possible culprits: virii and other malware (Some of this subset are in the same work-group, people that work together spread the same files and virii). Incompatible graphics cards (however, new and old machines make this unlikely). If you are all using XP then perhaps the firewall or virus protection being used by the core group of people is the same and is causing interference. If it was only one or two out of many, I'd suspect hard drive corruption or faculty memory but with the numbers you are talking about very unlikely. Bad fonts cause problems and they can certainly be passed around a work group. The last possibility is that for the some number of people the uninstall of the earlier version was incomplete. But again, why just for those in the work group...
    Lots of possibilities, but no answers. Sorry.

  • How can I open a PDF in my browser without downloading using Nitro Reader 3.5

    I use Nitro PDF exclusively for PDF viewing. I cannot figure out how to open a PDF in the Nitro Browser instead of always having to download everything.
    Not only PDF documents but software updates as well. Nothing opens up without downloading first.

    Hi,
    Please see the support article below:
    [https://support.mozilla.org/en-US/kb/view-pdf-files-firefox-without-downloading-them#w_using-a-pdf-reader-plugin Using a PDF reader plugin]
    You need to ensure that the default Action for opening PDFs is to use the Nitro plugin rather than Saving the file.
    Please let me know if that doesn't help.

  • In javascript how to invoke save as dialog box ,which saves .pdf files only

    Through javascript i generated a save as dialog box. the main problem is , it is only saving .html and .doc files by default. how to restrict it to save only .pdf files.
    the code i used is
    function SaveFile(fname)
    document.execCommand('SaveAs', null, fname)
    <input type="button" value ="save" onclick="SaveFile('');">
    /**********************************************************************/

    this is actually a Java forum its slightly different from javascript
    but try this not sure if it helps
    <input type="button" value ="save" onclick="SaveFile('.pdf');">

  • How do I save PDF files by default to the folder of the source file?

    How do I save PDF files by default to the folder of the source file with Acrobat 9.0.0 Standard?

    I am not seeing that behaviour. If I right-click a link to a .pdf file, I get the file saved with the original filename.
    Maybe one of the settings in about:config controls that?
    pdfjs.previousHandler.preferredAction is a setting that has a value of 4 with my setup. I have no idea what that means, and I could not find any explanation anywhere. You could try using different numbers for that value and see if any make any difference. Why has nobody bothered to explain that setting anywhere?

Maybe you are looking for

  • What is Business Transaction in CRM

    Hi, What is Business Transaction in CRM? What is deifference between partner and partner_guid? What is significance? and also product, prodcut_guid? Thanks, Shashikanth

  • Protecting java source code

    I heard about the possibilty of decompiling the java code and getting back the source code, is this flaw specific to java or is it common among all programming langauges? how is it possible to protect the source code? and how expensive is the solutio

  • Create MDM repository from repository schema.

    Hi, I have exported MDM repository from one MDM console schema and saved it. Now I am trying to create a Repository from a different MDM console using this Schema. I am getting the Error "ERROR LOADING FILE". The versions of these MDM are different.

  • Provider Not Signed By Trusted Party

    When I make the call: Cipher.getInstance("RSA", "BC"); , I get the exception: java.lang.SecurityException: The provider BC may not be signed by a trusted partyNow what? FWIW, my java.policy file has the followign entry in it (not sure if this is rele

  • How to detect which applications that are currently running

    Hi there. Is there a way to detect which applications that are currently running on my machine? Is there a class that can get all of the running applications, you know, like the taskmanager. //peter