Too Many Clouds. Where are my PDFs?

I saved some PDFs to the cloud using Acrobat Document Cloud. They do not appear in my Creative Cloud assets. If these are different, and if DC is a separate subscription, how do I move these files to the Cloud I am already subscribed to?

Updating Reader will not touch your PDFs; most likely they are still exactly at the same location as they were before.
If you still have troubles finding your PDFs, tell us your operating system.

Similar Messages

  • Getting the page size and knowing how many pages they are in PDF file

    Hi There,
    when i do this script (
    var myPDFFile = File.openDialog(["Choose a PDF File"]); ) 
    with JS via Windows it is used for opening a new PDF file when i import this file i need to
    get the page size and how many pages they are in PDF file. but i dont know how to do it.
    please help me.

    Ask here: http://forums.adobe.com/community/indesign/indesign_scripting

  • BPC Transport Too many characteristics (024) are assigned to dimension

    Hi Gurus,
    We are implementing BPC Consolidation for NetWeaver 7.5, and we're facing the following situation:
    Too many characteristics (024) are assigned to dimension /CPMB/Q6IW0EVD
    Diagnosis
    Too many characteristics are assigned to the given dimension.
    For a "normal" InfoCube, the database table to be created for a dimension may contain a maximum of 249 fields. This means that no more than 248 characteristics may be assigned.
    However, if the property "DIMIDs One-to-One" is set, a unique index on the characteristics of the dimension is created. In this case each dimension may not contain more than 16 characteristics.
    Any suggestions?
    Thanks in advance
    Best Regards
    Abraham Méndez

    Hi Sheldon,
    Thanks for answering my question.
    I already ran that full optimization you talked about but i dont see some changes in BW, what i can see is the shadow cube that the full optimization creates but i cant see how the full optimization solves that bunching of too many BPC dimensions on one BW cube dimension afterwards.
    The fact is that when the transport order generated by BPC transaction UJBPCTR is imported into the Productive environment the error still raising, with the same description:
    u201CToo many characteristics (024) are assigned to dimensionu201D
    Could you help me by telling me how full optimization solves that dimension bunching? Another question is Why does the error appear until the transport order is imported and not when you are working in development?
    Thanks in advance.
    Regards.
    Abraham Mendez.
    Edited by: Abraham Mendez on Apr 29, 2011 5:13 PM

  • Where are my pdfs

    Adobe recently updated and now hundreds of dollars worth of pdfs are gone! Where are my pdfs?!

    Updating Reader will not touch your PDFs; most likely they are still exactly at the same location as they were before.
    If you still have troubles finding your PDFs, tell us your operating system.

  • I want to go back to Firefox 4, where can I find a download of Firefox 4? I will eventually use FF5, but just now too many add ons are not available

    where can I find a download of Firefox 4, I feel uncomfortable with FF5 because so many add-ons are still missing, I will eventually use FF5, but right now I want to go back to nr. 4

    Try using the Add-on Compatibility Reporter to override compatibility. <br />
    https://addons.mozilla.org/en-US/firefox/addon/add-on-compatibility-reporter/
    Firefox 4 versions aren't supported by security updates that are included in Firefox 5.0 and Firefox 3.6.18. If you are gonna "go back", use 3.6.18 instead. <br />
    http://www.mozilla.com/en-US/firefox/all-older.html

  • Too many archived documents are suddenly extracted into BW

    Dear All,
    I am not person of Finance but I will try to provide necessary details here.
    We have archiving in place in ECC. For a specific document, if I go to FB03 for the document, it shows the information but with message that 'Document is already archived'. Document is related to year 2011.
    Now, suddenly too many documents were extracted last week spanning from year 2009 to 2011. When I check in 'Document changes', it shows that last change was done in 2011 only.
    I want to know what possible change could cause these archived documents to extract again into BW.
    or any pointers are also welcome.
    Thanks,
    Purvang

    If you bought it from Apple, you are covered by one year of AppleCare, which includes three months of free phone support, for any problem. You should take full advantage of that. It sounds like you may have hardware issues (the audio jack) but a lot of your items sound like a matter of changing preferences or display settings - Apple can help with this, as can a local friendly Mac consultant.
    For example, you mention that you get a "screen-wide mass of writing". Do you know what application you're opening the file in? Many Mac apps have full-screen mode, which sounds like what you describe, and you can get out of it by moving your cursor to the top right of the screen until you see the menu bar appear - there's a blue icon with two arrows, and clicking this will get you out of full screen mode.
    QuickTime does not play all formats of video. Try an alternative video player such as VLC. (http://videolan.org/VLC)
    Hope that helps somewhat.
    Matt

  • Where are custom pdf exports stored?

    I have a new computer and migration assistant was too assisting. I have many custom pdf exports for various uses. I am having trouble finding them on my old mac. Can anyone tell me where to look?

    You can check at the below location it may help :-
    Users > [yourname] > Library > Application Support > Adobe > Adobe PDF > Settings
    The Users library  folder could be hidden on Mac 10.7, if so :- http://helpx.adobe.com/x-productkb/global/access-hidden-user-library-files.html
    this might help

  • Where are FOP/PDF template substution strings defined/generated?

    Hi!
    I am working with the FOP / PDF templates. Can anyone tell me where substitution strings like "#PRN_TEMPLATE_HEADER_ROW#" defined or generated?
    What are all the substitution strings that can be used in FOP/PDF templates? What are their definitions?
    Thanks in advance for any help, hints, ideas, tricks, etc.!
    Dave Venus
    Message was edited by:
    dvenus1

    David,
    Those strings are used when printing report regions. So when you have a report, you'll find a number of customization attributes on the print attributes page, those attributes correspond to these substitution strings. When you create your own generic columns XSL-FO report layout under Shared Components, all substitution strings are listed in the item level help.
    Regards,
    Marc

  • How to avoid OR's(too many) in WHERE clause????

    I have similar code(below given is a sample prepared by me) in one of the existing SP.
    dbo.[STUDENT] T1 INNER JOIN
    dbo.[COLLEGE] T2 INNER JOIN
    dbo.[DEPARTMENT] T3 INNER JOIN
    dbo.[EXAM] T4 
    WHERE T1.[student_id] = @student_id
    AND (
    (T1.[student_grade] = @GRADE_A)
    OR
    (T2.[college_location] = @COMP_CONTINENT_ASIA 
    AND T2.[college_country_cde] IN ('AFG', 'ARM', 'BAN', 'CHI', 'IND', 'ISR', 'JAP'))
    OR
    (T2.[college_location] = @COMP_CONTINENT_AFRICA
    AND T2.[college_country_cde] IN ('ALG', 'EGY', 'LIB', 'SUD', 'TUN', 'SOM'))
    AND ( T3.[dept_id]  <> @DEPT_ID_COMP
     OR 
    (T3.[dept_id]  = @DEPT_ID_COMP AND T4.[comp_exam_taken]  = 0))  
    AND (T3.[dept_id] <> @DEPT_ID_ELECT
    OR
    (T3.[dept_id] = @DEPT_ID_ELECT AND T4.[elect_exam_taken]  = 0)))
    AND ( T3.[dept_id] <> @DEPT_ID_MECH
    OR
    (T3.[dept_id]  = @DEPT_ID_MECH AND T4.[mech_exam_taken]  = 0 ))
    AND ( T3.[dept_id] <> @DEPT_ID_CHEM
    OR
    (T3.[dept_id]  = @DEPT_ID_CHEM AND T4.[chem_exam_taken]  = 0 ))
    AND ((T1.[student_status_cde] != @STU_STATUS_CODE_NEW) OR (T4.college_working_days IS NOT NULL AND T4.college_working_days > 90))
    I tried to remove the OR's by using UNION, but it is leading to have number of(almost 96) UNIONs which would't be accepted.  Can someone suggest a better approach to avoid using OR's in WHERE condition?
    Thanks in advance,
    Ravi

    Sometimes, business rules are complex, so there isn't always a way to simplify things.  Is your issue that it's complex and error prone, or is it performance due to the OR clauses?
    One possibility that will at least make it easier to test and debug is something like this:  (pseudocode)
    From Table1 Inner join Table2 on x=y etc.etc.
    CROSS APPLY
    (Select case when a=b and (c=d or e=f) then 1 else 0 end) as Situation1
    , case when h=i or j = k then 1 else 0 end) as situation2
    , case when l = m then 1 else 0 end) as situation 3
    ) as CA_Logic_Simplifier
    Where situation1 = 1 and situation2 = 1 and situation3 = 1
    Although you could say, "Hey, this is basically doing the same thing as before", this approach would be far easier to test and debug, because you can at a glance look at the values for situation1, 2, 3, etc. to see where errors are being introduced. 
    The cross apply makes the columns situation1/2/3 "instantiated", so they are usable in the where clause. Divide and conquer.  

  • Where are custom PDF page sizes stored?

    I built a new computer due to a failing hard drive and I want to copy over several custom page sizes that I created. It took a while to get these to mesh properly with Autocad and I don't want to have to make them all over again if possible. Are these stored somewhere in one master file or as individual files that I can simply copy over to the new computer? Thanks.

    Hi Rhinny2012,
    The custom PDF page sizes are stored in the Windows Registry at "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Print\Forms"
    Regards,
    Anubha

  • Where are the pdf-files?

    Yesterday when i visited java.sun i found a section containing a whole bunch of learning .pdf files ...web-services, j2ee, jsp, and so on free for downloading.. Now I have spent the last 20 minutes or so searching for it... Someone with a link perhaps?

    Hi,
    Click on the "Tutorials and Code Camps" link.
    Then open the tutorial of your choice. There is a link for downloading that tutorial.
    Click this link. It will lead u 2 another page where u can download either PDF or HTML tutorial.
    Some tutorials don't have the PDF version, so they may not have a link for the PDF download, though in the first page, even a PDF download link is given. Be patient...they'll come soon !!
    Hope u can get along now ??
    Cheers !!
    Sherbir.

  • Ipod disconnects when too many usb devices are connected?

    i have a gigabyte 7VTXE motherboard, the right via drivers and XP sp3
    usb devices where it works:
    keyboard, mouse, ipod
    if i connect a hauppauge USB tv box or my speedtouch ADSL modem, it disconnects sometime soon after
    has anyone else heard of this? annoying isn't the word....

    You may be exceeding the total power available on the USB bus. If that is the case, one solution may be to get a self-powered USB hub. Connect the iPod and other devices that are frequently connected and disconnected on-the-fly to the hub. This will also reduce wear-and-tear on the more valuable USB ports on the computer. You can always get another $20 USB hub. Make sure it is the type that has its own power supply.

  • Too many class files are creating.....

    Hi,
    I am using SwingUtilities.invokeLater() method to update my JTextPane.it is working fine but it is creating number of class files depends upon how many times i am calling SwingUtilities.invokeLater() method....In my application i am calling SwingUtilities.invokeLater() method 5 times so it is creating 5 class files.
    So pl let me know the solution to avoid the same.............thnx

    In my application i am calling
    g SwingUtilities.invokeLater() method 5 times so it
    is creating 5 class files.
    So pl let me know the solution to avoid the
    same............So why is this a problem?

  • I am having too many crashes, here are the crash reports you asked for. i could not find my prev. question

    bp-5f8e58cf-fcb4-4f11-8f2c-cf56a21408168/16/1410:30 AM
    bp-f7b9efc5-7d98-4248-a2a4-83a6421408138/13/143:05 PM
    bp-cbc9ed1d-71e9-4f19-bc80-2e2bf21408138/13/143:01 PM
    bp-2a407f83-939e-4f2e-bdc5-5afc421408068/6/141:48 PM
    bp-13db4505-382b-4f07-824f-0abb621408068/6/141:45 PM
    bp-8bd610d4-ab38-4e33-9b0e-72a1121408068/6/141:42 PM
    bp-03d17481-3bc3-409f-a3b6-d1eb721408068/6/141:30 PM
    bp-1a7282f2-140e-436a-b3d0-1d47421408068/6/141:26 PM
    i have had a total of 21 crashes since the beginning of june....
    please resolve this problem. my business depends on it.

    Your original thread is here : https://support.mozilla.org/en-US/questions/1015800?esab=a&s=&r=1&as=s

  • Firefox crashes when too many images are opened

    Okay, so, a problem that appeared in 4.0 for me, and hasn't gone away ever since.
    The problem is basically summarized in the short description - whenever too many heavy images are in the browser's tabs simultaneously, it slows down to a halt; then sometimes as I scroll it fails to redraw the page, with black non-redrawn area increasing as I scroll and disappearing as I change tabs back and forth.
    After a dozen seconds of such sad behaviour, the browser crashes.
    Sometimes, however, things go better. And it just crashes.
    The problem can be easily replicated with Save Images extension, say, on any photo hosting, or by opening
    http://danvolodar.livejournal.com/friends/big_picture
    It should be noted that 3.6 never had that problem, and opened pages where I aggregated thousands of images, - slowly, of course, but it ''did'' work. 4 and 5 do ''not''.

    Go to the address '''about:crashes''' and tell us your latest crash IDs. We can then look at the data specific to your crash and have a better idea of what is causing the problem.
    Or you can go to '''Start''' and type in the Vista search box '''%APPDATA%''' then click on '''Roaming''' then go to '''Mozilla>Firefox>Crash Reports>Submitted''' then open the .txt files and copy the Crash report ID that starts with '''bp-xxxxx-xxxx'''

Maybe you are looking for

  • Sys.fn_xe_file_target_read_file performance

    Hi, I am working with extended events and the function sys.fn_xe_file_target_read_file. I am using the file_name and file_offset to get new events, since the last time I queried the function. I am checking for new events once a minute like this: exec

  • Problem with Contains - missing records

    Hi,  I have created a full-text catalog for my table tDoc, but when I search records with contains,  I dont get all records. I search for 16949, and with LIKE, I get all 5, but with CONTAINS I only  get three. Se image below. What I am doing wrong? I

  • Is it normal for iPhoto "11" to take time to "adjust"

    when i click an event it opens normally, when i click on a picture to expand it, sometimes stays blurry for a few seconds then sharpens up. is this normal? it never seems to be an issue for full screen mode just the in between sizes after opening an

  • Where to download EDI add-on for Business Connector 4.6?

    Where can I download the BC EDI add-on? I've looked under service.sap.com/connectors but I'm not finding it thanks-

  • Meeting Invitation of HTML outlook 2013

    I'd like to send meeting Invitation request by HTML in Outlook2013, but it's not unable to change format. Is there any way to change format?