Can I make Save as PDF the default printer

I have an application that I only want to Print as "save as PDF." It doesn't seem like I can set this as a default printer for this application or the computer. Am I wrong or will I always need to use the drop down to save as a PDF?

you can't set "save as pdf" as a default printer. you can try CUPS-PDF which creates a virtual pdf printer and you can use that.
http://www.codepoetry.net/projects/cups-pdf-for-mosx

Similar Messages

  • Can you make "Remember Playback Position" the default?

    I mostly listen to audiobooks. When I take a CD and rip it, I always have to change the Option to "Remember Playback Position." After a few thousand times, this becomes tiresome. Is there any way to make "Remember Playback Position" the default option in iTunes? I am using iTunes 11.0.2.

    Strongly recommend Context Search extension which will solve your problem
    - https://addons.mozilla.org/en-US/firefox/addon/context-search/?src=search

  • How can I make folder View Options the default in Snow Leopard?

    Hi everybody! Here I am, learning to Mac!
    When I do a secondary click on an open folder's background and click on +show visualization options+ (actually, +mostrar opciones de visualización+ in spanish), there's an option +set as default+ ( +ajustes por omisión+ ) which, as far as I understood, should change all the rest folder's aspect, as icon's size, font size, background image and so on... but all the rest folder's aspect keep being shown as before, just the folder where I am working changes.
    My questions are: if I am wrong with the use of that "ajustes por omisión", what is it for? And how can I personalize the aspect of all folders on my mac?
    Thanks for your help

    It's "show view options" in English. Also obtained by typing CMD+J
    Those only apply to the top-level folder. Each folder you open uses whatever you've elected to use as the defaults. Select a folder, CMD+J, set the view as you desire, click on Use as Default button. That setting will be used for all windows that you open in the future that have never been opened previously. All other windows that you opened will retain whatever view you previously selected for them.
    If you want to reset everything to one view, close all open Finder windows, launch the Terminal app (/Applications/Utilities/), copy & paste this command into the window that pops up,
    find ./ -name ".DS_Store" -depth -exec rm {} \;
    hit the return key, quit the Terminal app, restart, open a Finder window, CMD+J, set up the view options as desired, click the Use as Defaults button, and close the view options window. Now, every Finder window you open will have this view.
    Once you sort this out, see:
    Switching from Windows to Mac OS X,
    Basic Tutorials on using a Mac,
    Mac 101: Mac Essentials,
    Mac OS X keyboard shortcuts,
    Anatomy of a Mac,
    MacTips, and
    Switching to the Mac: The Missing Manual, Snow Leopard Edition.
    Additionally, *Texas Mac Man* recommends:
    Quick Assist,
    Welcome to the Switch To A Mac Guides,
    Take Control E-books, and
    A guide for switching to a Mac.

  • I recently updated my mac to Yosemite 10.10.3 and I can no longer save my PDFs the files all appear in light grey as if thaey cannot be read.Any ideas?

    Does anyone have similar experience with Mac Yosemite 10.10.3 where the pdf files cannot be saved and only appear in grey? BTW, the folders appear normally but once they are opened the files are in grey as well.

    Hi Murray,
    What version of Acrobat or Acrobat Reader are you using? Are you trying to open the PDF files from the Finder, or in Acrobat/Reader?
    We look forward to hearing back from you.
    Best,
    Sara

  • Yammer: How to make an External Network the default network to where to join?

    Can I make an external Network the default Network which users join when the join Yammer. By default it's the Home Network (home domain) which they join when they register in Yammer.

    Hi Freedomic,
    Seems you've posted the same question in Office 365 Communit Yammer forum. Our Yammer support engineer
    Jonathan Lee has provided a reply to your question there, could you please take a look and see if it's helpful for you?
    Thread link:
    http://community.office365.com/en-us/f/176/t/294326.aspx
    If you have any further questions about this, I would suggest you stick with that thread in
    Office 365 Community Yammer forum as here in this forum, we only discuss questions and feedback for Microsoft Office client.
    The reason why we recommend posting appropriately is you will get the most qualified pool of respondents, and other partners who read the forums regularly can either share their knowledge or learn from your interaction with us. Thank you for your understanding.
    Regards,
    Ethan Hua
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • How can I make iTunes sort on the first word by default, even though that word is "The" or "A"?

    How can I make iTunes sort on the first word by default, even though that word is "The" or "A"?
    I myself think that (for instance) "A tribe called Quest" should be sorted under "A", not "T".
    Now I can edit the sort options manually per track and/or per selection, but I would really like to just kill this "iTunes-knows-how-you-should-sort"-feature in iTunes.
    Anyone any suggestion on how to do that?
    Thanks

    Here is a modified version of one of Doug's Scripts. My modification was to add Sort Name to the list of tags that could be changed. I tried it on a single track and it worked. I recommend backing up your library first. Select the tracks you want to change (or all tracks) and run the script from the Applescript Editor.  If it works as intended, save it so you can apply it to newly imported tracks.  And, yes, I know this isn't the exact answer to your question, you want to change a preference setting in iTunes (if there is such a setting).
    Original script can be forund at http://dougscripts.com/itunes/scripts/ss.php?sp=thistagthattag
    Modified script is below. Start up Applescript Editor, paste it into a new window.  Start up iTunes and select the tracks to modify.  Click Run in the Applescript Editor.  Follow the instructions.
    (* Put This In That
    v2.0 april 22 2008
    - runs as universal binary
    - adds "Show" tag
    - consolidated code
    - saved as script bundle
    v1.7 October 3, 2006
    - adds "Album Artist" as option
    v1.6 October 28, 2004
    - works around iTunes 4.7 selection bug
    v1.5 ('04/1)-- adds "grouping" tag
    Get more free AppleScripts and info on writing your own
    at Doug's AppleScripts for iTunes
    http://dougscripts.com/itunes/
    This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
    This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
    Get a copy of the GNU General Public License by writing to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
    or visit http://www.gnu.org/copyleft/gpl.html
    -- CONSTANTS
    property allOptions : {"Song Name", "Artist", "Album", "Album Artist", "Composer", "Genre", "Comments", "Show", "Grouping", "Sort Name"}
    property my_title : "Put This In That"
    global thisTag, thatTag, theNewTags, theOriginalTags, yn
    tell application "iTunes"
              if selection is not {} then -- if tracks are selected...
                        set sel to selection
                        set numTracks to (length of sel)
                        set s to "s"
                        if numTracks is 1 then set s to ""
                        display dialog "The data from one tag REPLACES the data in another tag in all the selected tracks, with option to delete data in first tag." & return & return & (numTracks & " track" & s & " selected.") buttons {"Cancel", "Continue"} default button 2 with title my_title giving up after 30
                        if gave up of result is true then return
                        my choose_this_tag()
                        my choose_that_tag()
                        set yn to (button returned of (display dialog "Delete data in " & thisTag & " afterwards?" buttons {"Yes", "No"} default button 2 with title my_title giving up after 45) is "Yes")
                        set oldfi to fixed indexing
                        set fixed indexing to true
                        repeat with t from 1 to numTracks
                                  tell contents of item t of sel
                                            set theOriginalTags to {get name, get artist, get album, get album artist, get composer, get genre, get comment, get show, get grouping, get sort name}
                                            set theNewTags to theOriginalTags
                                            my do_put()
                                            set {name, artist, album, album artist, composer, genre, comment, show, grouping, sort name} to theNewTags
                                  end tell
                        end repeat
                        set fixed indexing to oldfi
              else
      display dialog "No tracks have been selected." buttons {"Cancel"} default button 1 with icon 0 giving up after 30
              end if -- no selection
    end tell
    to choose_this_tag()
              tell application "iTunes"
                        set n to (choose from list allOptions with prompt ("Select a tag to get data from:") with title my_title)
                        if n is false then error number -128
                        set thisTag to (n as text)
              end tell
    end choose_this_tag
    to choose_that_tag()
              set o to {}
              repeat with t in allOptions
                        if (t as text) is not thisTag then copy t to end of o
              end repeat
              tell application "iTunes"
                        set n to choose from list o with prompt ("Use data from the " & thisTag & " tag to REPLACE data in...") with title my_title
                        if n is false then error number -128
                        set thatTag to n as text
              end tell
    end choose_that_tag
    to do_put()
              try
                        repeat with i from 1 to (length of allOptions)
                                  if thisTag is (item i of allOptions) then
                                            set thisTag_sto to (item i of theOriginalTags)
                                            exit repeat
                                  end if
                        end repeat
                        repeat with i from 1 to (length of allOptions)
                                  if thatTag is (item i of allOptions) then
                                            set (item i of theNewTags) to thisTag_sto
                                            exit repeat
                                  end if
                        end repeat
                        if yn then
                                  repeat with i from 1 to (length of allOptions)
                                            if thisTag is (item i of allOptions) then
                                                      set (item i of theNewTags) to ""
                                                      exit repeat
                                            end if
                                  end repeat
                        end if
              end try
    end do_put

  • How can I make US letter the default print size in PSE12

    How can I make US letter the default print size in PSE12

    Clips from JVC Everio camcorders have always had this problem with Premiere Elements (all versions). You need to select Interpret Footage.
    See this FAQ from PE version 2, step 3. Like I said it has been this way with all versions:
    http://www.adobeforums.com/webx/.3bc1265c
    You might be able to use this tool to change the header of your MOD files so they are seen as 16:9: http://www.videohelp.com/tools/DVDPatcher
    Or use this program (SDCopy) to download the video's from the cam, it will allow you to copy straight from the cam to your PC and auto renames and corrects the aspect ratio.
    http://zyvid.com/smf/index.php?action=dlattach;topic=280.0;id=153

  • I have alot of loose photos at home (old) and I would love to make a bunch of iphoto books and make the pages like whole page collages?  How do I get my photos into iphoto in order to do this?  Can I make a DVD at the drugstore and add them to iphoto?

    I have alot of loose photos at home (old) and I would love to make a bunch of iphoto books and make the pages like whole page collages?  How do I get my photos into iphoto in order to do this?  Can I make a DVD at the drugstore and add them to iphoto?

    You can make the collages easily if you have iWork.  Just open a letter sized page in landscape mode and drag the photos onto the page, rotate and postiion as necessary.  Then do a Print ➙ PDF ➙ Save PDF to iPhoto to get a 200 dpi jpeg version of the Pages page into iPhoto.  From there you can add it to your book and use a blank page with the option to have an image as the backbround. 
    If you have a 3rd party image editor that supports layers you can create the collage with it. 
    OT

  • How do I save a PDF ready for print. I have a problem with the fonts. The fonts are blurry after pri

    How do I save a PDF ready for print. I have a problem with the fonts. The fonts are blurry after printing. There is a trick in saving PDF.

    Hi el_giclee,
    Important to note from the beginning is that when you create your Photoshop document make sure you chose 300 Pixels/inch as your resolution.
    I'm interested in seeing your Save Adobe PDF dialog box after you choose to save the PDF.
    Could you post a screenshot of this dialog box with the Compression menu selected on the left side?
    It's a good idea to select High Quality Print or Press Quality in the Adobe PDF Preset menu at the top of this box. It will automatically select the best default settings for a printed piece.
    Michael

  • Is it possible to make a normal PDF from a Printer PDF. It's all I have left lost the rest so it's important

    can anybody help?

    Hi Sara,
    No I made a PDF for printing and that's all I have left. But I'd like to make an normal PDF
    Culinaire groet,
    Frans van Meeuwen
    Hoofdredacteur
    [private information removed]
    Deze informatie ontvang je aangezien je reeds contact had met Passion HI magazine, of met een van zijn medewerkers,
    of via deelname aan één of andere wedstrijd die in samenwerking was met Passion Hi magazine.
    Wens je deze informatie niet meer te ontvangen stuur dan een e-mail met de vermelding “uitschrijven”  en we schrappen jouw adres uit onze mailinglijst!
    Het is ten strengste verboden bijgevoegde documenten als PDF's en foto's verder te gebruiken of door te mailen zonder schriftelijke toestemming van Passion HI magazine.
    Op 27 okt. 2014, om 21:24 heeft Sara.Forsberg het volgende geschreven:
    Is it possible to make a normal PDF from a Printer PDF. It's all I have left lost the rest so it's important
    created by Sara.Forsberg in Adobe Acrobat.com Services - View the full discussion
    Hi Frans van Meeuwen,
    Do I understand correctly that you have a printed PDF and want to get it back on your computer as a PDF file? If so, you could scan that document, save it as an image file, then use Acrobat or Adobe PDF Pack to convert the scanned file to PDF.  Some scanning software saves directly to PDF, and if you don't have a scanner, I'm sure you could have it done at a local copy shop.
    I hope that helps.
    Best,
    Sara
    Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at https://forums.adobe.com/message/6872502#6872502
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page:
    To unsubscribe from this thread, please visit the message page at . In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Adobe Acrobat.com Services by email or at Adobe Community
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/thread/416458?tstart=0.

  • Is it Possible To Make "Save as PDF" Easier To Do?

    The problem: I rarely print but I "save as PDF" routinely. Is there a way to designate it as the "default printer" or otherwise make it easier to accomplish?
    I tried using CUPS-PDF but I found it to be limited: files cannot be renamed during the Print/Save process and they are routed to a single default folder. I want to be able to easily rename and select the file destination.
    Message was edited by: MisterMojo

    Here is a link to a pre-built automator action:
    http://www.apple.com/downloads/macosx/automator/converttopdf_mauriziominelli.htm l
    It says this action will convert text files to pdf.
    If this action works for you, or sort of works but you would like further help I would suggest posting your question in the automator forum:
    http://discussions.apple.com/forum.jspa?forumID=1261
    I am sure someone there has the info you will need.
    Cheers
    Michael

  • How can I retrieve the IP address of the default printer from the windows registry

    I am using LabVIEW 7 on windows NT4 computers.
    I have a SubVI that I use to ping the network printer to make sure that the printer is on line prior to sending a print at the end of testing a unit.
    If LabVIEW does not get a reply to its ping data is saved locally and the user informed.
    I would like to modify the VI that pings the printer to ping the default printer of the computer on which the VI is running.
    I would be grateful if anyone can show me how to retrieve the default printers IP address.

    Hi Stuart,
    The registry entries for User's Default Printer are:
    Win 9x:
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\Curr​entVersion\Windows]
    NT/XP:
    [HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Windows]
    "Device"="Printer Name"
    The device is the name used to represent the printer in the registry. The name can be found in the [HKEY_CURRENT_USER\Printers\Settings] key.
    Machine name is part of the "Printer Name," which you can use to ping directly (i.e., w/out having to look-up its IP address).
    Hope this helps.
    Regards,
    Khalid

  • I have read the help info, but I can't find how to change the default email address, to the one that is my adobe I'd?

    I have read the help info, but I can't find how to change the default email address, to the one that is my adobe I'd?

    Adobe Reader for iOS doesn't set the default email address when you email a PDF.
    It's found in the Settings app:
    Settings > Mail, Contacts, Calendars > Mail > Default Account

  • When creating a fillable form and saving it as a pdf, the default color of the data fields is a light blue. How do I change the color to something else that will copy better, e.g. a light yellow?

    When creating a fillable form and saving it as a pdf, the default color of the data fields is a light blue. How do I change the color to something else that will copy better, e.g. a light yellow?

    It's probably the fields highlight color of the application, which you can change via Edit - Preferences - Forms.

  • I have a word document that I have put hyperlinks in and turned into a pdf.  When I email and receiver opens in iPad the document is blank.  When I do a file save as pdf the document appears and the hyperlinks work but the document has much of the content

    I have a word document that I have put hyperlinks in and turned into a pdf.  When I email and receiver opens in iPad the document is blank.  When I do a file save as pdf the document appears and the hyperlinks work but the document has much of the content turned into symbols.  What is going wrong?

    You select the printer properties and set the appropriate page size (I think there is a place to set it in PDF Maker too, but not sure). In the printer, this is equivalent to putting the proper paper in the printer.

Maybe you are looking for

  • Report variable issue

    Hi All, I got one requirement in variables, first i want to create one variable with char-user entry, and i have to create one more variable char- replacement path. Here i have use first variable as referanse to second variable....like Quey inputs. p

  • ACS and SQL Audit

    ACS could collect windows security event log but could not collect SQL audit log by default. but if we configure SQL 2008 to write its log to windows security event log, ACS could collect these logs and produce reports, right? Do we need any customiz

  • Re:Bapi's and Bdc's

    hi friends,                  Iam new to Bapi's and Bdc's plz tell me which sites are good for learning and i also want some realtime examples or codes. Thanks in advance.

  • Shockwave Flash elements blank in IE11 on Windows 8.1

    Hello, I'm an IT admin at a school.  At the start of this year we moved our 1:1 year 7-12 grades and staff to Windows 8.1 x64.On the whole this has been a positive experience, however, we have noticed that randomly but consistently, a number of users

  • BBM Update + Automatic Status Update??

    Dear Blackberry, The fact that you automatically sent out an automatic status update when I upgraded to the most recent version of BBM is *infuriating*. If I want to notify people that BBM is available for Android and iPhone, I'll tell them myself.