Automatic pdf resize from large document

Help!  I work in a library and I often print large-scale posters (30x40inch).  I ask mac users to send me  posters as a .pdfs to avoid translation issues (I open and print documents on a pc).  When mac users have been using the "save as" command to create pdf documents, their large scale posters are automatically resized to 8.5x11 inches.  How can I instruct students to create their pdfs so that the original page dimensions will remain?
Thanks!

They are saving their documents as .pdfs in Powerpoint on a mac.

Similar Messages

  • Does anyone know how to use pages so you can export pdfs from the internet and automatically drag words from the document into the file name of the pdf (i.e., author, title of a scientific paper)

    Does anyone know how to use pages so you can export pdfs from the internet and automatically drag words from the document into the file name of the pdf (i.e., author, title of a scientific paper). For example, if I am downloading a paper by smith called "Surgery" that was published in 2002, it will automatically set the file name in the download to smith- surgery 2002. I have heard pages is smart enough to do this.
    thank you

    Pages can export only its own documents. They may be exported as PDF, MS Word, RTF or Text files.
    Pages can import (ie. Open a file as, or Insert a file into, a Pages document) documents in several formats, but won't rename the document as you describe. Documents that can be Opened (eg. Text, AppleWorks 6 WP, MS Word files) are converted to Pages documents, and retain their original names, with .pages replacing the original file extension. Files that can be Inserted (generally .jpg, .pdf and other image files) become part of the existing Pages file and lose their names.
    It may be possible, using AppleScript, to extract the text you want and to Save a Pages file using that text as the filename, but that would depend in part on being able to identify which text is wanted and which is not.
    How will the script determine where the author's name begins and where it ends?
    How will the script recognize the beginning and of the title, an decide how much of the title to use in the filename?
    How will the script recognize the year of publication?
    For papers published in a specific journal, with a strict format for placing each of these pieces on information, or containing the needed information as searchable meta data in the file, this might be possible. But it would require knowledge of the structure of these files, and would probably handle only papers published in a specific journal or set of journals.
    Outside my field of knowledge, but there are some talented scripters around here who might want to take a closer look.
    Best of luck.
    Regards,
    Barry

  • Loading pdf file from iPhone Documents folder into a UIWebView

    I'm currently trying to include the ability for my App to download a "pdf" file from the web,... display the image in a UIWebView,.. save it to the iPhone,... and later redisplay it in the same UIWebView while "off line". I've been able to do everything but get the web view to load/display the stored pdf file. The App finds the .pdf file...
    Here's the path it finds in the Simulator...
    Image File Path: /Users/FCR/Library/Application Support/iPhone Simulator/User/Applications/8E29ACDF-4A56-4AC2-BFA0-C4F8E00E1481/Documents/AD_K EWR.pdf
    ... but I'm not much into html and can't seem to come up with a url scheme to load the image. I've tried several attempts using the URL... "file:///" ... but so far haven't been able to get the file (which is in the iPhone's Documents folder) to display. I seem to be about one line short of a workable solution.
    Can anyone offer a bit of code (help) to accomplish this seemingly easy task of displaying it in the UIWebView?... It would be much appreciated!

    EdOfTheMountain wrote:
    Thanks for your post and sharing your solution.
    Can you please post the code snippet used to download and save the PDF to the iPhone? I did not know you could do that.
    -Ed
    Ed,... Here's the code ... I've cut and pasted from a couple different routines, but you should get the point...
    Ric
    - (BOOL)downloadPDF:(NSString *)pdfFileName
    // Download a (pdf) file
    BOOL success = NO;
    NSString *urlStr = \[NSString stringWithFormat:@"http://... web path to file .../%@", pdfFileName\];
    if(urlStr)
    NSURL *PDF_URL = \[NSURL URLWithString:urlStr\];
    NSMutableData *receivedData = \[NSData dataWithContentsOfURL: PDF_URL\];
    if(receivedData)
    success = YES;
    NSLog(@"PDF downloaded... Save it to file: %@",pdfFileName);
    NSArray *paths = NSSearchPathForDirectoriesInDomains (NSDocumentDirectory, NSUserDomainMask, YES);
    if (paths.count > 0)
    NSString *documentsDirectory = \[paths objectAtIndex:0\];
    NSString *filePath = \[documentsDirectory stringByAppendingPathComponent: pdfFileName\];
    if(\[receivedData writeToFile:filePath atomically:YES\])
    success = YES;
    NSLog(@"Saved file: %@",filePath);
    else
    NSLog(@"Failed to save PDF to: %@",filePath);
    return success;
    }

  • Automate creating single PDF file from multiple documents

    Hi everyone ! I am testing the Adobe XI version, especially because I need it for a very specific function.I haven't found it yet, maybe you guys can help ?
    Basically, I need to make a user friendly system, that in one click will create a single PDF document from multiple files :
    To be more precise : I have in a folder on the network 25 different documents (Word and PDF mainly). Some of these documents change weekly. What I need as an end result is a single PDF, that combines these 25 ones in a specific order, and the tricky part is I need to automate this so that someone with absolutely no knowledge of Acrobat can perform this task, with just a click.
    I have found of course the procedure to manually build such a combined PDF, but as you can see it does not fulfil my needs.
    So that's it, as simple as that
    As a bonus question : I am still struggling with the construction of these documents : in the Word documents I use, there are both internal links within the document, and links between the documents (pointing to other Word files, or PDF files). I keep losing those links when I combine, is there something I am missing ?
    Second bonus question : I would like to have multiple levels of signets, but for some reason all my signets are at the same hierarchical level. Anything I am doing wrong ?
    A free electronic doughnut for anyone giving me a hint !

    When you combine you have many PDFs together in one, new PDF.  Your orignal links are from one specific file to another specific file. A combine does not change the link in the original file. So the link is now from the  PDFcombined  to the second specific file. However, "second specific file" won't be present - so, "broken link".
    Be well...

  • Attaching multiple pdfs made from Appleworks documents

    I need to send copies of (typically about 4) AW documents in (small) pdf format as email attachments.
    I could open each AW document and then Print>pdf>compresspdf and then attach the resulting files to a new email message. OK but quite tedious
    I found cups-pdf that makes a virtual printer on the desktop. This allows me to drag and drop a number of the AW documents that are then batch converted to pdf files ready for attaching to an email message. OK but the resulting pdf files are too large.
    So..... I then found PDF shrink that shrinks those pdf files. Clever me: I have put a droplet in the cups pdf folder and set the process to overwrite the original pdf file.
    OK. So now I can select a group of AW files, drag & drop them to the virtual printer in the desktop (or dock). Open the cups-pdf folder. Select the (large)pdfs I have created and drag and drop into the PDF shrink droplet that resides in the same cups-pdf folder. Then I can attach these to a new email message.
    This is as good as I can get it, Two separate group,drag & drops followed by attaching.... but wait......why can't I just select those AW (or any other format come to that) files from the 'attachment choice window' and choose for them to be automatically converted to (small) pdfs and attached in my new message. There is already a 'send windows friendly attachments' check box. Why not a 'send as pdf' check box?
    If such an option already exists please guide me to it. Has anyone made an AppleScript to do this? Has anyone else wanted such a feature?

    Newer versions of Acrobat Pro have a batch processing capabilities which
    allow you to do it easily, in a single process.
    You should consider upgrading (although your version is too old too qualify
    for an upgrade, so you'll need to buy a full license).

  • Printing microsoft word 2003 document and pdf created from the document are different

    I created a microsoft word 2003 document with jpg pictures and printed it on my HP Inkjet printer. I then created a pdf by saving as a pdf from the microsoft word 2003 document. The settings for images were 300 dpi and zip compression. The pdf file created was ~3 MB whereas the word document was ~250 KB. It looked fine on the screen but when I printed it the jpg pictures from the pdf were very dark and not very desirable. When I printed it on my HP Color laser 2600n printer I couldn't see the difference in the jpg pictures.
    I am creating the pdf files to send to the online publisher lulu.com to print. I have used the settings to create the pdf they recommend from their website; however they aren't real clear in the information they give for the recommended settings.
    My question is why would the print out be so awful using the HP Color Ink Jet printer since it is very good for printing pictures?

    There are many reasons, but most revolve around the color space and coding for the colors. Acrobat uses 8 bit RGB.

  • Creating greyscale PDF's from coloured documents?

    When creating a Microsoft Publisher document (2003 to 2014 versions) to create a greyscales PDF by selecting Print: Adobe PDF AND having selected print as BLACK & WHITE, some clipart, shapes, lines and wordart remain in colour.  Is there a way to stop this from happening as I required everything to be greyscales? 
    If a go to Acrobat Adobe Pro X to create the PDF that way, there are no obvious options re: selecting create as black & white.  Help?

    Problem sorted.  I tried again in Pub 2014 and it worked

  • Creating pdf files from word document and allow copying of content

    I generate word documents and then save them in PDF format before sending out to clients.  Sometimes these documents contain quite a lot of data in table format and I want my clients to be able to copy the data from the tables and be able to paste it into excel.  How do I save as PDF and still allow copying of content?
    Thanks

    Open such a PDF in Adobe Reader: File | Properties | tab Security.  It will tell you if copying is allowed or not.
    I don't know if you can change these security options from Word; you'll have to ask Microsoft.  To change them after the PDF was created, you will need Acrobat.

  • Automatic project creation from Sales Document

    Hi Experts,
    Could you please advise what are the steps needed to obtain automatic creation of project from Sales Inquiry?
    Thank you in advance!!
    Aleksandra

    Hi,
    1. Create standard WBS CJ91
    2.create standard Network CN01
    3.Assign material (Finished) to standard network CN08.
    SD Config:
    1. Create sales document type.
    2. Check requirement classes and requirement types take KMPN and 212
    Material Master Settings:
    3. For material in MM02 material master ,
    4.Maintain view MRP3 Strategy group 85 Assembly processing with network/project.
    Create Sales order:
    Assign material to sales order and while saving it will trigger project.
    Muzamil

  • 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).

  • Issues opening PDF files from SharePoint document library reader/pro 11.0.5

    Hello,
    We have a sharepoint 2010 enviroment and recently upgraded our Acrobat X11 installs ( both reader/std/pro) to version 11.0.5.
    We have a mixture of WIndows 7 32/64Bit IE 8 and IE 9 machines
    After upgrading to 11.0.5 when users click a pdf file in a SP document libary one of two things happens depending if they have the
    Adobe Reader Plugin Enabled or not
    If the Adobe Reader Plugin is enabled, they will not get prompted to run/save the pdf file and it will not open in a new tab in the browser
    If the Adobe Reader Plugin is disabled, they will get a popup window that has the correct URL to the PDF in the address bar but they will not be prompted to save or run the file.
    If they click in the addrss bar and press enter the pdf will then load in the external reader/acrobat application.
    This issue started with 11.0.5 updates, rolling people back to 11.0.4 fixes the issue.
    I have attempted everything I can think of including rebuilding new machines with our image.
    Has anyone see issues like this with the 11.0.5 update?

    If a bug is confirmed, a fix may be delivered in the next release (can't promise). For a similar issue caused by a Microsoft bug, see http://forums.adobe.com/message/6106294#6106294.
    Ben

  • PDF Presets and Large Documents (High Page and Link Count)

    I created an 824-page book using InDesign CS3 (577 image links - all photoshop or illustrator CS3), all in a single file. When I try to use the PDF presets to create a PDF file(doesn't matter what quality), InDesign crashes. I checked all of the links etc. and everything is okay. If I separate the file into three separate books, I can create a PDF from each. Is there a limit to the number of pages that InDesign can handle? Is it possible that my laptop doesn't have enough resources?
    Any help would be appreciated!

    It would be nice if there was a log file created during a failure. But that would require more resources and compound the problem.
    There is no doubt that the corporate issued Dell is a low-resource machine.
    In the end, this book will be modular so chapters can be added or subtracted as required by the audience. I'll just create three separate mini-books or I'll transfer everything to my machine before processing.
    Thanks for the info.

  • FAQ: Creating PDF Files from FrameMaker v.6 & earlier Documents -- Why you should not use "save as PDF"! -- Windows & MacOS Only!

    An issue that has come up over and over again on several FrameMaker and Acrobat/PDF email lists as well on the corresponding Adobe User-to-User forums is that of creation of PDF files. FrameMaker 5.5.6 and 6 have what looks like a convenient feature that is supposed to allow you to create PDF files via simply saving the document as a PDF file. I have gone on record as advising end-users not to use this approach for reliable creation of PDF files from FrameMaker documents under Windows and MacOS with FrameMaker 6 and earlier. Why do I most vociferously offer this advice and why doesn't the problem get fixed? And how SHOULD you create PDF files from FrameMaker?
    GOOD NEWS
    I will start with the good news. The "next major version" of FrameMaker will indeed have "save as PDF" re-implemented in a manner that it will be as reliable as printing to the "Acrobat Distiller" printer instance under Windows or the "Create Adobe PDF" desktop printer under MacOS. I am personally working with the FrameMaker development organization to make sure this really happens and is fully and properly tested and debugged! Furthermore, this next major revision of FrameMaker, unlike FrameMaker 6, will come with a Distiller installer that will properly install the "Acrobat Distiller" printer instance under Windows and the "Create Adobe PDF" desktop printer on the Macintosh (of course assuring that the latest PostScript driver is also automatically and correctly installed).
    DON'T USE "SAVE AS PDF"
    But what's wrong with "save as PDF" as currently implemented?
    The following are some of the SYMPTOMS reported over the last few years by FrameMaker users that were traced back to use of "save as PDF" under FrameMaker:
    (1) No PDF file is produced at all, possibly with a log file showing not-readily apparent PostScript errors during distillation.
    (2) The PDF file "loses" color in images. All or some images (raster, bitmap images, NOT vector artwork) appear in the PDF file in grayscale.
    (3) The resultant PDF file is on the wrong paper size, i.e., the document's logical page size does not match the output page size as seen in Acrobat or Acrobat Reader.
    (4) Some or all text in the resultant PDF file is blotchy looking or overly bold.
    (5) Some or all text in the resultant PDF file cannot be searched or indexed.
    (6) Some or all text in the resultant PDF file appears in Courier or in some other substitution font.
    (7) Interword or intercharacter spacing is a bit irregular in the resultant PDF file.
    (8) Content is missing in the margin areas of the page, i.e. you cannot do full-page bleeds.
    (9) Some or all page content is missing (other than margin areas).
    (10) Relatively inefficient PDF is generated.
    If this list by itself isn't enough for you, please note that some of these symptoms are very subtle and may escape attention when the PDF is first viewed or printed. Oftimes, it is when one attempts to manipulate the PDF file in Acrobat or repurpose its content or even view or print on a system other than the one on which the PDF file was created, that some of these symptoms make themselves obnoxiously visible (or invisible in some cases I won't make any bad jokes here about graphic examples!).
    It is important to understand that FrameMaker does NOT have its own native ability to create PDF. Any and all PDF created from FrameMaker documents is actually done by creating PostScript via the PostScript driver and having the Acrobat Distiller create PDF from that PostScript. The only exception to this is creation of PDF via the Acrobat PDFWriter driver, which is likewise not recommended (see below).
    In order for "save as PDF" to work correctly, FrameMaker must do the equivalent of calling Printer Setup and selecting the "Acrobat Distiller" printer instance under Windows or the "Create Adobe PDF" desktop printer under MacOS followed by setting the driver's options correctly for paper size, page range, etc., followed by sending the proper commands to the driver to create PostScript.
    Contrary to popular belief, PostScript as generated by the Windows and MacOS PostScript drivers is VERY device-dependent. The information in the PPD file associated with a printer driver instance provides critical parameters for generation of PostScript including:
    Whether the printer supports color (Acrobat Distiller does)
    What PostScript language level is supported (Acrobat Distiller 4.x and Acrobat Distiller 5.x are both PostScript language level 3)
    Whether native TrueType support is available (Acrobat supports native TrueType as Type 42 fonts)
    Available binary communications (Acrobat Distiller supports pure binary and ASCII, but NOT TCP, TBCP, or PJL)
    Resident fonts (Acrobat Distiller doesn't really have resident fonts)
    Available paper sizes and custom paper size availability (Acrobat Distiller supports a wide range of predefined sizes and continually variable "custom" sizes up to 200" by 200")
    Margins / printable areas (for PDF and the Acrobat Distiller, there are no margins in which imaging is not permitted)
    Device resolution (Acrobat Distiller can be set to any value from 72 to 4000 dpi; as a convenience, the Acrobat Distiller PPD provides a series of values for use by the driver. Since there is no inherent "resolution" of a PDF file, this parameter is used only for purposes of allowing PostScript programs that query for such a value to be satisfied and for the driver to be able to communicate this value to the operating system and/or application as required.)
    Paper handling (totally irrelevant to Acrobat Distiller if input or output tray selection via "setpagedevice" is found in the PostScript stream, it is ignored by Acrobat Distiller)
    Thus, if the wrong printer driver instance is selected (i.e., it isn't associated with the Acrobat Distiller PPD file) or that driver instance is improperly configured, improper PostScript will result and one or more of the symptoms described above can occur. As currently implemented, FrameMaker depending upon version will not necessarily choose the correct printer driver instance and/or correctly parameterize the print job via driver setup options. In fact, FrameMaker 5,5,6 might even try to generate PDF via calling a PCL driver, FAX driver, or even a non-PostScript inkjet printer!
    DON'T USE PDFWRITER
    The Acrobat PDFWriter is a relic of older versions of Acrobat. In fact, it is no longer installed by default in the "easy install" or the "typical install" of Acrobat 5. It hasn't really be updated since Acrobat 3 and only supports PDF 1.2. It is a GDI (Windows) / QuickDraw (MacOS) driver that directly generates PDF without any intermediary PostScript. Since it is not a PostScript printer driver, applications cannot pass through EPS graphics and/or PDFMark information (used for a wide variety of purposes by FrameMaker). For EPS graphics, most applications will send the low resolution TIFF (or PICT) EPS header in lieu of the PostScript text, if they send anything at all, to the driver. Forget about links, structure, or any other PDF "goodies." Expect that PDFWriter will fully "bite the dust" in the next major version of Acrobat.
    SO HOW DO I GENERATE PDF FILES FROM FRAMEMAKER 6 & EARLIER?
    The ONLY method that is really reliable for producing PDF files with FrameMaker 6 and earlier requires the generation of PostScript via a properly set printer driver instance associated with the Acrobat Distiller PPD and distillation of the resultant PostScript by Acrobat Distiller.
    Case 1: FrameMaker and the Full Acrobat 4.05 or Acrobat 5.0x Products
    PDF file from a "chapter" -- print directly to the Acrobat Distiller printer instance (Windows) or the Create Adobe PDF desktop printer (MacOS) already installed by Acrobat. If you check the "Acrobat data" option, then make sure to UNcheck the "print to file" option that gets set at the same time. As a result, the driver will automatically send the generated PostScript to the Distiller for you and delete the intermediate PostScript when done.
    PDF file from a "book" -- print directly to the Acrobat Distiller printer instance with the "print to file" option checked (Windows) or the Virtual Printer desktop printer (MacOS) associated with the Distiller PPD (see details below under Case 2/MacOS). You will need to manually process the resultant PostScript file through the Distiller (or use a "watched folder" arrangement).
    In both the above sub-cases, the default driver options generally will be OK, but check on paper size and communication protocol (Use pure binary, not ASCII, for optimal performance AND no CTRL-D characters under Windows. Make sure to set Level 3 only and Binary under MacOS. Font inclusion "All" for Acrobat 4.05 and "None" for Acrobat 5 under MacOS.). With Acrobat 4.05, make sure you preset the Distiller to use the joboptions you want. With Acrobat 5, you can set this on a job-by-job basis via the driver printer setup interface (or print dialog on MacOS).
    Case 2: FrameMaker 6 and the Bundled Acrobat 4.05 Distiller
    Windows -- Create a new printer driver instance using the latest version of the Adobe Universal PostScript Driver Installer, downloadable from Adobe's web site AND the Acrobat Distiller PPD file (located in the XTRAS subdirectory of the Distiller directory). This driver instance should be set to print to the local port named "FILE:". Name this driver instance as "Acrobat Distiller". The default driver options generally will be OK, but check on paper size and communication protocol (use pure binary, not ASCII, for optimal performance AND no CTRL-D characters). Make sure you preset the Distiller to use the joboptions you want. Print directly to this Acrobat Distiller printer instance. Make sure that the "print to file" option is checked. You will need to manually process the resultant PostScript file through the Distiller (or use a "watched folder" arrangement).
    MacOS -- Install the latest version of AdobePS 8.7.x, downloadable from Adobe's web site. In FrameMaker, go to Page Setup and select the "Virtual Printer" and go to the "Virtual Printer" window pane. Select the Acrobat Distiller PPD file (located in the XTRAS subfolder of the Distiller folder). Print directly to the "Virtual Printer" (Make sure to set Level 3 only, Binary, and font inclusion "All".). Make sure you preset the Distiller to use the joboptions you want. You will need to manually process the resultant PostScript file through the Distiller (or use a "watched folder" arrangement).
    Case 3: Acrobat 3
    Acrobat 3 is not officially supported for the latest OS versions and I personally would no longer recommend its use for generation of PDF files given that Acrobat 5.0.5 is the current version of Acrobat.
    - Dov

    You're asking a lot of ancient Acrobat to work with an Office that never existed when it was made. "Just updated my office suite" is a massive change, and Window 8 didn't exist at that time either...

  • How to create a PDF from sales document

    Dear Experts,
    I would like to create a PDF file from B1 document with using the core PDF export function (menu 7176), but I cannot define the file name for the exported content by code. Need user interaction. Anyone has idea how do I use the PDF export function and store the name of the exported files?
    THank you in advance.
    Nghia

    Dear Nghia,
    Its not possible to change the name of the file in runtime. As a work around you can modify the name of the file after its created, After action u can get the last created PDF file in the Path and rename it.
    Hope it helps,
    Vasu Natari.

  • Hyperlinks in PDFs made from Word no longer work

    PDFs made from Word documents containing hyperlinks used to be no problem. I can still make PDFs from Word (using the 'Save as PDF' in the print driver), and the links show up as underlined blue text, but they no longer work.
    It's been several months since I last made a Word doc with links and successfully converted it to PDF in this manner, but I can't imagine what might have changed.
    Any ideas?
    Thanks!

    Try to redo the default browser (i.e make IE the default and then let Firefox do it again).
    *http://kb.mozillazine.org/Default_browser
    *https://support.mozilla.org/kb/How+to+make+Firefox+the+default+browser
    *https://support.mozilla.org/kb/Setting+Firefox+as+the+default+browser+does+not+work
    You can also check for problems with DDE.
    *http://kb.mozillazine.org/Windows_error_opening_Internet_shortcut_or_local_HTML_file_-_Firefox

Maybe you are looking for

  • I can't install newer Safari or others...

    My Safari is v. 3.0.3. When I click .pdf files on the web pages, mostly the browser crashes and accidently closed. And video (I think flash movie) from cnn.com is not working. I tried to install newer Safari, I have enough hard space, about more than

  • Sony nex 6 support?

    hello, i have a sony nex 6 camera. i would like to know if the latest photoshop of lightroom supports this camera and its RAW file - ARW? If not, what do you recommend i do? i want to avoid having to compress the images, if that would reduce quality.

  • [svn:bz-trunk] 10631: Proper fix for BLZ-343 and LCDS-1153.

    Revision: 10631 Author:   [email protected] Date:     2009-09-28 05:23:42 -0700 (Mon, 28 Sep 2009) Log Message: Proper fix for BLZ-343 and LCDS-1153. Refactored the common logic for AMF0 and AMF3 back into AbstractAmfInput. Resolving class aliases, c

  • VZ iPhone 5 w iOS 6.x not receiving messages from ATT iPhone 5 w iOS 7

    I have an ATT iPhone 5 with iOS 7.    My wife has VZ iPhone 5 with IOS 6.    She cannot recieve any text messages sent from my iPhone.   She does get messages sent from my iPad with iOS 7 and from my Macbook Air with 10.8.x When i turned OFF iMessagi

  • HP Deskjet 2540 All-in-One

    I accidentallly changed my permissions when setting up the wireless aspect of my printer and in the "Security" tab within properties i changed the tickboxes for "Everyone" to deny for all three options and i cannot access the properties or software t