Questions about securing a file to prevent printing

I need to prevent users from printing a file, and I tried to set up a password under Windows and got a message "Use of non-FIPS cryptology is not permitted while in FIPS mode." I was able to add the password on a Mac and it did the job (prevented printing on Mac and Windows), but I remember coming across a problem a few years ago with a password-protected file for a client (I may have enabled the FIPS mode on this computer at that time to check that file). I don't remember exactly what the problem was at that time; it was an editable form and I'm assuming that the problem was that the file could not be saved once the data was entered into the file.
My current document will not have any editable fields, and I just wanted to check to see if there could be any potential problems with using password security in case this client has FIPS mode enabled.

In Acrobat Pro 9, select Advanced > Security > Encrypt With Password.  At the bottom of that screen you can restrict printing.

Similar Messages

  • Basic question about importing wma files

    Hi, I have a basic question about importing wma files. I ripped some cd's on a Mindows computer using Media Player, but now want to copy them to my Mac and use them in iTunes on my Mac. when I use Import in iTunes, nothing happens and I cant even seem to copy them one by one using the Music folder.
    Can someone help me?
    thanks
    eMac   Mac OS X (10.4.4)  

    iTunes for Mac doesn't support .wma files.
    If you can use a PC to convert them, you can use one of many freeware applications. Google for 'wma to mp3'.
    For the Mac there's the shareware program EasyWMA that can convert them.
    Hope this helps.
    M
    17' iMac fp 800 MHz 768 MB RAM   Mac OS X (10.3.9)   Several ext. HD (backup and data)

  • Question about security issues regarding 'cp' and 'mv'

    Ok, I wondered about how 'cp' and 'mv' are really working. I have some guesses but I need these things to be confirmed.
    Here is what I have:
    A partition with a unix file system, say ext2 or 3 (does this make a difference here?) containing *very* sensitive data. The filesystem is encrypted (whirlpool/serpent) but that shouldn't matter. As I do not want corpses of dead files lying around that could be recovered, I always use 'shred -zu' with 26 passes to overwrite and then delete the data.
    And that's where I have my conceirns:
    If I want to rename a file or move it to another folder on the same partition. Is it save to 'mv' it? Or should I 'cp' it and then 'shred' the original file. I assume that 'mv' will not touch the actual file and just tell the file system of it's new name or place in the folder-structure. Given that, shredding a 'mv'ed file should not leave a trace of it on the drive (except of the old filename before the 'mv' maybe, but that wouldn't be too critical). I assume that, because it's the only thing that would make sense to me, but have to know it for sure!
    However, on moving the file to another drive I should probably 'cp' it, then 'shred' the original file. The question I have here is as follows:
    How much information which could be recovered leaves 'cp'ing in my RAM? Will I have to find a way to somehow shred the information in the RAM or can I assume that my RAM get's rewritten often enough, that most traces will be gone, say, in a couple of days?
    If you have links at hand to confirm your answer, please post them, too.

    Okay, thanks for that, I will have a closer look on flushing the ram.
    Sure, I care about security and privacy, but -- as you might expect -- the data I have are not really THAT sensitive/confidential/whatsoever. I've just gotten into it somehow and now I'm just curious/intrested in improving it for it's own sake more or less.

  • Few Questions About Backing Up Files

    Okay, I'm pretty new to this, and have checked the support pages, but I do have some questions about backing up my files.
    I'm running out of room on my computer's hard drive, and am wondering if burning the library to CDs will allow me to quickly restore my library on my computer when I sync my iPod.
    I know that when an iPod syncs with a comp, it will lose any songs that aren't on the library list. (If I deleted some songs to free up room, I'd lose those songs on my iPod when I synced it up.) Is there a way to prevent that from happening? Some way to save a headache continuously restoring my iPod's library every time I want to add a new song or recharge it?
    I'm on Windows XP, if that matters.

    Best and easiest solution is to buy an external hard drive. Then simply drag and drop your iTunes folder from your internal onto the external and copy the entire library.
    Patrick

  • Some questions about importing HTML files

    Hi, folks
    Let's suppose we want to import a pack of HTML files formatted in HTML5 wit's it's CSS into a double-oriented folio. A couple or three questions about that, please:
    1. Is there a limit for a reasonable quantity of HTML files I can import into a folio? I mean.. 100 would be way too much, for instance?
    2. These HTML files could be navigated and referenced from inside TOC-pages made in InDesign,right? (navto://..., I gues?)
    2. Will it be possible, by means of HTML adaptative design techniques, to treat both orientations (vertical and horizontal) as different viewports or screen sizes so that the design adapts for instance the column width with its CSS?
    3. That said, will the InDesign final app. respect that adaptative CSS rules?
    I am asking this because we are looking for a way to inject big quantities of content with a very similar design into our application in a really fast and automatizable way and I have the suspicion* that importing HTML5 preformated CSS files could be the a very good and simple alternative to importing XML into InDesign templates as we start out content as tagged almost-html files.
    Thanks a lot
    Gustavo Sánchez (Posting from Madrid)

    I assume you are asking about using HTML articles.
    1. There is no limit beyond simply keeping things reasonable.
    2. Yes. Just use navto://articlename
    3. Yes. I've used min-width of 768 and max width of 1024 to control it.
    4. InDesign does not enter into any of this with the exception of using the folio builder panel. Everything else is done in Dreamweaver or whatever program you decide to use for the article.
    If you want to restrict the HTML articles to one orientation or the other, use the _h and _v suffixes.
    Bob

  • Just a question about security

    Hi All.
    Just a simple question really, I read on one of the forums here a question about running windows and apples mac os at the same time.
    My question is: would they not cause conflict, as with apple you don't need to install security but windows is riddled with bugs and virus's surely one would infect the other?
    Sorry to sound so silly,  I'm not very computer savvy , but it strikes me as wrong somehow.
    Thanks Tricia

    You will have whatever threats assail Windows and must protect against those, but none of them will cross over to the Mac side. Note: there is cross platform Windows/Mac malware, i.e. malware written for both. But to be infected you need to be infected directly on the Mac side.
    http://www.zdnet.com/blog/bott/the-slow-and-steady-evolution-of-cross-platform-m alware/4930

  • Question about calling batch file by using the System Exec+.vi?

    Hi
    I have a problem about calling batch file. I know that the system exec is equivalent to "run" in Windows. I called the batch file c:\rtxdos\bs\ch0.bat successfully in the "run" but it didn't work in the LabVIEW program. The dos prompt had an error message "Bad command or file name" and it just happen when I call this batch file in LabVIEW. Why?
    Bill.

    Hi,
    Try to set the "working directory" parameter of System exec.vi to the directory where the batch file is located. It may help.
    Good luck.
    Oleg Chutko.

  • Question about security issue when transferring files from PC

    I am in the process of looking at macs. I have always been a PC user and have been EXTREMELY impressed with the features of mac os x. Here's the question. I am probably sure that I have one or more viruses on my PC, what PC doesn't right? When I get my mac, I'm looking at the macbook, I see that I can transfer my files over from a PC to my new mac. The problem is. I want my files, but I'm leery about transferring a virus over also. I've heard about the security of macs and I am wondering if this is something I need to be worried about, or if it won't be a problem. Is there any steps I will need to take to ensure that I don't bring any viruses over with my files? Thanks for the help.
    Micah
    P.S. I am really starting to get sick and tired of Vista. I had to download VLC media player to play my Windows Media files because my Windows Media player on Vista WILL NOT play the files meant for that system. Arrrghhh Sorry for the vent.

    Be sure to scan all your files for viruses before moving them from the PC to the Mac. Although PC viruses should have no effect on a Mac, it's still possible to pass on a virus to a friend via email.
    Do You Need Anti-Virus Protection for Your Mac?
    According to Rich Mogull's article, Should Mac Users Run Antivirus Software?,
    "The reality is that today the Mac platform is relatively safe. There are hundreds of thousands of viruses and other malicious software programs floating around for Windows, but less than 200 are known to target the Mac, and many of those are aimed at versions of the Mac OS prior to Mac OS X (and thus have no effect on a modern Mac).
    It's not that Mac OS X is inherently more secure against viruses than current versions of Windows (although it was clearly more secure than Windows prior to XP SP2); the numerous vulnerabilities reported and patched in recent years are just as exploitable as their Windows equivalents. But most security experts agree that malicious software these days is driven by financial incentives, and it's far more profitable to target the most dominant platform."
    Mr. Mogull is a computer security expert. I recommend reading the entire article as it is quite informative.
    For additional information on viruses, trojans, and spyware visit The XLab FAQs and read the FAQs on viruses and spyware.

  • Hi, Question about secure empty trash. I moved some Time Machine backup files to the trash from an external hard drive. Now I can't secure empty trash. It starts, finds 74,003 files, and does nothing. The external hard drive shows it's empty, but it isn't

    I moved some time machine backup files from an external USB hard drive to the trash. Tried secure empty trash. It counts 74,003 items, then just sits there. The external hard drive window shows it's empty, but the info pane says it only has 50G of memory left. I left the secure empty trash on over night. It did nothing. Ideas?
    Thanks,
    Ron

    Relaunch the Finder, then from the Finder menu bar, select
    Finder ▹ Preferences ▹ Advanced
    and uncheck the box marked Empty Trash securely. Try again to empty the Trash.

  • Hi everyone ! Question about a magazine in Pages for Printing in press printing

    Hello all Pages users !,
    I am really strugling with trying to learn, comprehend and use InDesign CS5 for a future free give-away  60 or 62 pages magazine.
    I do understand and manage quite well apple 's PAGES for normal regular brochures and flyers use.
    I truly need some advices regarding my project, as while being at ease with the use of Pages, there are some specific points I need
    to make sure will work out when finally sending a pre-press and final PDF to my printer's house.
    1/ How to set the necessary margins, bleed, trim, gutter and middle flat squre binding spin ?
    2/ Will there be problems if I import pre-vectorized images/texts with transparent background (i.e. in PNG format)
    3/ Should I only import CMYK photos from my photoshop instead of RGB ?
    4/ Is there a specific setting for all the facing pages (let/right) and numbering them ?
    5/ Once done, can I export the final PDF file to any Abode reliable PDF handler to secure and ensure all settings, colors and trim areas
    will be perfect for press printing, and what would you guys kindly recommend ?
    I know these are various and complicated questions and issues, but before venturing into PAges for my magazine set up, layout and
    complete work, I would preferably ensure that it is possible to get a correct nice color magazine done in Pages instead of venturing
    in the Highly professional very complicated inDesign software .
    Thaks a milion in advance for all your advices, tipds and experience !
    Awaiting your feddback guys !
    Gratitude to all souls of good will for this help outcry ! ;-)
    magazinedesign

    The person as always best able to answer your questions is the printer who will be printing your magazine.
    They may be an exception but I doubt they will be happy with you doing it in Pages.
    Pages is designed for output to your desktop printer. There are a string of issues to do with preparing a print job for commercial printing that Pages is either ill-equiped or plain just unable to manage.
    If you say you are struggling with Indesign which is designed to manage all aspects of commercial printing, what makes you think that choosing a program that isn't will improve matters?
    1. Pages does not have crops, bleeds or slugs. You can however manually construct these yourself with sufficient work.
    2. Pages has no tools to help you manage your output, ensure that black only text/objects are black only, that resolution is high enough, that its unique objects such as frames pass through the printer's RIP correctly.
    3. By default Pages produces exceptionally low resolution transparency (only 72dpi) for shadows, reflections, 3d graphs, frames and transparency overlaying bitmaps in exported pdfs.
    4. Ask your printer whether he can fix trapping in his RIP because Pages doesn't.
    5. You can DL and install certain print workflows that will correct some of these but will still not get correct pdf-X3 that printers require.
    6. You can not bypass output through Apple's problematic print engine, even though fruhulda's link thinks he has.
    7. OSX can not make spot color objects, although spot color already in pdf objects brought into Pages should (not guarranteed) be honored.
    8. I don't know what you mean by pre-vectorized images because png is rgb bitmap only and does not contain vectors nor text. I think you might mean pre-rasterised, not a good idea.
    9. You will assume command of the Good Ship Pages and all who sail in her, the printer will probably hand all responsibility for output to you. You get to pay no matter what happens. Good luck.
    In summary, if you are uncomfortable with and don't know how to handle pre-press settings and requirements, I suggest you do not, and instead hand the job over to a professional to produce and manage for you.
    Finding out that you do not have what it takes to print commercially, can be a very expensive and salutory experience. Printers will find it hard to say no to you despite their apprehension, but then it will be your baby.
    Peter

  • I have secured PDF documents to prevent printing and saving the document. Why PDF plugin built into Firefox allows you to skip the security?

    I am using PDFfactory to secure the PDF documents in my company. Despite this, users can open the document in Firefox and print, and save it locally. This is unacceptable because of the ISO standards process in my company. Please help ASAP.

    ''dzuniek [[#question-1046197|said]]''
    <blockquote>
    I am using PDFfactory to secure the PDF documents in my company. Despite this, users can open the document in Firefox and print, and save it locally. This is unacceptable because of the ISO standards process in my company. Please help ASAP.
    </blockquote>
    I think the first course of action would be to try securing with a different authoring program (if you have access to one) and seeing if you have the same problem.
    As for the downloading and printing side of it, even with a protected PDF, anyone with the intent and a little knowledge will be able to download it. Or screenshot each page in their viewer.
    One way to prevent them getting a usable print is to create a solid annotation field across each page of the document. It will be invisible whilst just being viewed but when printed the annotation field will cover everything, thereby producing a blank page.
    Is it fair to ask whether a pdf is the best way of presenting information that you do not want them to download and subsequently print, seeing as that is exactly the reason PDF's exist?

  • Question about reducing PDF file size on export

    I have a large file that is generates a PDF about 75MB when exported with the "[High Quality Print]" preset. However, I can reduce the size down to to under 5MG in Acrobat if I use the Tools>Flattener Preview>[Medium Resolution] setting (image attached). Is there a way to generate this smaller file directly from InDesign? I couldn't figure out how to do this with InDesign's Flattener Preview or Export options, but it is very likely that I missed something.

    Eugene Tyson wrote:
    When you choose Smallest File size, it is still using the PDF 1.6 setting.
    Change this to Acrobat 4 (PDF 1.3) this will automagically flatten the PDF - which means you shouldn't have to do it in Acrobat.
    That should get you a nice small file size, I believe.
    Flattening transparency in InDesign will not necessarily yield a smaller PDF file size. Transparency flattening will not automatically convert placed vector artwork to raster images unless that vector artwork is actually involved with transparency. And even then, whether you end up with a smaller file depends on a number of factors.
    If the reason for the very large file size is indeed very complex vector artwork and you are willing to sacrifice quality, conversion of such vector artwork to raster might yield a significantly smaller exported PDF file. To accomplish that conversion, I would personally suggest converting the most offensive (in terms of file size and complexity) of such files in Illustrator (assuming that they were .AI files) and exporting them as .TIF files (to avoid the potential imaging artifacts of JPEG compression).
              - Dov

  • Question about moving library file/playlists

    I've just switched to a new computer, and while I was able to move my music and video, my playlists were gone(the music and video were on an external HD, but the library file with the playlists was on the old computer's HD). I've found the library file on the old computer, and I plan on plugging the external HD into the old comp and copying the libary file to it as a means to getting it onto the new comp.
    Just one question: The previous comp was badly corrupted by viruses. I'm worried that if I copy the library file to the new comp, the new comp will become infected as well. Is this a risk? What can I do to prevent it?
    Also, if I get the library file onto the new comp....then what?

    Format the drive using your PC. Connect it to your Mac. Transfer the files. Connect to your PC. All is well.

  • Question about multiple class files

    I just started learning JAVA a couple of days ago and the first program I wrote had two classes in one file. here is the program :
    class fib_num {
    public int value;
    public boolean is_even;
    class Fibonacci {
    /** Print the Fibonacci sequence for values < MAX and mark even numbers with an asterick */
    private static final int MAX = 50;
    private static final String Title = "The Fibonacci sequence for values less than " + MAX + ":";
    private static fib_num[] fib = new fib_num[MAX];//This is actually an array of object
    //references to objects of the fib_num class
    public static void main(String[] args) {
    System.out.println(Title);
    //We must initialize each element of the array also !!!!
    for (int i = 0; i < fib.length; i += 1) {
    fib = new fib_num();
    int lo = 1, hi = 1;
    fib[0].value = lo;
    fib[0].is_even = false;
    fib[1].value = hi;
    fib[1].is_even = false;
    for (int i = 2; i < fib.length; i += 1) {
    //create the next Fibonacci number and then save the previous Fibonacci number
    hi = lo + hi;
    lo = hi - lo;
    fib.value = hi;
    //now indicate if the Fibonacci number is even/odd
    if (fib.value % 2 == 0) {
    fib.is_even = true;
    }else {
    fib.is_even = false;
    print (fib);
    //This method prints an array of Fibonacci numbers
    public static void print(fib_num[] array) {
    if (array == null || array.length == 0)
    throw new IllegalArgumentException();
    String mark;
    for (int i = 0; array.value < MAX; i += 1) {
    if (array.is_even) {
    mark = "*";
    }else {
    mark = "";
    System.out.println((i + 1) + ": " + array.value + mark);
    I ran the program and everything went fine. But today I started to write another program with two classes. However the file will not compile and I get an error about interfacing or something. here is the program:
    Note: it's not nearly complete.
    class enumerate {
    //print out all permutations of a list of integers
    public static final int MAX = 4;
    public static int[] initialize(int[] nums) {
    for (int i = 0; i < nums.length; i++) {
    nums = i + 1;
    return nums;
    public static void print(int[] nums) {
    for (int i = 0; i < nums.length; i++) {
    System.out.print(nums);
    System.out.println("");
    public static void swap (int[] nums, int i, int j) {
    int temp = nums;
    nums = nums[j];
    nums[j] = temp;
    public static void main (String[] args) {
    int[] list = new int[MAX];
    list = initialize(list);
    PermutationGenerator x = new PermutationGenerator(5);
    // Systematically generate permutations.
    import java.math.BigInteger;
    public class PermutationGenerator {
    private int[] a;
    private BigInteger numLeft;
    private BigInteger total;
    // Constructor. WARNING: Don't make n too large.
    // Recall that the number of permutations is n!
    // which can be very large, even when n is as small as 20 --
    // 20! = 2,432,902,008,176,640,000 and
    // 21! is too big to fit into a Java long, which is
    // why we use BigInteger instead.
    public PermutationGenerator (int n) {
    if (n < 1) {
    throw new IllegalArgumentException ("Min 1");
    a = new int[n];
    total = getFactorial (n);
    reset ();
    // Reset
    public void reset () {
    for (int i = 0; i < a.length; i++) {
    a = i;
    numLeft = new BigInteger (total.toString ());
    // Return number of permutations not yet generated
    public BigInteger getNumLeft () {
    return numLeft;
    // Return total number of permutations
    public BigInteger getTotal () {
    return total;
    // Are there more permutations?
    public boolean hasMore () {
    return numLeft.compareTo (BigInteger.ZERO) == 1;
    // Compute factorial
    private static BigInteger getFactorial (int n) {
    BigInteger fact = BigInteger.ONE;
    for (int i = n; i > 1; i--) {
    fact = fact.multiply (new BigInteger (Integer.toString (i)));
    return fact;
    // Generate next permutation (algorithm from Rosen p. 284)
    public int[] getNext () {
    if (numLeft.equals (total)) {
    numLeft = numLeft.subtract (BigInteger.ONE);
    return a;
    int temp;
    // Find largest index j with a[j] < a[j+1]
    int j = a.length - 2;
    while (a[j] > a[j+1]) {
    j--;
    // Find index k such that a[k] is smallest integer
    // greater than a[j] to the right of a[j]
    int k = a.length - 1;
    while (a[j] > a[k]) {
    k--;
    // Interchange a[j] and a[k]
    temp = a[k];
    a[k] = a[j];
    a[j] = temp;
    // Put tail end of permutation after jth position in increasing order
    int r = a.length - 1;
    int s = j + 1;
    while (r > s) {
    temp = a[s];
    a[s] = a[r];
    a[r] = temp;
    r--;
    s++;
    numLeft = numLeft.subtract (BigInteger.ONE);
    return a;
    I thought the error had somethin to do with only having one class per .java file since the compiler creates a .class file. But how come my first program had two classes and it was OK. Is it b/c the second class was merely a collection of fields, almost like a simple struct in C?
    Any help would be appreciated. Thanks

    Move the import java.math.BigInteger line to the start of the file.
    Use the "[ code ] [ /code ]" tags around your code when you post, it makes reading it a lot easier.

  • Question about changing a file type into another file type

    Hello. This isnt a java question but you guys have been so helpful in the past I hope its ok if I ask this question for a friend.
    How can I import a scriptware file into Screenwriter 2000, or change a .scw file into a .tag file?
    Anyone who can help thanks.

    I know nothing about scriptware or Screenwriter. But, my only advice is to see if Scriptware can export some other file type (not necessarily a .scw file) that Screenwriter can read. Sometimes, when I have two text editors whose native formats are incompatible (like opening a paper typed in a new version of Microsoft Word using an old version of WordPerfect or something), I save the file as an RTF file, rather than in the native format. Maybe something like that applies to your situation, too.
    Hope that helps.
    Jason

Maybe you are looking for

  • Can EFI update be rolled back?

    I installed the EFI update and now my e-sata drive I use for Time Machine won't mount. Worked perfectly before the update. Is there any way to roll it back to the previous version? Cliff

  • I can no longer see the airplay icon when trying to use Apple tv. I've made sure that all the settings are correct. Its just disappeared.

    I used to have the airplay icon on my iphone and ipod but it has now disappeared. Its an iphone 4.

  • Adobe Acrobat XI Pro Trail

    HELP! I need to be able to let people email a fillable PDF form (which is attahced to a PDF document) to an email address using a submit button I have created on the page.  This is working fine but when the email is recieved the following message app

  • Doubts in Creating Synonym

    We have Oracle9i, i have seen about synonym. I have some doubts... 1. Is that we can create synonym for objects like Packages, stored procedures,views and Functions. 2. How Synonyms helpful in user privileges?. 3. What is Public and Private Synonyms?

  • Easy Setups and settings not visible

    I've created a few different easy setups and other settings for various situations as I've been working but for some reason none of the settings I've saved are accessible after I close the program. I've tried clicking the "show all" checkbox on the E