When i save the PDF it saves it as secured.  How do i figure out the password?

When i save the PDF it saves it as secured.  How do i figure out the password?

Based on that comment, I would suggest you recreate the PDF from that app. Apparently there is something in the app that set the security. You would have to check with the app if security continues to be set as to the password. You might try a blank password or our OS password (but take care you are not sending your passwords out by way of some JavaScript).

Similar Messages

  • How do I figure out the size of an image in my iPhoto. How do I know if it is Kilobytes or megabytes. I assume Megabytes are larger than kilobytes and gigabytes are largest.

    How do I figure out the size of an image in my iPhoto. Soe applications require a certain size and I have no way of knowing what they are.
    Please confirm that Kilobytes are smaller than megabytes and gigabytes are the largest.

    You're correct, Kilobytes are smaller than megabytes and gigabytes are the largest.
    When you attach the images to an email, look on the bottom line for the total size of the email.  You can also change the image from Actual size to medium or small.

  • How can i figure out the answers to my security questions if i forgot the answers

    how can i figure out the answers to my security questions if i forgot the answers

    Welcome to the Apple Community.
    Start here, and reset your password, you will receive an email with your new password, then go tomanage your account > Password and Security and change your security questions.
    If that doesn't help you might try contacting Apple through iTunes Store Support

  • My iphone got stolen. how do i figure out the emei number?

    my iphone got stolen. how do i figure out the emei number?

    Here is what you should do:
    http://support.apple.com/kb/HT5668
    And here is how to report the theft:
    http://support.apple.com/kb/HT2526

  • I have an IPad with a Restriction code that we cannot remember.  Is it possible to delete and restore the IPad without the code?  If not how do I figure out the code or how t? o remove it?

    I have an IPad with a Restriction code that we cannot remember.  Is it possible to delete and restore the IPad without the code.  If not how do I figure out the code or how to remove it?

    The only option is to wipe the device clean and restore it to factory settings.  Hope you have a backup.
    Follow the instructions in  iOS: How to back up your data and set up your device as a new device http://support.apple.com/kb/HT4137 to restore the device to factory settings.
    Once you have setup the device as a new one, you can then sync it back with your iTunes account and all your music, apps, contacts and any other content sync'ed with iTunes will be loaded on the device. Any content that is stored only on the device and not sync'ed with iTunes, like app logins or data, will be lost during this process. Be forewarned that this is a long process and can take a couple of hours or more to complete. This can be painful, but it is necessarily so to prevent users from working around the security settings. After the restore is complete, you can setup a new Restrictions passcode. Make a note of the passcode to avoid this situation in future.
     Cheers, Tom

  • HT1911 how do I figure out the answers to my security questions if I forgot them

    I'm trying to add my son's iphone to my itunes store account but they keep asking for my first grade school teacher's name
    and what I thought it was it is not accepting... how do I figure out what the answers are to this so I can let him buy songs on
    his new iphone using my account?

    Welcome to the Apple Community.
    Start here, and reset your password, you will receive an email with your new password, then go tomanage your account > Password and Security and change your security questions.
    If that doesn't help you might try contacting Apple through iTunes Store Support

  • How do i figure out the answers to my security questions?

    i cannot figure out the answers to my security questions. it says they will be sent to my email but i never get them.

    Hi,
    This may depend on how old your Apple ID is.
    At one stage Apple IDs did not have to be emails, you just created a Name.
    I have an older @mac.com name that has only one Question set whereas my everyday Apple ID has three possible questions
    Does this Answer help ?
    8:51 PM      Wednesday; May 30, 2012
      iMac 2.5Ghz 5i 2011 (Lion 10.7.4)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.7.4),
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

  • I renamed songs in playlist but the original files aren't renamed. How can I sort out the originals?

    I could really use some help. I'm trying to record an audio book of my second novel. I had about 300 audio tracks from recording the book in iTunes. I put them all in a playlist. Then I went through and delected the tracks that were no good from the Playlist and renamed the others so they were properly sorted by page number.
    Unfortunately, I did not realize that 1) renaming tracks in a Playlist does not rename the actual original tracks, and 2) when I click "Show in Windows Explorer" not only is it the original file names, but they are mixed in with all the other tracks that I had deleted from the playlist.
    Is there any way for me to isolate the tracks that are in the Playlist? I need to pull all those tracks out so I can import them into a music editing software program. I'm worried that all my time was wasted renaming the songs and now I can't figure out any way to group those tracks to import into another program.
    Any advice would be much appreciated!
    Thank you.
    - David David Katzman

    When you look at your iPhone, are you looking in the Music app or in the iTunes app?  Be sure you are looking in the Music app, and look in the Songs category.  If your songs are not here, you may want to try syncing your information again through iTunes.  To do this, uncheck "Sync Music" and then click apply or sync in the bottom right corner of iTunes, and then recheck "Sync Music" and then click apply or sync again. 
    I hope this helps!

  • How do I figure out the rescue email address for my Apple ID?

    I can't remember my answers and I can't remember what my rescue email is how can I figure that out?

    http://support.apple.com/kb/HT5312
    -If you established a rescue email address, there will be a link on the "Passwords & Security" page of id.apple.com.  Clicking the link will send the reset to your rescue email address (NOTE:  This is not the same address as your Apple ID email)
    -If there is no link on the page, then you didn't establish a rescue email address.  Contact AppleCare at 800.694.7466 (If you are in the US), and ask for account security.  You will need to answer some questions to verify your identity, AND you will need access to a computer to generate a temporary support pin.
    -If you are not in the US, click http://support.apple.com/kb/HT5699 - Apple ID: Contacting Apple for help with Apple ID account security
    HTH

  • How can I figure out the parent of a thread???

    Hey guys!!!
    I have a tiny question!!
    I have a thread which could be run by 1 of 2 different parents.
    So my idea was to set a variable...for example int a...and initialize it with 1 for the first parent and with 2 for the seond...then in the thread I make if...else...and whether a is 1 or 2 I know who the parent is.
    So what I wanna know is:
    Is there a method which can figure out who of those 2 the parent started the thread without using a variable???
    cheers,
    Tom

    You code do that or if both parents implement some
    interface, call it parentInterface have them pass them selfs in ... and the thread store that as part of its context.
    Then provide a method call it getParent which returns that parent object. And even a getParentName.
    interface parentInterface
      public String getName();
    } // parentInterface
    class myThread extends Thread
      public myThread(parentInterface pi)
        pInterface = pi;
      } // myThread
      public String getParentName()
          return pInterface.getName();
      } // getParentName
      parentInterface pInterface = null;
    } // myThread
    class parent1 implements parentInterface
    } // parent1
    class parent2 implements parentInterface
    }  // parent2

  • I am trying to upload a photo from my camera roll to a forum. The maximum size allowed is 390.6 kb. I figured out the emailing reduction to myself but cannot email upload to the forum I want to post to. Thanks

    I am trying to upload a photo from camera roll to a forum. The forum states the max size is 390.6KB. I figured out how to reduce photo size for emailing but cannot email the forum, any pointers. Thanks.

    Gramps, you are always coming to my rescue.
    Okay, I loaded the page under a different name http://abilityaxis.com/test.html. Viewing the source code doesn't show the yellow.
    For demonstration purposes I copied a small amount of the text and changed the colour of what is yellow in Dreamweaver to this pinkish colour (I tried yellow but you couldn't read it)
              <form id="registrationForm" name="registrationForm1" method="post" action="">
                <fieldset>
                  <legend>Contact Information</legend>
                  <span id="sprytextfield1">
                    <label>Name <span class="inforequired">*</span><br />
                      <input type="text" name="name" id="name" />
                      <br />
                   </label>
                    <span class="textfieldRequiredMsg">value is required.</span><span class="textfieldMinCharsMsg">Minimum number of characters not met.</span><span class="textfieldMaxCharsMsg">Exceeded maximum number of characters.</span></span> <span id="sprytextfield2">
                     <label for="businessname">(Business or Organization) Name<br />
                      </label>
                      <input type="text" name="businessname" id="businessname" />
    It basically goes all the way through the form.
    Any advice?
    thanks,
    deb

  • I want to move my service to another carrier due to a better deal for the same plan. How do you figure out the ETF's??

    I can save some money by switching, just want to make sure my ETF's are not more than they will cover when I switch?? Not sure how to calculate that number though....Thanks

    http://www.verizonwireless.com/b2c/support/customer-agreement
    WHAT HAPPENS IF MY POSTPAY SERVICE IS CANCELED BEFORE THE END OF MY CONTRACT TERM?
    If you're signing up for Postpay Service, you're agreeing to subscribe to a line of Service either on a month–to–month basis or for a minimum contract term, as shown on your receipt or order confirmation.  (If your Service is suspended without billing, that time doesn't count toward completing your contract term.) Once you've completed your contract term, you'll automatically become a customer on a month–to–month basis for that line of Service. If you cancel a line of Service, or if we cancel it for good cause, during its contract term, you'll have to pay an early termination fee.  If your contract term results from your purchase of an advanced device, your early termination fee will be $350 minus $10 for each full month of your contract term that you complete. Otherwise, your early termination fee will be $175 minus $5 for each full month of your contract term that you complete.  Cancellations will become effective on the last day of that month's billing cycle, and you are responsible for all charges incurred until then.  Also, if you bought your wireless device from an authorized agent or third–party vendor, you should check whether they charge a separate termination fee.

  • How can i figure out the apple id my ipod touch is associated with?

    I dont know what aple id is associated with my ipod touch 4g. i used so many accounts to dowload apps and now when i used one to download music, i have to wait 90 days. and this happened before and i had to wait. But i dont know wich apple id i used for this to happen. can someone please help me out

    settings->itunes & app store the appleID is listed
    same with settings->iCloud

  • I'm unable to load my Microsoft Exchange account.  Think I'm entering the wrong info for domain and user but haven't figured out the correct inputs...

    I think the problem is with my domain and user name information.  Does anyone have any suggestions...

    I know that when i tried to add a Live/Hotmail account I tried MS Ex but ended up having to forward my Live to my Gmail or just add an IMAP account.

  • I sent my iphone in for replacement how can i figure out the tracking number?

    Also, how many days does it take?
    It's been three so far.

    go into this page:    https://selfsolve.apple.com/repairstatus/main.do
    follow the prompts

Maybe you are looking for

  • HELP!!! Could someone help me with a jar file issue and JRE 1.3 & 1.4

    We had a problem with the last Oracle patch in that it tried to extract from a jar file using the "jar" executable. But the jar executable is not installed on the server where we have JRE 1.4 On one server, Jar.exe is installed where we have JRE 1.3.

  • Problem when using jsp:include.. / in JSP when run on OC4J903

    I have a very unusual JSP question when run in OC4J903(EM or standalone) version (previous OC4J version was ok). Here is the description 1. run P1.jsp and a parameter(text1) will pass to P2.jsp 2. In P2.jsp, include "includePage.jsp" before show the

  • Is there a limit to number of items in Netbeans 6.5 "Flow" screen?

    Hello, I am using NetBeans IDE 6.5 to build a Mobile Application using NetBeans 6.5, and I seem to have hit a limit with the number of Items that I can add using the "Flow" development process. I can still drag and drop items from the Palette onto th

  • Itunes 10 does not save preferences

    Itunes runs well on my computer, (intel 4core 2nd gen i7 running win7 64-bit home premium) but anytime I try and change preferences (edit->preferences) it will not save them. There is no "apply" button of any kind. I've tried reinstalling, and instal

  • SAP HR Support Gurus ,,,,,Help Reqd

    Hello Gurus, Im Pradeep, SAP Certified now getting into SAP HR Support team as a team member. *So anySupport Guru out thr,can u pls let me knw wat r the general queries handled or solved by a SAP HR Support Consultant n wat r those queries which i ha