HT204365 PDF not being synched devices

PDF not being synced across devices, sync collections is on on both devices

Unfortunately updating the Distiller settings did not help.  PDFs are still printing to .tmp files periodically.  It isn't just from Word either; I've also noticed that it happens with PDFs as well.  For example, when viewing a 50+ page PDF document online I chose to print one of the pages from the middle as an Adobe PDF, and it notified me that my .tmp file was created.
By the way, I haven't been changing printer properties from within an application; I change them from the Devices and Printers menu.
I've been able to locate where the .tmp files are being sent:
C:\Users\username\AppData\Local\Temp
This is frustrating.  It seems to be happening despite all settings to the contrary. I just can't figure it out.  I'm reluctant to delete the printer and try to re-add it, because I don't have administrator priveleges on this computer (it's my work computer).  I wish I could give you guys more information.

Similar Messages

  • Annotations Not being Synched back

    Were having an isssue with Annotations not being Synched while on our network, they work fine outside of it.
    Weve tracked this down to the request not going through our proxy, but going direct.
    Has anyone encpuntered this issue or can they shed any light on this?

    Authorize your computer again in the Store menu in iTunes
    http://support.apple.com/kb/HT1420

  • USB Storage devices not being detected - device nodes not created?

    Hi,
    I've installed Arch Linux 64-bit on my Dell workstation, and it doesn't seem to be picking up my USB storage drives. Kernel version is 3.6.3-1.
    When I plug in a drive, I see in dmesg:
    [391147.657574] usb 1-8: new high-speed USB device number 6 using ehci_hcd
    However, I don't see anything else. There's nothing about creating device nodes, or anything like that.
    My output from `fstab -l` doesn't seem to mention anything about USB drives either, just my two system drives.
    [victorhooi@arch-precision ~]$ sudo fdisk -l
    [sudo] password for victorhooi:
    WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
    Disk /dev/sda: 80.0 GB, 80000000000 bytes, 156250000 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x0f2d18e3
    Device Boot Start End Blocks Id System
    /dev/sda1 * 2048 718847 358400 7 HPFS/NTFS/exFAT
    /dev/sda2 718848 156246015 77763584 7 HPFS/NTFS/exFAT
    WARNING: GPT (GUID Partition Table) detected on '/dev/sdb'! The util fdisk doesn't support GPT. Use GNU Parted.
    Disk /dev/sdb: 80.0 GB, 80000000000 bytes, 156250000 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x3a9c7de5
    Device Boot Start End Blocks Id System
    /dev/sdb1 1 156249999 78124999+ ee GPT
    My output from lsusb:
    [victorhooi@arch-precision ~]$ lsusb
    Bus 001 Device 006: ID 0930:6545 Toshiba Corp. Kingston DataTraveler 102 Flash Drive / HEMA Flash Drive 2 GB / PNY Attache 4GB Stick
    Bus 002 Device 002: ID 413c:2003 Dell Computer Corp. Keyboard
    Bus 002 Device 003: ID 04b3:310d IBM Corp.
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Output from blkid - both before and after inserting the drive is identical:
    [victorhooi@arch-precision ~]$ blkid -o list -c /dev/null
    device fs_type label mount point UUID
    /dev/sda1 (not mounted)
    /dev/sda2 (not mounted)
    /dev/sdb1 /boot
    /dev/sdb2 (not mounted)
    /dev/sdb3 (not mounted)
    When I installed my kernel, I saw warnings about fsck.btrfs - not sure if that's related though:
    >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    ==> Building image from preset: 'default'
    -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    ==> Starting build: 3.6.5-1-ARCH
    -> Running build hook: [base]
    -> Running build hook: [udev]
    -> Running build hook: [autodetect]
    -> Running build hook: [pata]
    -> Running build hook: [scsi]
    -> Running build hook: [sata]
    -> Running build hook: [filesystems]
    -> Running build hook: [usbinput]
    -> Running build hook: [fsck]
    ==> ERROR: file not found: `fsck.btrfs'
    ==> WARNING: No fsck helpers found. fsck will not be run on boot.
    ==> Generating module dependencies
    ==> Creating gzip initcpio image: /boot/initramfs-linux.img
    ==> WARNING: errors were encountered during the build. The image may not be complete.
    ==> Building image from preset: 'fallback'
    -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    ==> Starting build: 3.6.5-1-ARCH
    -> Running build hook: [base]
    -> Running build hook: [udev]
    -> Running build hook: [pata]
    -> Running build hook: [scsi]
    -> Running build hook: [sata]
    -> Running build hook: [filesystems]
    -> Running build hook: [usbinput]
    -> Running build hook: [fsck]
    ==> Generating module dependencies
    ==> Creating gzip initcpio image: /boot/initramfs-linux-fallback.img
    ==> Image generation successful
    error: command failed to execute correctly
    I checked the output from lsmod, I dont' see usb-storage, but I do see sd_mod.
    Any thoughts?
    Cheers,
    Victor

    WonderWoofy wrote:At least that is one of the very few times you have to reboot.  MS just never actually ships you a new kernel.  I have never been able to understand why I need to reboot my machine in windows when I install something like a word processor.  What is it actually doing?
    I have no idea, too. I usually don't reboot even after kernel update, because I always think "Oh, what the heck, I'll reboot it eventually anyway". As we can see, it's not always a good idea .
    WonderWoofy wrote:Edit: Don't forget to mark as solved!
    We have to wait for @victorhooi to confirm it .

  • PDF Not Being Created

    When I create a PDF (from Indesign), it asks me for a filename goes through the creation process and quite often creates nothing.  In these cases, if the file already exists (from last creation) it will delete it too.  Sometimes it takes half a dozen attempts before the PDF will be created.
    Not every time though.  80% of the time it will create the PDF with no problem.  Other times, many attempts are required. InDesign files are on the network, but it doesn't seem to make a difference whether I create the PDF on the network or on my desktop.
    Anyone have a clue why this is happening?
    cm

    If the booklet finish size is to be 8.5" x 11" then the document size should be 11" x 17" plus whatever bleed you may have. I prefer 1/8" for bleed on all for sides increasing the document by 1/4" total = 11.25" x 17.25". I then add 1/16" crop marks if necessary for the bleed. Now the page layout can be tricky if it is an 8 page booklet then it would be as follows. on the right hand page put page 1 and on the left hand page put page 8. Always in this instance the booklet page numbers will = 9 or one more than the total page count. On the next spread page 2 will go on the left and page 7 will go on the right. Rinse and repeat til allpages are copied over. Now export to pdf . Print the document to the printer choosing short edge binding.

  • PDFs not being visable

    I have a pc in the office that is still operating on Windows XP. The computer cannot pull up PDFs at all. It just shows up as a blank screen. We have uninstalled and reinstalled the latest software on this computer several times, but this does not fix the problem.
    Any suggestions?
    Thanks
    Melissa Gulledge

    Rvbodez wrote:
    remove me from your list!!!!
    Stop hijacking everyone else's topics!  I sent you instructions how to remove yourself.

  • Bought songs not being synched back to itouch

    Hi my wife purchased songs directly to her itouch. But when we plugged in the itouch to charge the song went into my library but when we resynch itouch the purchased songs through itouch will not synch. It says something like unauthorized computer. Thanks for any help,sorry for spelling

    Authorize your computer again in the Store menu in iTunes
    http://support.apple.com/kb/HT1420

  • Podcasts not being synched into iPod

    I just reformatted my iPod from Windows to Mac. Now my podcasts won't go into my iPod when I synch it. Does anyone know why this would happen?

    Goto your preferences and click on podcasts. Look at your choices. Then click on your ipod and you will see tabs in the window. Look threw them for podcasts and summary. Read the help area for info. Jon

  • Keychain trying to synchronize with account not being synched with MobileMe

    Hey all,
    Everything installed fine. Got a message about syncing with a Laptop account that was stolen from me (not recovered) over a year ago. Keychain verification window is displayed and states... "To synchronize your keychain on this computer, enter the password for your user account on "XXXXXXXXXXXXX"
    The account that it is asking for is definitely the old account. Puzzled. I am hoping it is not still connecting, if it is, any way I can get info as to the user using it? It was password protected. I have not entered the PW in fear of what it may do. I also removed the laptop from the syncing computers list in MobileMe a week after it was stolen. Back to my mac was not running on the laptop, wasn't an option yet.
    Any help or insight would be great.

    This solved the issue for me;
    Locate the Keychain Utility in your Applications directory under Utilities.
    Launch Keychain Utility.
    Look for the fields whose Kind�is “.Mac Password.” (Unless you have changed the default Keychain configuration, it/they will be located under the “login” keychain).
    Select and remove the fields by pressing the delete key on your keyboard.
    Confirm the deletion.
    Close Keychain Utility.
    You will have to re-enter these passwords next time they need to be used (checking email, syncing to Mobile Me, etc.) and they will be “re-stored” in the Keychain.

  • Items could not be synched

    I get this message when I synch my iPhone5 with my MacBook; "* items could not be synched. See iTunes for more information". I cannot see anywhere on iTunes to get that information so cannot tell what is not being synched and why. Any ideas?

    What items are not synced to your device? If apps, check the iOS specs for the apps. If music or video data, make sure it can be played on the iPhone:
    iTunes: Frequently asked questions about viewing and syncing videos
    http://support.apple.com/kb/HT2729

  • HT4865 I gave my daughter my ipad from a few years ago.With everything being synched, I do not want her to have access to my emails and texts. How can I take care of that

    I gave my daughter my ipad from a few years ago. It was the original ipad.
    With everything being synched, I do not want her to have access to my texts and emails.
    How can I fix this now with her away at college?

    Only by her having a separate iCloud account. You would need to sign out of the present one on the iPad and change your password if you think she would try to access it (see below). Then you would have to create a new Apple ID for her - she can create one for herself if she is 13 or over - and set an iCloud account up for her.
    If you want to change your password turn off location services/Find My iPhone first. Then go to http://appleid.apple.com and change the password.
    You will then have to sign out of iCloud on all your devices and sign back in again with the new password.

  • I had to erase my iPhone 4S using find my iphone. Now all the other devices using my apple id inclusing my iPad and iPhone 4 is not being able to activate iMessage or Facetime. Help please.

    How can I get my my apple services up and running again. Why all my other devices are not being able to use iMessage and Facetime where I just erased one of the apple device associated with my apple id. it has already been 24 hours since y services are down.

    The best thing to do is to just create another Apple Id!

  • HT1369 Ipod touch not being recognized by itunes (but is registering as an external drive by the computer itself) have updated and reinstalled itunes, stopped/started apple mobile device and removed and mobile programs associated with my non apple cellpho

    Ipod touch not being recognized by itunes (but is registering as an external drive by the computer itself) have updated and reinstalled itunes, stopped/started apple mobile device and removed any mobile programs associated with my non apple cellphone. This seems to have started happening after the last Itunes update I did as I was able to put music on my ipod touch a month or so ago. Is there some way to go back to an older version of itunes? I really have no idea what else to do since I followed every step on the trouble shooting page for windows 8.

    I had this problem too and my roommate solved it!
    Go to 'Settings'
    'Music'
    Scroll to the bottom and enter your password to log onto your home sharing
    Then connect to iTunes and sync!

  • My iphone 4s is not being connected to laptop and showing an error message as it is unrecognised device

    my iphone4s is not being recognised by the laptop...it is showing an error message as unrecognised device...wat would be the problem?? plzzz help!!!

    Some clarifying questions, in hopes that the answers will help somebody help you:
    What kind of connection (USB, WiFi, Bluetooth)?
    What kind of laptop (MacBook, Windows PC; running what operating system level)?
    What kind of connection are you expecting, for what purpose?
    Was it working before, or is this the first time you have tried this combination?

  • My ipad is not being seen by itunes in Windows 7. I uninstalled then reinstalled itunes it started working for a while then it stopped. I get a message stating that the device is not recognized or the device is defective replace device. Anyone have a fix.

    My ipad is not being seen by itunes in Windows 7. I uninstalled then reinstalled itunes it started working for a while then it stopped. I get a message stating that the device is not recognized or the device is defective replace device. Anyone have a fix.

    At present I have no power to the Gen 7, so need to get some power to it I think.  I pressed the buttons as you suggested, but nothing is showing up at this point.  Thank you for your response as the more I can rule out before  I take it back the better I think.

  • I have an iphone 5s and it is synced to itunes and works fine. previously I have downloaded audiobooks to my wifes 6th gen nano using this account - now I tunes does not recognize the device and also it seems that it is not being read by the computer?

    I have an iphone 5s and it is synced to itunes and works fine. previously I have downloaded audiobooks to my wifes 6th gen nano using this account - now I tunes does not recognize the device and also it seems that it is not being read by the computer?

    Hey Stan1958,
    Thanks for the question. I understand you are experiencing issues with your iPod nano and iTunes. Based on your symptoms, you may find the following resources helpful in resolving this issue:
    Windows
    iPod appears in Windows but not in iTunes
    iPod not recognized in 'My Computer' and in iTunes for Windows
    iTunes reports that "iTunes cannot recognize this iPod at this time"
    Thanks,
    Matt M.

Maybe you are looking for

  • When to Use XSLT,Java or Graphical Mapping

    Hi Friends,    Could any one please give me a clear picture on when to use Java/XSLT/Graphical Mappings. Which mapping should be used in which case. Regards, Shyam

  • SCRAMBLE with Friends Crashes?

    Does ANYONE have a problem with SCRAMBLE with friends crashing on your iPod or iPhone?  I've tried contacting Zynga to no avail, and then it hit me . . . could it be that the iOS on the iPod 4G not be strong enough?

  • How come, ever since I installed Mountain Lion, my computer is slower???

    How come, ever since I installed Mountain Lion, my computer is slower???

  • What's going on with my screen?

    hi, this is happening with my computer. it comes and goes. my only option is replacing the lcd? i'm desperate! http://tinypic.com/r/250s310/6

  • InDesign CS4 for $99

    The site below is listing download-only versions of InDesign CS4 for $99. I have a couple of clients who have already bought from them that I am concerned about. The site appears to be legit superficially, but I am wondering if anyone else has done b