Anyone having problems with the last update InDesign?

It began on the evening of Thursday, December 16. I was working on some provisions notecard and after export to PDF and try to put the page put in another PDF file, size and dimensions of the page was not recognized. Only the area around the actual graphic within the page. I called Adobe for technical help with not much success. Frustrating to say the least!

P.S. I have the Adobe Creative Cloud subscription.

You selected "Show Import Options" when you tried to place the PDF file? This is where you choose how it is cropped.

Tags: InDesign

Similar Questions

  • Is anyone having problems with the last lR? I can't do to apply effects to develop at all. I have to force to leave whenever I try to use it.

    Is anyone having problems with the last LR?

    I can't do the effects to apply to develop and I have to force to leave whenever I try to use it.

    I have absolutely nothing accomplished recently - it has worked so well.

    I created enough space on my hard drive thinking that this might be a cause of slow operation but he has not made the difference...

    Hi GKVsiuals,

    suggest make you in Lightroom preferences > performance > uncheck 'use graphics processor' and restart Lightroom to check again.

  • Anyone having problems with the last Flash?

    Update of Flash and Java yesterday, and since then had problems with plugin container closure etc.

    Slowly began to disable add-on first and then this morning off Flash since Chrome was having a similar problem.

    No more problems and helped all add them we...

    Thoughts anyone?

    http://support.Mozilla.org/en-us/KB/reset-Firefox-easily-fix-most-problems

    Reset worked for me

  • Anyone having trouble with the last update. Does not load on any machine

    Title says it all

    Well, well, well. It seems that I have to answer my own question.

    I downloaded the patch from www.adobe.com/support/downloads/product.jsp?product=1&platform=Windows

    He also wanted to stop with the same error but, unlike the update of the program, I got an option ignores. On the basis, that I couldn't be in a worse place, I took this option and it worked!

    Maybe something wrong with the patch?

    David

  • anyone having problems with the junk e-mail filter in hotmail or msn Explorer

    anyone having problems with the junk e-mail filter in hotmail or msn Explorer

    Hello

    1. The issue is only with MSN mail?
    2. Have you tried using another web browser and check if you are faced with a similar question?

    Given that the problem is related to MSN I suggest you to contact MSN support for assistance.

    How to contact MSN customer service

    http://support.Microsoft.com/kb/940784

    Check also:

    https://support.MSN.com/default.aspx?&St=1&wfxredirect=1

    http://windowslivehelp.com/product.aspx?ProductID=1

     

    Hope this information is useful.

  • Anyone having problems with the GENERATED_KEY in CF8 lately?

    Anyone else have problems with the GENERATED_KEY value returned by a cfquery when using ColdFusion 8 and MySQL?

    I'm inserting records in a MySQL 5.0 DB and then enter the result. GENERATED_KEY and assigning my ID of objects field. Nothing spectacular here.

    In my test harness, everything works fine but when I download files to my host I get this error;
    An error has occurred at the request:
    Error code: Server.Processing
    Details of the fault:
    Error string: cannot call CFC - element GENERATED_KEY is undefined in QCREATERESULT.

    I thought that there must be a bug I introduced so I check my code and ensured that it worked on my system and Uploaded the cfc again just to be sure there was nothing broken in transit.

    Always had problems.

    So, I checked the Web and found that the MySQL Connector/J version 5.1.5 has a problem with that. I contacted my provide my Site host and has asked to check the environment that I was for me.

    I was told it is ColdFusion 8 (as it should be.)

    At the beginning when I asked what version of Connector/J server on that I had used on me version 3.51. This is not a version of connector for all those of you who did not have to deal with it. (At least one that would have shipped with CF8.) That sounded more like the version of the MySQL server, but I was supposed to be on a 5.0 Server and my account information specify also the same, so I let this drop for now.

    After having to explain how to find a way to know what the version of the connector was attached their support they told me that it was 5.05 (has happened to the version that I already told him was the version I thought comes with CF8, if I'm wrong.)

    And I asked him to confirm that the DB was version 5.0.

    So assuming that told me the truth. I can't find a reason why the GENERATED_KEY are not returned.

    My CFQuery insert code looks like this;

    < cffunction name = "crΘer" output = "false" access = "private" returntype = 'Cancel' >
    < cfset var qCreate = "" >

    < cfset var local1 = Field1 () >
    < cfset var local2 = Field2 () >
    < cfset var local3 = Field3 () >
    < cfset var local4 = Field4 () >
    < cfset var local5 = Field5 () >
    < cfset var local6 = Field6 () >
    < cfset var local7 = Field7 () >
    < cfset var local8 = Field8 () >

    < cftransaction isolation = "read_committed" >
    < cfquery name = "qCreate" datasource = "datasource" username = "userName" password = "password" result = "qCreateResult" >
    Insert into myTable (Field1, Field2, Field3, Field4, sphere5, case Field6, Field7, Field8)
    values)
    < cfqueryparam value = "" #local1 # "cfsqltype ="CF_SQL_VARCHAR"/ >,"
    < cfqueryparam value = "" #local2 # "cfsqltype ="CF_SQL_VARCHAR"/ >,"
    < cfqueryparam value = "" #local3 # "cfsqltype ="CF_SQL_VARCHAR"/ >,"
    "< cfqueryparam value =" "#local4 #" cfsqltype = "CF_SQL_INTEGER" = null "#iif ((local4 eq""), ("yes"), ("No.")) #" / >.
    < cfqueryparam value = "" # locale5 # "cfsqltype ="cf_sql_integer"/ >,"
    < cfqueryparam value = "" #local6 # "cfsqltype ="cf_sql_integer"/ >,"
    < cfqueryparam value = "" #local7 # "cfsqltype ="cf_sql_varchar"/ >,"
    < cfqueryparam value = "" # locale8 # "cfsqltype ="cf_sql_integer"/ >"
    )
    < / cfquery >
    < / cftransaction >
    < cfset variables.objectID = qCreateResult.GENERATED_KEY >
    < / cffunction >

    [No I am not really using Field1, 2, 3 in my code and my password is not actually password, but you get the point].

    Again, this works in my lab. (CF8, MySQL 5.0, Apache, standard Connector/j) That is what it is?

    Personally, I think that my environment is not what it was supposed to be regardless of what I was told. The rep that I was talking doesn't seem to know much about ColdFusion and at the end of the conversation, he said as well and opened a ticket. Not very useful, but at least not rude.

    However, I want to be fair and check all the possibilities. If you see something wrong with my Code let me know that I'm rather crazy eyes will then return to writing queries to get the id.

    Thanks in advance!

    -Joe

    PS: Just before posting this I tried to add < cfset var qCreateQuery = "" / > to the list of the variables just to see if it would change what anyone and it doesn't work. " Still works on my system, but not on them.

    Found the problem.
    The environment has been set up correctly, but the DSN apparently obtained the value a MySQL 3.51 Driver to the administrator.
    It's something that my hosting service, I have no control on however I also don't even think about asking them to check for me either. I forgot that CF has even a version 3 driver for MySQL.

    So my hats off to HostMySite technicians who concluded that, for me and for anyone having the same problem, I suggest you also check the same.

  • Anyone having problems with the new iPhone LTE connection 7 on Verizon?

    I am now on my iPhone second 7 with Verizon. I had four phones for me and my family. I have now had issues where I have no signal in the same areas where my signal allows to be strong. I can't solve the problem with the activation/deactivation of the airplane and then mode again in normal mode. My phone will rest with no signal for 5 minutes, then going to LTE with three bars. I also had the problem where I had only 1 x signal, while my son standing right next to me has LTE. And he had the same questions, where I'm on LTE and it gets no signal. I use to have LTE where I live and work all the time, now it's spotty at best. Apple has replaced me and my sons iPhones but not luck. Still do. Any ideas or an any other suffering?

    (1) go to settings/cell phone/cellular data Options/enable LTE and select ONLY the DATA. This seems to solve the problem (as a temporary solution) for most of the people affected by this problem. The bad part is your request might not be as clear (since they cannot use the highest LTE signals) and you can make calls and data at the same time. But it does not solve the issue.

    (2) there are rumors (but you didn't hear that from me that we only are not supposed to discuss beta software program Apple in this forum) that the new version of Apple Beta for iOS (which also includes an update of the software carrier Verizon to 26.0) seems to solve this problem. So, there's a light at the end of the tunnel.

  • Anyone having problems with the latest OS 10.2.1 update?

    All day I received emails from customers saying that my applications have problems, some not even work at all. "Since I've updated my phone yesterday" is what I keep seeing. In particular, there seems to be a problem with my webview. People get weird certificate errors when you try to connect through OAuth2 in a webview. Or Web mode is not displayed correctly. Very very strange! And I tested and using the latest 10.2.1 leak for a while, so what could be different from the official version that is causing so many errors?

    Is there anyone else out there of the problems suddenly?

    I'm actually questions similar experience now with my camera which has not been updated. I get these errors of certificate for domain SoundCloud. See the attached screenshot. In my application or in the browser, SoundCloud.com triggers security certificate warning. And the reason is weird, said the site expired on June 2015 certificate?

    Something has changed definitely take a look at this...

    http://supportforums.BlackBerry.com/T5/BlackBerry-Z10/Z10-browser-certificate-expired-bug/m-p/275610...

  • Anyone else have problems with the last update? (SEPT 12, 2014)

    Last night automatic updates downloaded the latest updates for Windows 7.  I have professional, 32-bit.

    This morning when I started the system, it finished installing.  I then received a flag I had no firewall or antivirus.

    I have McAffee to the firewall and AV, but neither would begin.

    I then tried to advocate.  It wouldn't start either,

    Windows Firewall would not start.

    So I did a system restore to the last night before the update and everything is OK.

    Until the automatic updates decides to return home.

    OneinaRow

    And now the stupid part.  Around noon, the updates came back and were resettled.

    BUT there is no problem this time.

    Guys who sell computers always say that they are very reliable and problem-free.

    But I made my life by fixing the darned things.

    OneinaRow

    (Retired)

  • Is anyone having problems with the Times and the Sunday Times App

    Im having problems loading from the Times and the Sunday Times app. Before I launch into a major description (I have Parkinson's disease, and typing is slow) is there a known issue with the application at the present time

    There has been a lot of problems with this app as soon as they have a clear, the other seems to appear.    Take a look at this link and it followed in areas where you are affected by.

    http://www.thesundaytimes.co.UK/Sto/multimedia/archive/00258/Helpguide_stripped _ _258975a.pdf

  • Problems with the last update of Windows - XP

    My office has recently installed a few days ago most recent Windows automatic updates. I have never had any problem with them until once they have been installed. Now, I am constantly the dreaded BSoD, and my computer not acting is not right. My tv tuner gel to my computer disconnected from the internet after a while to even my mouse not acting pointer is not right (he is not above windows, sometimes only behind them). The Blue Screen of Death appears for a split second, so I have absolutely no time to see what he says.

    The error report contains the following:
    C:\DOCUME~1\LPLINK~1\Locals~1\temp\WER6c8a.dir00\Mini112609-01.dmp
    C:\DOCUME~1\LPLINK~1\Locals~1\temp\WER6c8a.dir00\sysdata. XML

    The error signature:
    BCCode: 1000008e BCP1: C0000005 BCP2: 004D004E BCP3: 9EBD4B70
    BCP4: 00000000 OSVer: 5_1_2600 SP: 3_0 product: 256_1

    When I look into the details, he said something about a device driver. But that doesn't help really since everything he ever said whenever I get a "serious mistake." I've done many analyses of virus/malware/spyware (even with the different products as well) and they all find nothing. Which brings me to the conclusion that the most recent updated Windows (23 or 24 November) is what caused my office these problems.

    If someone could help please shed some light on this problem it would be greatly appreciated.

    Edit: I also noticed that when my computer disconnects from the internet, I have to restart in order to regain access to the network. But when I try to restart, it refused to stop and freezes just my background image. I also have a laptop with XP Professional SP3 on it and I have absolutely no problem with him. It is only limited to my office.

    Legrand, I had the same problem and it was driving me crazy too. I tried everything and finally understood the November 25 or 26 update messed up my AVG anti-virus. I deleted via the control panel and did not have a freeze since! I hope you are using AVG, cause if you are, it's probably your answer too. I'll check back here soon to see if this helped you.

  • Problems with the last update CC.

    Updated my ID and PS and neither works now.  I had to go back to the CS6 and just to get the completed files.  I pay the monthly fee for software that do not work. Have uninstalled, restarted, yadayadayada without success. Now I'm afraid to do the update on my other system.  Will try to set aside a large part of the helpdesk access time. Very frustrating.

    live help with Yash has been extremely useful.  Takes care of the 'known problem' and the two programs are running. No doubt knew what he was doing.

  • Anyone having problems with the rotation of the image in the Lightroom library?

    I just upgraded to cc2015 in Lightroom.  Now I can not rotate the images in the library with the rotation tool.  Does anyone else have this problem?

    Hello

    Do you receive an error message trying to rotate the Image in the library Module?

  • Problem with the last update

    I downloaded 9.2.1 update, now my screen is frozen, with the iTunes logo and the charging cable. Phone will not shut dow or turn on

    Connect it to your computer, as the screen is saying and restore it in iTunes.

  • Is anyone having problems with the Tracker and pinning Perspective corner? AE 2015.0.1

    trackmatt.png

    Tracker - Track Motion is completely useless. Pins seem to break and do not move the boxes with the corners... and then AE crashes.  Mocha crashes just after opening.

    Accidents may be due to the sequence that you use. Your tracking does not work because the path in some areas are far too small.

Maybe you are looking for