Automatic pdf after printing

Hi all - can anyone help
I want to create a script that automatically generates a pdf from a file once it has been sent to print.
I also want it to save the generated pdf in the same folder as the saved file.
I am guessing this is possible somehow. Any help would be gratefully received.
Thanks
Angus

I have neither application so I can't be certain that what I suggest is the best option for your situation. For multi-purpose PDF printing however, I generally recommend the installation of a software printer such as the one provided by Acrobat or this free one.
Your workflow would have to be set up to print first to the software printer, and then to the hardware printer. I'm not sure Automator will like that, and I'm pretty sure Automator won't know where to put the PDF files without some help from AppleScript. I can help with the AppleScript, but you'll need to reconfigure it to work on your machine.

Similar Messages

  • Row of an output goes automatically down after printing 1/2 screen?

    I have installed oracle 10g xe R8 in oel 4 which is running on vmware. When i see the records in the table by giving query "SELECT * FROM table_name;" in plsql, then the row of an output shown goes automatically to second line after printing half screen. In this way whole table gets mess i.e. looks irregular.
    thanks in advance

    Did you mean in SQL*Plus?
    SQL*Plus is a very basic command-line tool and doesn't handle wide result sets well without some manual formatting. Also the default settings are not very helpful - I think linesize defaults to a tiny 80 characters and pagesize an absurd 12 lines. Setting linesize to a larger figure will allow longer rows to be displayed without wrapping (although the terminal within which SQL*Plus is running may need adjusting too). However, the describe command unhelpfully adjusts its output to match the current linesize, which is why I use a script desc.sql as a wrapper.
    Of course none of this is relevant if you are not using SQL*Plus.

  • Turn off pdf automatically opening when printing to pdf?

    I print to pdf multiple times in Autocad and I do not want Adobe opening each new pdf page...I just want to continue creating the pages without the preview

    For a PC, go to Start>Printers and select the preferences for the Adobe PDF printer. On the settings tab you can select to not open the PDF after printing.

  • Adobe Reader does not close after printing.

    When I right click on a .PDF in Windows and choose Print, the file prints but then Adobe Reader remains minimized on the task bar. How can I get Reader to automatically close after printing?
    Adobe Reader 9.3.0
    Windows XP SP3

    Yes , i had tried it lot but i didn't found the way....
    www.hostyourspace.co.uk

  • Acrobat 9 - PDF doesn't open after print

    After updating Acrobat 9, my PDF printer was renamed to "Adobe PDF (Copy 1)" and after printing, the created PDF does not open automatically. How can I change the setting back to have the PDF open after printing?
    I tried renaming the printer to "Adobe PDF".  There is only one PDF printer.  I checked the settings of the printer, and believe them to be correct.  Any suggestions?
    Thanks!

    I do not know why you have a copy of the Adobe PDF printer. The original Adobe PDF printer is used for printing to a PDF and the settings are found in the properties under the settings tab. You might have to select the advanced button on the general tab first. Some of the properties require stepping into another level of menus.

  • Get Windows message "Terminate 5-1" after printing pdf reports with Orarrp

    Hi,
    I get error message "Terminate 5-1" on clients machine after pdf report is printed with Orarrp.
    The clients is Windows XP with acrobat reader 5.
    I test on acrobat reader 6 and get the same result.
    This occur for all pdf reports and all clients.
    However this message just shows when perform printing, if I cancel printing from print dialog box then this message does not show.
    How can I avoid this message?
    Thanks in advance
    Tawatchai R.
    ===================
    Hi,
    I have same error message(Message Title: TerminateProcess Value; Message Body: 5-1) showing up when using Orarrp to print directly to printer on WEB using Oracle Forms. On my pc it shows when I have adobe acrobat reader opened up already and on others it may shows even if adobe acrobat is not already opened. However document gets printed but this is very annoying for the user to see this message.
    Client Environments:
    1. Windows XP, HP LaserJet 5P and HP LaserJet 4100 Series PCL, Adobe Acrobat 6.0
    2. Windows 2000 Professional, HP LaserJet 4000 Series PCL, Adobe Acrobat 5.0 and 6.0
    Thanks
    Kulwinder Sidhu

    Hi Kulwinder,
    We are getting this problem whenever we go through the following steps:
    - Generate a PDF report without an ORARRP file extension on a dedicated reports server. Preview the report by opening in Adobe Reader using WEB.SHOW_DOCUMENT.
    - Generate a PDF report with a ORARRP file extension of rrpa on a dedicated reports server. Directly print the report without a print dialog box using WEB.SHOW_DOCUMENT to invoke ORARRP.
    After printing the Terminate Process 5-1 message appears and Adobe is left running. If the first step is missed out then printing occurs without error and Adobe closes automatically.
    Please could you give more information on how you solved the problem. I am using Windows XP and Adobe 7.
    Thanks,
    Pete

  • Cannot open PDF after I created it in my program under PRINT

    cannot open PDF after I created it in my program under PRINT
    Tried uninstalling and re-installing
    I have Reader X to open it with but all that comes through is this message-
    ERROR: undefined
    OFFENDING COMMAND: VM?
    STACK:
    105000

    Thank you for your response...
    I am creating a file in Adobe PageMaker and wanting to make it a PDF for others to view who may not have that program.
    I am operat ing under Windows 7 if that helps any.
    The content of what I am sending shouldn't matter- just JPG's and text.
    Should I uninstall my PDF reader and Cute PDF and re-load them back in?
    Sincerely,
    Leanne

  • Hide Acrobat When/After  Printing PDF with printdialog

    In Acrobat 8.0, using VB.NET while printing a PDF file with printdialog , acrobat window shows and does not close after printing.
    This behavior was not present with previous versions. Are there any commands that does not show the viewer using printdialog.
    Your comments would be highly appreciated
    Thanks in advance
    Kelvin

    > If you look through this entire thread you will see that the conditions you are having is not the same as many of us here.
    I understand that. What you want to achieve can be simply done with Acrobat, but when limited to only the Reader ActiveX control there are limitations. You have to work within the bounds of what the control can provide.
    > However having an empty window open up that the user must close has been something new for most of us since version 8.
    It is new in version 8, yes. This was done for security reasons. The reason being the possibility of malicious software being developed. I don't want to give anybody ideas for a malicious application on a public forum, but if you want a full explanation personally I would be happy to contact you.
    At least this way the user knows what's happening, and your average Joe who doesn't know about task manager can still right-click in the taskbar and close Reader to solve the problem. It balances worldwide user security against a small usability feature for Acrobat SDK application developers that are limited to only developing for Reader and yet again only when using silent printing. As I'm sure you can appreciate and understand, worldwide security won that battle - Reader is a secure product and its intention is to stay that way.
    Is it a nuisance? Yes, a very minor one in most cases. However, there are workarounds. If you're developing with VB, what is stopping you from moving the window offscreen during print, monitoring the print queue, and terminating the Reader thread when it is done spooling? It is extra work for the developer, yes - but the fact is, security has to be at the forefront and it is unfortunate that you as the application developer have to do extra work in order to maintain the high level of security expected by Reader users.
    If you have suggestions for a secure alternative approach, I am honestly glad to hear them if you care to discuss them.

  • Automatic pdf print from a servlet?

    Hi..I have a one servlet that displays a pdf file in the browser (IE). Under normal circumstance, the user would print the pdf from the Acrobat Reader toolbar displayed within the browser. Well now, the user wants to have the pdf file printed automatically, because it is "too confusing" to choose between the browser print button and Reader's! My idea is to have the servlet contain a method for handling pdf print. Any ideas on an existing API or if this can even be done? Thanks!!

    I ran into a similar situation recently and found one cheap (smells a bit like a hack) option to give the illusion of direct printing. If you embed Acrobat Reader as an object in your page then you can give it a width and height of 0, effectively hiding it. Then use the print() function to make it print from your own button in the page. Something like this:
    <OBJECT CLASSID="clsid:CA8A9780-280D-11CF-A24D-444553540000" WIDTH=0 HEIGHT=0 ID=MYPDF>
    <PARAM NAME="SRC" VALUE="/servlet/MyServlet">
    </OBJECT>
    Then a button on the same page can make the pdf print.
    <BUTTON name='printButton' onClick='MYPDF.print()'>Print</BUTTON>
    Your confused users still have to choose that button however -- I don't think you can override the behaviour of the browser's print button.
    I've heard of some plug-in called ActivePDF that might also help you but I don't know much about it (do a search).

  • Where can the log file be found after printing to the PDF printer?

    Cannot locate the log file after printing to the Adobe PDF printer.  The box was unchecked for delete log file after successful print.  Running Adobe Acrobat X Standard (v10.0.0) on a windows 2008 R2 server.

    There is usually no log file when the conversion succeeds. Only in certain cases are their warning or information messages, usually of little interest.

  • Just wondering if I'm looking for something that doesn't exist - can firefox automatically close the "print-preview" window after printing?

    I'm using the addon in my firefox toolbar to print preview website data then append to a pdf file. Sometimes I am distracted, then can't remember if I've gone through the process and printed/appended the page to the file. It would be helpful if there was a way that the print preview window would close after printing thereby confirming that the process has completed. Thanks in advance.

    Thanks for your reply.
    I'm running different versions of firefox on different computers. I'm aware of the upgrade procedures. Same issue in later versions as well.
    The add-on is called "Print Preview Button 0.5" by sindre-wimberger which I obtained through the "Search Mozilla Support"
    However, that's not really relevant - to bring this back to basics the same situation occurs if you do <File> <Print Preview> then print the document. The print preview screen remains until manually closed. Perhaps there is a setting in "about:config"? Does anyone know if this is so? There is an entry "print.whileinprintpreview" but not sure what setting does here. Suspect if set to "False" then you probably wouldn't be able to print from "Print Preview" screen.
    Thanks.

  • Print jobs won't automatically drop from the print queue after printing

    I just bought an Envy 7640.  When printing multiple documents, the first print job hangs in the queue after it prints, which prevents subsequent jobs from printing.  The first job continues to show a status of Printing after it prints the job.  I have to manually go into the queue and cancel the finished job before the next job in the queue will print. Having to clear the queue manually each time a print job finishes is not an acceptable fix to the problem.  How can I get the printer to automatically delete the print job after it prints like it's supposed to do?  

    Thank you for your reply.  The steps that you sent are for print jobs that you cannot delete from the queue.  I also found those instructions earlier, however, it doesn't apply to the problem I'm having with my printer. I don't have a problem deleting print jobs from the queue.  As my previous post stated, when I print multiple documents, the first document prints but it stays in the queue with a status of Printing.  Because it stays in the queue with the Printing status, it prevents the second and subsequent documents from printing. My problem is that I have to go to the queue after every single job prints and delete it from the queue to allow the next document to print.  It's ridiculous to have to delete every job from the queue after it prints.  The printer should automatically delete the job after it prints it, and then print the next job in the queue. How can I make the printer delete a job automatically after it prints it??  Can you please give me a resolution to this problem? Thank you.

  • I purchased Adobe XI for a year.  I am charged monthly on my credit card.  The software only allows one print file to pdf  after that it has a pop up marketing screen asking me to purchase it again.  If I reboot I can get another print out of it.  After a

    I purchased Adobe XI for a year.  I am charged monthly on my credit card.  The software only allows one print file to pdf  after that it has a pop up marketing screen asking me to purchase it again.  If I reboot I can get another print out of it.  After an hour of trying to reach somone on tech support I ran across this forum.  Any help out there?

    In the pop-up screen, have you tried licensing it and signing in? Signing in is crucial, so it knows what you paid for.

  • Can't print PDFs after Snow Leopard

    Can't print any PDFs, no matter where they're opened (Preview, Safari, whatever) in neither of our 2 networked (via LPD) HP Laserjet 3005 printers. Another guy here is having the same problem. You open the PDF, hit Print, it shows you the preview but then you click the actual print button and it goes dumb (options blank out and you can't cancel anything anymore - quit via command+Q). Please note that everything ELSE prints, just the PDFs don't.
    Please advise... I work in an asset management firm and PDFs are a dime a dozen!!
    Cheers,
    Gustavo Ballve

    Can you please check your driver version (print&fax preference, highlight the queue, then click "options & supply", then in the "Driver" tab). If it is not 5.4.0, the steps below should fix your problem:
    1. Delete all of the files and directories related to your driver. If you have the uninstaller, that's great, otherwise, delete items below:
    /Library/Printers/hp
    /Library/Image Capture/Devices/HPScanner.app
    /Library/Image Capture/Support/Hewlett-Packard
    /Library/Frameworks/HP* (the "*" here means anything starts with "HP")
    /System/Library/Extensions/hp* ("*" here means similar to above)
    /Library/Printers/PPDs/Contents/Resources/HP* (case insensitive, so starts with either "HP" or "hp")
    /Library/Printers/PPDs/Contents/Resources/en.lproj/HP* (case insensitive, so starts with either "HP" or "hp")
    /Application/HP*
    /Application/Utilities/HP*
    2. Reset printing system (print & fax preference, <ctrl>-click in the printer queue list column, then select "reset printing system" from the popup menu)
    3. Unplug your printer from the computer, reboot your computer, make sure you are connected to the internet, then plug the printer back.
    4. You should soon get a dialog asking you to download and install driver for your printer, say "yes".

  • After printing 12 records for a employee then automatically goto next page

    hi..
    i am facing one promblem in smartforms and i am not able to rectify that , my requirement is that if a user enter a single employee code then  output must comes in 1 page with deatils of 12 months and if user enters in range eg.
    from employee code 1 to 50 then all the details of 12 months comes in single page  for each employee and after printing 12 records its directly comes to another page and here again print 12 records and goes to next page...soon..
    plz help on this ..
    john

    John,
    The smartform is called for each employee so when the employee range is given in the selection then the smartform is called for each employee in the print program.
    Check the print program and change the logic/code .
    For Example: in the loop if the Form is called for every new employee using the the code AT NEW then place the code for calling the Form using AT  LAST in the loop.
    Regards..

Maybe you are looking for

  • Firefox version 3.5.16 will not start under Windows Vista and Windows 7 32bit

    I have a Windows Vista computer that will not start any newer version of Firefox than 3.5.16. The process will run (as seen in the Task Manager) but do nothing. I have since updated Windows to version 7 and the problem persists. I have tried uninstal

  • Ora-12500

    Dear Expert, I am trying to setup a new 4.7 system with oracle 9.2 system and copy the source DB from another system on Windows 2003 environment. I have managed to recover the database and tnsping and lsrcntl status showing the listener is running fi

  • Has Cisco announced a release date for ISE 1.2.1?

    We are anxiously awaiting it to fix bug CSCuj88888. Thanks.

  • Gmail Script Help :: Unique Subject Line & Carbon Copying Recipients

    Hi All, I am using a script in google apps to send emails using spreadsheet data. I have copied and pasted a script from google developers, but I need help customizing it. I need to have the subject line pull data from a cell within the spreadsheet (

  • How to duplicate in CC 2014

    Just downloaded the new CC 2014 and can't figure out how to duplicate layer groups or really anything. Getting a few new windows about a displacement map. Help?