How to automatically set Print Scaling to 'None'

Is there any way to automatically set print scaling to 'none' on an existing PDF document?
This setting is set manually by going to File > Properties, and then going to the 'Advanced' tab and changing the 'Page Scaling' preference from 'Default' to 'None'. This preference can then be saved with the document.
There seems to be no way to do this via javascript but if anyone has found a way to automate this that would be great!!!
Ideally I want to run this as a batch process across a number of PDFs. Maybe as a last resort there is a way to do this using "execMenuItem"????
Many thanks in advance for your help!!!!
HJ

Would something along these lines would work???
"if printing 1:1 is critical, my recommendation would
be to have an area on the page(s) for which scaling must be performed
where you explicitly state the requirement for no scaling AND in which
you place an line of known length, let's say an inch or a centimeter with
text that warns that if that line is not exactly at the size specified,
to reprint without scaling."
(extract from post at: http://lists.frameusers.com/pipermail/framers/2008-March/011530.html)

Similar Messages

  • How can i set print mode at run time in smartforms???

    Hi expert,
    In smartforms how can I  set print mode at run time.
    I have one screen.In this screen one check box is there.If user select that check box then print should be come double side otherwise it is coming single side.
    If it is possible then plz give me answer asap.

    Hi,
    Set These settings
    While calling smartform, paas control_parameters and output_options as mentioned below and set
    user_settings = ' '.
    It will send the smartform output to spool.
    DATA: wa_output_options TYPE ssfcompop,
    wa_ctrl TYPE ssfctrlop.
    wa_output_options-tdimmed = 'X'.
    wa_output_options-tddelete = 'X'.
    wa_output_options-tdimmed = ' '.
    wa_output_options-tddest = 'LOCL'.
    wa_ctrl-no_dialog = 'X'.
    CALL FUNCTION lv_fm_name
    EXPORTING
    ARCHIVE_INDEX =
    ARCHIVE_INDEX_TAB =
    ARCHIVE_PARAMETERS =
    control_parameters = wa_ctrl
    MAIL_APPL_OBJ =
    MAIL_RECIPIENT =
    MAIL_SENDER =
    output_options = wa_output_options
    user_settings = ' '
    x_adrp = x_adrp
    IMPORTING
    DOCUMENT_OUTPUT_INFO =
    JOB_OUTPUT_INFO =
    JOB_OUTPUT_OPTIONS =
    EXCEPTIONS
    FORMATTING_ERROR = 1
    INTERNAL_ERROR = 2
    SEND_ERROR = 3
    USER_CANCELED = 4
    OTHERS = 5
    IF sy-subrc 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    Regards,
    Kumar(Reward if helpful).

  • How can I set my address or non mobile telephone number at home screen of my iphone ?

    In case of loosing my iphone, the finder might contact me, if my contact details are at the home screen of my iphone.
    How can I set this?

    You cannot with the current iOS features.  It's just not possible to do that automatically.

  • Automatically set print settingsto the standard preset?

    Is there a way to automatically change print settings back to the standard preset after a print job has completed?
    I find that after using a preset other than standard (duplex, draft, legal size, etc.) I quite often forget to check the preset on the next print job and waste a lot of paper and ink printing a document in an undesirable format.
    Any advice would be greatly appreciated. Thanks.

    Would something along these lines would work???
    "if printing 1:1 is critical, my recommendation would
    be to have an area on the page(s) for which scaling must be performed
    where you explicitly state the requirement for no scaling AND in which
    you place an line of known length, let's say an inch or a centimeter with
    text that warns that if that line is not exactly at the size specified,
    to reprint without scaling."
    (extract from post at: http://lists.frameusers.com/pipermail/framers/2008-March/011530.html)

  • How to Automatically Set Allow in Network peer Assisted Settings

    Hi I am working on cirrus. my application size is two small that settings popup is not showing. and by default it is set to deny....how can I set it to allow by default

    Hi, I'm not sure what Program you are using, but Flash Player is a browser plugin. You may want to post on another Adobe Forum, as the Flash Player Forum is for the end user issues.
    Thanks,
    eidnolb

  • How to manually set print ordered metadata?

    How do you manually set the Print ordered or printed metadata for apeture versions? I have ordered prints through other sites, (Costoc, Smugmug, Mpix...), and would like to be able to manualy set this flag for the images I have printed. Is there a way to do that or is a custom field the best I can do?

    Not that I know of (without mucking inside the Aperture package).  Sounds like a good use of a custom field, though.  You could put in the printing service and the date -- ex:  20120122 Costco, 20120122 Mpix -- and then sort on the field to get a list in order printed, or use a Filter HUD Rule to group by printing service.
    You can trigger the built-in Printed flag by ... printing-without-printing.  Set up a PDF Printing Workflow that doesn't actually print, and select it from the PDF menu on the second printer dialog that comes up.  You could likely automate the whole thing.

  • How can I set printing margins of report?

    Hello,
    I am trying to print programmatically a portrait of a JPEG image that has been created by a Front Panel.
    I print it by creating a Standard Report.
    While the JPEG image is fine, the printed image is compressed at the long edges. So, the printed image is a little bit distorted.
    I change the Printing:Margins Property of the vi at the First Call of the vi, but the result is the same.
    On the other hand, if I open the JPEG image with a program like Picasa and print it, the printing image is not compressed/distorted.
    I attach an image of the code that is used to print the JPEG and an image that shows the Printing:Margins Property.
    How can I print it correctly via LabVIEW?
    Solved!
    Go to Solution.
    Attachments:
    Print_code.JPG ‏31 KB
    PrintingMargins_code.JPG ‏22 KB

    Hello,
    I tried the solutions that you proposed and I have the following results:
    1. The solution to print the Front Panel through the invoke node of the vi's reference is not ideal, because the desirable printer cannot be chosen.
    2. I cannot use the Word Report because I have not the Report Generation Toolkit for Microsoft Office.
    3. I used the HTML Report and I change the print settigns by modifying the registry keys in the following folder:
    "HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\PageSetup"
    I can change the margin_bottom, margin_left, margin_right, margin_top, Shrink_To_Fit and assign the values 0,0,0,0,no to them.
    The result in the printing image is obvious. It is no longer compressed and it is positioned almost according to the margins. Although all margins are set to 0, it has to be positioned 2cm more at left and about 2cm higher to be proper.
    But the footer and header registry keys even if they are deleted (I cannot assign empty string from command line), they are appeared in the printed page.
    I attach the new vi files that modify the registry keys of the above folder before printing and restore them after printing.
    Also, the Front Panel size of the Report.vi has been changed and set equal to the A4 paper size 21x29cm and a little bit bigger in order not to print the decoration border.
    So, the problem of proper printing of HTML report remains having only to remove the footer & header and understand why the printing image is not positioned at full left and full top even if the registry keys margin_left and margin_top are 0 and 0.
    On the other hand, if the vi's Front Panel JPEG image is printed from a Photo-program, it is printed correctly given that the margins are set to 0 and the "Scale" option has been disabled.
    Thank you very much for your help.
    I am looking forward to hearing from you if it is possible.
    Attachments:
    PrintReport.vi ‏336 KB
    Report.vi ‏6 KB

  • How can I set print paper quality in Aperture

    I have recently converted from IPhoto to Aperture. Great but for one thing. In IPhoto when I send to print to my Canon ip5200r it prompts me for type of paper. In Aperture I can't find how to change papaer setting. All prints are coming out low quality. Any ideas??

    Can I direct you to a great online resource that covers all aspects of Aperture and printing:
    http://digitalmedia.oreilly.com/2007/02/13/insideaperturepodcast-9.html

  • How to automatically set transitions including overlap?

    I have a question about default transitions between video clips (and their associated audio tracks) in Premiere Elements 11.
    What I want to happen is that each pair of clips is overlapped through the transition (eg around 25 frames/1 second for PAL video which is my source) when new clips are added to the timeline - audio and video both. I do not want repeated frames.
    I cannot work out how to make this happen without manually dragging each of the clips along the timeline after they are added, one at a time.
    If I set defaults first and then add clips to the timeline, the transitions aren't applied automatically; when I then select all clips and apply the default transitions, I find that the clips still butt up against one another end to end, not overlapped, so there are repeated frames. I am a recent convert from a much older versions of Vegas Movie Studio where this behaviour was an easy default and am finding it frustrating trying to replicate what seems to me like an obvious requirement, so any pointers would be much appreciated.

    Thanks for this, ATR, your page explains the interaction between the trimming and transitions nicely.
    Unfortunately I think this might confirm that what I'm looking for is not available as a "set and forget" option in PE11.
    If I understand correctly I need something like the following workflow:
    - Trim the clip (each clip) manually - by zooming in and dragging the handle till I have taken a second off the first clip which takes a bit of trial and error (no autosnap to one second?), then zoom back out, go to the end of the following clip, zoom back in and do the same, and allow ripple to work its magic.
    - Select my one transition and drop it into place, then make a position selection (left, right or centre) from the dialog that pops up.
    - Then select an audio transition and drop it into place, and get frustrated with my inability to select 'centre' as only left or right are available to me. - correction, I've just discovered that *after* being able to select only left or right, I can then drag the audio transition where I originally wanted it on the timeline as yet another separate action.
    - Rinse and repeat for each of my clips in the timeline...
    - Then repeat all the above for all the projects I'm currently stepping through, all of which are essentially the same structure - I'm doing a one-off capture of a bunch of old MiniDV tapes before disposing of a camcorder.
    Am I right, or is there actually a "save this behaviour as the default" option that I simply haven't found yet? If so then I might end up dropping back to Vegas to simplify the clip handling as it does support this default transition arrangement.
    Thanks

  • How Do I Set Print Quality in PSE 10 to above 720 DPI?

    Hello Everyone,
    I am trying to print a 4888px x 3456px (A4 aspect ratio) to an A4 sheet from an Epson SC-P600 inkjet printer.
    In the PSE 10 Print Dialog Box I have set PSE to Manage Colours and selected my printer ICC profile.  From the Print Dialog Box's "More Options" window I click Printer Preferences and set the Print Driver's Print Quality to SuperPhoto 5760dpi x 1440dpi.
    After clicking OK a few times to get back to the PSE10 Print Dialog Box, I see 720 DPI as the Print Quality value at Item 2 - Printer Settings on the right hand side of the PSE print dialog box.  Even if I change the printer driver's print quality to 1440dpi x 1440 dpi, the print quality value remains at 720 DPI at item 2 in the PSE print dialog box.
    I expected to see a value of either 1440 DPI or 5760 DPI values in the PSE print dialog box after setting the print quality in the printer driver.
    How can I tell the  PSE10 print dialog box that my printer is set to 1440dpi, or higher, or will the printer still print at the the printer driver's setting regardless of  the DPI value in the PSE print dialog box?

    save your settings as a preset... after you click print and change your settings... click on the Presets drop down and save as... it defaults to the last used preset provided you saved your changes.

  • How Do I Set Printer to Work Wirelessly?

    Help! I have a new MacBook Pro and a HPC4780 printer and am trying to get the printer to work wirelessly. The HP person walked me through the printer set up over the phone and the printer itself works. However, it will not print off my computer. I have an airport express router. When I ran the test on the printer I received a Failed response for " Network Name (SSID) found". I would appreciate any guidance at this time. Am getting frustrated! Thanks.

    Hello Anne.
    I'm more than happy to help you through the steps. But the more I think about how it can impact your Mac's ability to connect to the Net and your beginner status then I think we should try a different tack. Obviously your Mac has no issue connecting to your network and is currently working fine so I suggest we need to confirm all these network settings in the Mac and then somehow check what the printer is set to.
    I have to inform you that I have an Airport Extreme, not an Express, so apologies to you now if some of the steps don't apply. Also, changing the settings in the Mac will impact your ability to connect to your wireless network and most likely the Internet. If you don't feel comfortable with changing these Mac network settings and impacting your ability to connect to the Net then it might be best to leave things alone and get some help from the Apple store. If you are confident with the Mac then here's some steps...
    So open the Airport Utility, you should see your Airport Express in the list of the devices in the left column and in the right pane some information about the device. At the bottom of this pane is the Manual Setup button - press this.
    The new view will now show several icons in the toolbar. The one you want is Airport, which is probably selected by default. With the Airport icon selected you will see several buttons below it, such as Summary, Base Station, Wireless and Access Control. Press Wireless. This is where you will see your wireless network name (SSID) and the type of wireless security being used. Write down your network name and the type of security you are using. Note that the password is not shown here so hopefully you know what you set previously.
    With the Airport Utility still open press the Advanced icon in the toolbar. Under the 'Logging and Statistics' tab is the button 'Logs & Statistics'. Press this and then press the Wireless Clients button. This will show all the devices currently connected to the Airport Express. The names of the computers is not shown - only their network address so you would need to know what the HP network address (also called MAC address) is to see if it was one of the connected devices. I would expect that based on the error you got before this printer is not showing in the list. You may have to check your HP documentation to determine what its MAC address is.
    With the Airport Utility still open go back through the steps the HP support got you to do to connect the device to your network, using the information you obtained from the Airport Utility. If the device appears to connect to your network then you can check the Wireless Clients view of Airport Utility to see if it shows the HP connection.
    Hope this helps you. Please reply if you need more assistance.

  • How do I set print size when printing from an IPhone or IPad?

    I have an HP Deskjet 3520. Today (11/24/12) is the first time I tried to e-print with both an IPhone and IPad (both IOS 6.01).  I was able to print easily from both devices. I tried a document from the Notes app on the IPhone and a photo from both the IPhone and IPad. The problem is that I had no idea what the print size would be because there were no formatting options prior to the printing. I printed on letter size paper. Do I need an app for that or is there another solution?

    Airprint will just default based on the printer options, and the file type. If you had a printer with a separate photo tray it would default to 4x6 or 5x7 if it is in the photo tray and you are printing a picture, most other files would use standard letter size.
    The HP ePrint app is what you want for this, it is free in the app store. This will give you options to set the paper type and size.
    Jon-W
    I work on behalf of HP
    Please click “Accept as Solution ” on the post that solves your issue to help others find the solution.
    Click the KUDOS STAR on the left to say “Thanks” for helping!

  • How to automatically ensure printing pdf in safari does not crop content

    I realized today that printing  and saving as pdf in safari has been cropping my content. I dont know when this change occured or why, but at some point in time, content I've saved from safari by printing and saving as pdf has cropped the pages.
    Is there a way to make sure that printing in safari selects a page size that automatically does NOT crop the content. As it stands now it automatically selects US paper size and that crops all my bank statements. I can put in a custom size buts its really inconcenient to have to do that every time. And every time, it reverts back to US paper. This was never a problem for me in the past and I'm not sure whats changed.
    thanks

    Just to update, even if I select a custom size in print settings for the computer, safari automatically goes to US paper. Even if I select to scale content to fit, it still crops the content.
    I've also trashed Library/Preferences/com.apple.print.PrintingPrefs.plist

  • SCCM 2012 Software Update Management for Windows Servers and how to automatic set SCOM maintenance mode?

    Hi,
    We planning to go one level higher to automat and have more dynamic Software Update Management for Windows Servers. We have SCCM 2012 R2, SCOM 2012 R2 and SCO 2012 R2.
    Our plan is to pur server in an AD-Group to get Update Schedule, from the servers will be importet to an Collection for Automatic Update and reboot. If I understand Everything right SCOM can't read AD-Group and put then in an Schedule maintenance mode. SCOM
    can read reg value as exempel.
    IS there any smar way to make the SCOM Maintenance Mode Schedule dynamic?
    I found this
    http://www.scom2k7.com/scom-2012-maintenance-mode-scheduler/?
    /SaiTech

    You could use Orchestrator to put the servers from a specific collection, or AD group, in maintenance mode in SCOM. For an example see:
    http://www.systemcentercentral.com/orchestrator-how-to-scom-maintenance-mode-for-windows-computers-in-an-sccm-collection/
    My Blog: http://www.petervanderwoude.nl/
    Follow me on twitter: pvanderwoude

  • How to disable/set password expiration to None in EBS

    HI ,
    I just clone a 11i , and was asked to set all users password not to expire . I have studied FND_USER_PKG.UPDATEUSER , but has no idea how to do it . Can anyone help ? Thanks
    Felix

    Hi;
    Please check below which could be helpful for your issue:
    Password information-Where ebs pass keep
    Re: Password information
    password expiration for EBS users
    how to set password expiration for EBS users
    password polciy
    Password policy
    Regard
    Helios

Maybe you are looking for

  • Report.vi gives no timestamp for acquired data

    I am using LabVIEW 8.6 with the report generation toolkit and Report.vi (express vi). If I wire a simulated signal (again express vi) and generate a report (I'm using excel reports, but it's the same for an html), it gives a table with the time and v

  • "Cannot Find Audio File", Garageband

    Mac OS X version 10.6.8 GarageBand 08-Version 4.1.2 ·(248.7) This is a issue which goes back to 2005 on some forums, and in my case, has just occured. There seems to be thousands of people effected.  After 3 years of using GarageBand for language stu

  • File not formatted correctly error

    Dear All, when am trying to import a contract file as excel sheet, not CVs file, i get the error ( File not formatted correctly ). any advice?

  • Blue Screen when starting up Command & Conquer 3

    It was working fine yesterday, but now when I start the game it bluescreens immediately. No idea why.

  • Proxy Authentication in OLT

    Hi Everyone, In OpenScript I can enter proxy, port & authentication in the Preferences settings. But what about OLT? In the settings for the added scripts, I can add a proxy & a port. Where/how can I set the proxy authentication? OLT/OS version 9.1 S