ID to PDF Postscript Issue

Having an issue with printing to postscript from ID for a book cover according to the following specifications required by our printer:
in the Print dialogue box's Color Management section, the Option Color Handling field should be set to "Let InDesign handle the colors" and under Printer Profile, "Document CMYK - US Web Coated" selected.
However, what I see in the Color Handling field is a choice of "No Color Management" or "Postscript Printer Determines Color" instead of the above.
If I return to the Output section and change it from "Color: Composite Leave Unchanged" as directed by LSI to "Composite CMYK", then it becomes possible to have the recommended choices back in the Color Management section ("Let InDesign handle the colors" and under Printer Profile, "Document CMYK - US Web Coated" selected.)
Perhaps this has something to do with the cover's design which utilizes only rich black and white?
Please advise. Thanks.
Appreciatively,
Luca
And the PDF from my end doesn't appear to have quite the deep blacks when compared with ID's, biut this could be the screen.
I've analyzed with the Output Reader in Acrobat, and all blacks are showing as 100% and white as 0%.

First off, are you using Rich Black on the cover, or only 100% K black? That makes a huge difference in the output (and cost). Rich Black is a four-color mix that is darker than you can achieve with 100% K alone. Earlier we were discussing how to make this output to black ink only (and that will not look as dark in print as a rich black). I had advised you to set the Appearance of Black prefefence to output all blacks as rich black for printing to PDF using composite grayscale, I probably also should have told you to set it to display all blacks accurately ID to render 100% K somewhat lighter than real rich blacks, so if you haven't done that on your own, it would probably account for the differnce you see on screen inthe PDF and ID.
If you are using RICH black, you don't want to output as composite gray, and the setting for outputting blacks becomes irrelevant. It also becomes irrelevant IF you output to composite CMYK or Composite Leave Colors Unchanged AND the only color on the page is [Black] or some tint of [Black] (i.e any art is either bitmap mode or grayscale, or CMYK with empty CMY channels) and anything added in ID uses only the [Black], [Paper] or [None] swatches AND you do not add automatic printer marks. In that case you will generate a PDF with nothing in the CMY channels, and a digital printer should recognize it as black-only. For traditional press the printer will simply not output the blank plates.

Similar Messages

  • 10.6.7 - general pdf creation issues?

    I wondered whether anyone else had run into this issue after updating to 10.6.7 when using pdfs created by Preview - perhaps related to the pdf/font issue.
    If it is generally happening, then the 10.6.7 pdf-font issue has an even larger
    impact than previously described:
    1. Open a pdf document in Preview
    2. Select a region and save to clipboard
    3. Save as a new pdf file
    4. Then try importing it as a "Picture" into any of the new Office 2011 apps: Word, PPT, etc.
    This crashes my office 2011 apps (latest version, 14.02) But NOT any earlier version of Office (2008. etc.), which may not do as much pdf checking.
    Before the 10.6.7 upgrade (ie, 10.6.6), this never happened with Office 2011.
    Acrobat complains when opening the Preview-created pdfs about 'missing fonts', so I suspect some sort of pdf creation issue.
    Any fixes (besides the previously suggested one of downgrading to 10.6.6)
    If it's a real bug (not just local to my system), then it's a more far-reaching one than previously described.

    rcberwick wrote:
    So, 3 different Apple tech support people say they know this problem affects
    "multiple applications, including any that deal with pdf files" but that "no fix is
    currently in the works"
    That is wrong because it only involves OpenType Postscript fonts.
    The only solution offered so far is to "downgrade by doing Archive & Install" and
    then re-applying each Combo Upgrade, starting with 10.6.3 up to 10.6.6.
    You wouldn't have to do that either. That is the point of a Combo update. You only need to apply the one you want. It includes all of the previous updates.

  • Printing "save as pdf postscript" yields problem with paper size

    when I "save as pdf postscript" my 8.5 by 8.5 pages doc, it shrinks and ends up right justified in the PDFX1A 2001 version...this only happens with this particular file--all I can think is that I used a lot of text wrapping around graphs and that messed it up, please help!

    nevermind! I figured out the problem--I needed to click on "view" and check "hide comments", which were being included in the PDF, making it smalled on the left side of the page
    thanks anyway AppleFolks

  • PDF access issue with OHS WebGate

    Hi all,
    The architecture has OAM, OID, Documentum server. OID is used as user store for OAM. Documentum application is deployed in WebLOgic server. There is a OHS server front ending the WebLOgic server where we installed the webgate. We are protecting the Documentum URL through OHS host name in OAM Policy domain and everything is working fine so far. While downloading a pdf document in Documentum server application, it is processing as 33% and hangs over for 5 mins and finally displays an error given below.
    invokeMethod() failed while calling: onReturnFromProgress
    Operation failed : com.documentum.ucf.common.transport.TransportException: Client failed to handshake with server within 250 seconds.
    After closing this window, press the Refresh or Reload button on your browser to continue
    I have seen couple of metalink notes about this pdf webgate issue and tried several options for webgate params CachePragmaHeader and CacheControlHeader.
    Tried the following combinations:
    CachePragmaHeader           private
    CacheControlHeader private
    CachePragmaHeader           novalue
    CacheControlHeader novalue
    CachePragmaHeader           public
    CacheControlHeader public
    CachePragmaHeader           novalue
    CacheControlHeader private
    CachePragmaHeader           novalue
    CacheControlHeader public
    Like this I have tried almost 9 combinations but no luck. Also tried disabling the IP validation. There are no errors in webgate or access server logs
    Please let me know if you have any clue on this.
    -Mahendra.

    We're seeing an issue that looks almost identical to this but using Windows 2008/IIS7.x and WebGate v10.1.4.3. The PDF will begin download then it looks like a connection resets. We've tried it using PDF's ranging in size from <1mb to over >16mb. The results are consistent. On IIS turning off "http keep alive" allows the downloads to proceed (and probably diminishes performance to some degree).
    While the workaround we found allows PDFs to download I'd really be interested in seeing what's causing this.

  • Printing pdf/postscript with JPS 1.4 -- HELP!

    Hi all,
    I've been experimenting with the new java printing service and I have run into a couple problems. In particular, I have been trying to get even the most basic example referring to printing a postscript file directly to a printer. The code is pretty much straight from sun's JPS section.
    here's the code:
    // Input the file
    FileInputStream textstream = null;
    try {
    textstream = new FileInputStream("c:/0011.ps");
    } catch (FileNotFoundException ffne) {
    if (textstream == null) {
    return;
    // Set the document type
    DocFlavor myFormat = DocFlavor.INPUT_STREAM.POSTSCRIPT;
    // Create a Doc
    Doc myDoc = new SimpleDoc(textstream, myFormat, null);
    // Build a set of attributes
    PrintRequestAttributeSet aset = new HashPrintRequestAttributeSet();
    aset.add(new Copies(5));
    //aset.add(MediaSize.A4);
    aset.add(Sides.DUPLEX);
    // discover the printers that can print the format according to the
    // instructions in the attribute set
    PrintService[] services =
    PrintServiceLookup.lookupPrintServices(myFormat, aset);
    // Create a print job from one of the print services
    if (services.length > 0) {
    DocPrintJob job = services[0].createPrintJob();
    try {
    job.print(myDoc, aset);
    } catch (PrintException pe) {
    System.out.println("error");
    Now....I've just installed printer drivers in Windows 2K for a RICOH and CANON iR550 printer. Both printers support PS3 and the RICOH Aficio AP2700 PS printer also supports IPP (Note: I physically don't have these printers, so I'm just printing to a file and viewing the file with a PCL viewer).
    okay...now...the problem at hand....I can do the following with the code above:
    1) I can print a postscript file to the printer with NO attributes specified...once I add Copies and Media types..no services are found...
    2) specifying a PDF docflavor and pdf file will not return any services.
    3) If I specify AUTOSENSE in the docflavor, the PDF will be sent to the printer but 'junk' will be printed out. Basically, the printer doesn't seem to understand the file type.
    I've tried other printer drivers from other printer companies with no success.
    Now, my question to everyone who has SUCCESSFULLY printed PDF/Postscript with the Java Print Service using attributes such as Mediasize, Duplex printing, Copies...please...please respond to this message and provide some insight on how you did it (i.e. printer type, drivers, code snippit, etc...)
    am I missing something?
    I know alot of people having the same problem...
    Thankyou

    Hi,
    You may want to check the DocFlavors that are supported by the printers.
    Using the command as followed,
    // Get the supported flavour
    DocFlavor[] docFlavors = printer.getSupportedDocFlavors();
    for (int i=0; i < docFlavors.length; i++) {
    System.out.println("Supported flavour is " + docFlavors);
    I also hit into the same problem like you, trying to print a PDF into HP LaserJet 5 using AUTOSENSE. Junk output.
    Check the docFlavor supported on the printers are
    Supported flavour is image/gif; class="[B"
    Supported flavour is image/gif; class="java.io.InputStream"
    Supported flavour is image/gif; class="java.net.URL"
    Supported flavour is image/jpeg; class="[B"
    Supported flavour is image/jpeg; class="java.io.InputStream"
    Supported flavour is image/jpeg; class="java.net.URL"
    Supported flavour is image/png; class="[B"
    Supported flavour is image/png; class="java.io.InputStream"
    Supported flavour is image/png; class="java.net.URL"
    Supported flavour is application/x-java-jvm-local-objectref; class="java.awt.print.Pageable"
    Supported flavour is application/x-java-jvm-local-objectref; class="java.awt.print.Printable"
    Supported flavour is application/octet-stream; class="[B"
    Supported flavour is application/octet-stream; class="java.net.URL"
    Supported flavour is application/octet-stream; class="java.io.InputStream"
    However, do not know how to create a print service to support PDF. Obviously, we know that HP LaserJet 5 can print PDF.
    Regards
    Heng

  • Crystal JRC PDF Export Issue

    We are experiencing a PDF export issue with Crystal JRC version 12.2.202.  The PDF report shows 1 of 3 pages but ONLY the first page is generated.  When this occurs, ALL other users that are exporting to PDF experience the same issue with any multiple page report.  I can't find any errors in the log that would indicate what the problem is.  To resolve the issue, I have to recycle the WebLogic application server that hosts  the JRC, which would indicate something gets "locked" in memory and gets cleared when the app server is bounced.
    Any ideas on how to resolve this ?

    Hi Ted,
    Thanks for the response!
    Though, the mentioned Sun JVM Bug explains the root-cause, the Bug status also state that it is not fixed yet.
    Also, we are reluctant to change the JVM Option to -Xint due to unknown impacts on JVM optimizations.
    Is there a patch released for CrystalReports to deal with this behavior? We are using CRJ runtime 11.5.7.620 and seeking for a patch on this version.
    Thanks.

  • Apps 11i (11.5.10.2) on Sun Solaris Postscript / pdf reports issues

    Hi,
    We are using Oracle E-business suite 11.5.10.2 with UTF8 Characterset on SunSolaris.
    We have some custom reports with text as output format and they work fine. Now
    I changed the output format to pdf on concurrent program definition screen,
    then submited concurrent request, output is generated but it all junk
    characters.
    Then I changed standard concurrent programs "Active users" output format to
    pdf, then submited concurrent request, output is generated but this is in
    proper text, it is not junk characters.
    Then in the metalink I found the note 340695.1, then I understood that this a
    limitation with UTF8, then I changed the custom concurrent program output
    format to postscript, then submited concurent request, output generated and
    opened with ghostvewer and still the output is junk characters.
    Then I changed standard concurrent program "Active users" output format to
    postscipt, submitted concurrent reqeust, output generated, when viewed this in
    ghostviewer it is all proper text, it is not junk characters.
    My question here are:
    1) Is there any thing we are missing here
    2) How come standard reports works but not custom reports
    Do I need to configure anything else..
    I appreciate any help in this regard.
    Thanks
    Giri

    The best way to use PDF reports in 11.5.10 is via XML publisher.
    http://appstech-sam.blogspot.com/2006/08/xml-publisher-one-of-good-things-that.html
    Sam
    http://appstech-sam.blogspot.com

  • PDF Color issues with Pages 09

    I made a new Page Layout document with Pages 09. I created my own page templates for this document. The left page of the document uses a wide blue filled band and the right page uses a narrower blue filled band.
    Both use the same exact color. (I'm even using the DigitalColor Meter app to show me this.)
    I exported the finished file to pdf using the best setting. When I open it up in Adobe acrobat reader, I now have two different colors. One is purplish, the other is navy blue. This is visible on the PC screen. If I open it up in Preview on my mac, they are all the same color.
    Any ideas?

    Well, yes. I was more after links to information about why they wait.
    There is a legal side and a technical side. The legal side revolves around antitrust issues, apparently. The technical side revolves around the same issues as in the past.
    Through cross-licencing, Adobe Systems controls the composition model and the configuration of composition products at any point in time.
    At the Seybold Conference on Computer Publishing in September 1989, John Warnock stated that the proposed protective separation of character processing from glyph processing was "garbage" - according to the New York Times.
    In December 1990, the PostScript Language Reference Manual, Second Edition, Appendix E, published how drawing ligatures, small capitals etc would be done by overruling the character set.
    This is the road to destructive drawing: it sacrifices content-based spelling, searching and sorting for the sake of appearance-based composition.
    The Apple developer discussion stated in 1992 that a composition model that can draw a glyph design if and only if the glyph codes is directly depicted onto a character code is disastrous.
    By the time QuickDraw GX was available in q3 1994 there were at least 15,000 Adobe Type 1 products and at least 100 million licences (there were 22 million licences in September 1989).
    By promoting the Adobe Type 1 library, and in particular the Adobe Type 1 Expert library, Adobe destroyed the text services of Apple Mac OS, simply.
    Microsoft TrueImage was discontinued partly because PostScript Level 2 does not support the screen in its colour management model and partly because Adobe Type 1 and the PostScript use of a completely configurable name space instead of a coded character set allows Adobe to overrule the OS text services at any time.
    When Adobe in April 2002 made the the Adobe OpenType library available on the Adobe Font Folio, in place of the Adobe Type 1 library, Adobe applied the same tactic. As John Hudson points out, all alternate glyphs were available for drawing with Private Use Area characters which is analoguous to what Adobe Type 1 Expert did before.
    Because Adobe bases PDF on PS and because PS ignores intact SFNT indices as well as intact ICC indices, Adobe based PDF on the completely configurable name space model of PS. For this to work in synthesising source character specifications it is necessary that the name space be configured with ISO-IEC 10036/AFII glyph identifiers or with ISO-IEC 10036 character identifiers.
    It is also necessary that the glyph stream be passed into PS in reading order and not in geometric order, that there be a linear relationship of characters to glyphs in the processing (problems with bidirectional ordering and with functions like insertion in AAT e.g. for Khmer), and of course that font-indenpendent identifiers in fact by implemented by all concerned - which they are not.
    XPS revolves around keeping the source character string intact, PDF does not revolve around keeping the source character string intact (not for lowend office typesetting of the Latin script, at any rate). At the Linotype Typotechnica in April 2007, Adobe announced that configuring CMAPs with PUA would not be discontinued - it would be continued.
    In other words, technically Adobe is using the completely configurable name space of PostScript as a weapon against Microsoft just as it used it as a weapon against Apple. But the problem is that Adobe publishes no documentation with its type products informing the customer in the EU of how the type product is in fact configured, and that may or may not be illegal.
    Personally, I don't have a problem with PUA drawing provided it is documented in order that the everyday enduser understands that the ISO-IEC 10646 standard character set is being overruled and that a synthesis has to take place from a private name space model, but if this is not documented then the everyday enduser is made hostage.
    This is where Adobe's tactical use of type as a strategic pawn in its struggle for the digital document market becomes politically problematic. How are we ever going to rid the Mac of Adobe Type 1 'Expert'? Adobe and Linotype spent a fortune marketing the idea that correct type was done by changing the correct text. Utterly braindead from day one.
    /hh

  • More PDF Generation Issues

    This is going to be a long complicated description, so please bare with me...
    I'm using Tech Comm Suite2 on a new Win 7 system. I'm using documents that worked fine with FM 7.2 and Win XP with some minor edits. Like others, on here I've had problems generating a PDF from FM 9. The error occurred when I used "Save as PDF" or "Save as PDF (Send For Review)." It didn't matter whether I was generating it from the book or an individual file (I also tried new documents). I was getting a long, obscure message that I finally figured out but had nothing to do with the problem  (if you're interested, I've attached a screen capture of it). Printing to the Adobe PDF printer worked. It turns out that contrary to advice that I noticed elsewhere on this forum, I needed to unselect the "Convert CMYK to RGB" check box. (I just noticed one more thing while verifying my memory to write this up. The error shown in the attached JPG doesn't occur when the default printer is set to Adobe PDF. It only occurs when I have the printer set to my HP LaserJet 4100 PS).
    OK, so that problem seems fixed. So here's my new stumper...
    When I took a closer look at the generated PDF, I noticed that some of the headers were changed to gibberish, and both those that were and weren't gibberish were changed to italic from regular. For example, "Overview" became "OveriwMaeniv" and "Manual Purpose and Contents" became " AvMAto Mr isloAvwo ivelves" (note: there were some graphic squares that didn't copy and paste into here). Not only that, the FrameMaker file itself had the fonts changed to italic. However, once the fonts were italic, converting the document another time solved the gibberish problem.

    In general, if you're doing PDFs, your system should be set up to use the PDF printer as the default. Period. You can do it at the system level or with a SetPrint script from http://www.sundorne.com/FrameMaker/Freeware/setPrint.htm
    I suspect that when you use the HP, you're either in HP mode (not PostScript) or you use some fonts that are resident only on the printer itself, and aren't installed on your system. Which means that you may be using two different versions of the same font -- one from your /Fonts folder and one on the printer.
    May not make a difference, but I've gotten into the habit of saving files that I've rolled forward from 7.2 to 9 as MIF to clean things up, then saving the MIFs as FM. Also, there seem to have been some problems that resulted from 7.2 books being converte to 9. I don't think your font issue is related, but if a book starts acting wonky, you may want to recreate the book file in 9...
    Art

  • V10.1.5 upgrade - Adobe PDF printer issues - font embedding

    Hi,
    Accepted the 10.1.5 (Acrobat Standard) upgrade.  Have started having "Adobe PDF" printer failures with MS Outlook 2010: Font embedding issues.
    Is there a setting somewhere I need to tweak to tell it to substitute with another font when it runs into licensing issues?
    I've re-installed CutePDF as a workaround, but would prefer to use the Adobe printer.
    save-as-filename.log:
    "%%[ ProductName: Distiller ]%%
    %%[ Error: LucidaSans cannot be embedded because of licensing restrictions. ]%%
    %%[ Font vendor (B&H) does not permit this font to be embedded in PDF. ]%%
    %%[ Error: invalidfont; OffendingCommand: xshow ]%%
    Stack:
    500
    /l
    %%[ Flushing: rest of job (to end-of-file) will be ignored ]%%
    %%[ Warning: PostScript error. No PDF file produced. ] %%"
    Regards,
    JD

    In the settings file you should be able to set to continue even if the embed fails. In that case, I think you will simply have the PDF without the one font being embedded. You can also set to never embed it in the settings file (if you can find it on your system).

  • PDF legal issues

    Hello,
    Not sure if it is the right forum to ask but here are my questions:
    The PDF Reference is a copyrighted material. Is it possible to freely quote from the PDF Reference in an online documentation of a library which generates PDF documents?
    Also, are there any copyright/license/patent issues a developer of a PDF library should be aware of?
    Thanks,
    Jarda

    Or maybe another way will help explain how I would approach it (in my
    entirely non-legal advice way, just my own practices).
    Consider whether the purpose of what you are writing could ONLY be
    served by an exact quote.
    Examples where only an exact quote would do:
    * A reviewer commenting on the writing style of a sentence
    * A writer talking about the rhymes in a poem
    * A detailed technical analysis of a phrase in a specification
    Even so, it needs to be short; for longer discussions the reader must
    be ready to refer to the original. 1-2 sentences from a long work is
    probably the limit I would consider.
    What is clear is that you cannot use quotes because it is more
    convenient, more quick, or even if you can't manage to express the
    concept well in your own words. Fair use is NEVER justified simply
    for convenience, to save time, or to get something written that you
    otherwise wouldn't be able to.
    An example of this: when I wrote PSAlter, a PostScript interpreter, I
    wanted detailed help for each PostScript operator. Convenient
    solution, which would have saved months of work: copy and paste from
    the PostScript Reference. Actual solution: entirely new writing,
    having read the Reference, closed it, written the new description,
    then reopened the Reference and checked for factual accuracy; taking
    care to write in my own style rather than falling into a pattern of
    imitation.
    One other point about the ISO standard, and a key reason why I have
    reservations about the desirability of transitioning standards to ISO.
    Many people mistakenly assume that an "open" standard is a "free"
    standard. Far from it. ISO 32000 is not freely downloadable at all,
    and copies of ISO standards are priced by the page. A single copy for
    personal use from ISO.org costs CHF 370 (about US$340 today). The
    result of this tends to be casual use, and even implementation of
    commercial products, based on out of date information in the older
    publicly available documents.
    Aandi Inston

  • CS6 PDF Printing Issues

    For years I have succesfully used the "Adobe PDF" printer as a way to print PDF files from photoshop files.  i create a lot of architectural images consisting of layers of raster images and text that are typically 24 x36 @ 300 dpi.  I have used this process, rather than saving as a PDF, because printing resulted in the smallest file size.  I have used this method for years with CS3 and for the past few months with CS6.  Just recently I started getting the following error through a .log file:
    %%[ ProductName: Distiller ]%%
    %%[ Error: invalidfileaccess; OffendingCommand: imageDistiller; ErrorInfo: DictCRC --nostringval-- ]%%
    Stack:
    (                                                                                                         """""""!!!!!!!!!!!!!! !"##" !"    "!       !!     ###########$$$"!!    !!!!!!!                  ...)
    %%[ Flushing: rest of job (to end-of-file) will be ignored ]%%
    %%[ Warning: PostScript error. No PDF file produced. ] %%
    Do other users use the Adobe PDF printer as a method for creating PDF files and has anyone else experienced this issue?  I have figured out a work-around, but I would prefer that the software continue to perform as it has in the past.
    Thanks!

    A quick Google search gives me some interesting results, f.e.:
    * https://bugs.launchpad.net/ubuntu/+sour … ug/1021190
    * https://bugs.launchpad.net/ubuntu/+sour … bug/984082
    -> this insinuates that it might be an upstream-bug.
    I think I read somewhere that cups has changed from PDF to PS as the 'backend', and that means that a PDF that used to be fed directly to the printer, now has to be converted to PS. This same change has given me lots of headaches to print from libreoffice...

  • Illustrator CS3 Save as Postscript Issue

    Utilizing Illustrator CS3 on Mac OSX Tiger -
    Unable to output Postscript file. Getting the following error message: "The Save as PDF and Save PDF as PostScript options in the Printer dialog are not supported."
    However, we are able to output Postscript from same computer in Illustrator CS2 without issue. Note that in CS3 it is also prompting to re-enter the file name when saving but not in CS2.
    Any advice is appreciated.
    Thanks!!

    Are you trying to "Print" to a Postscript File?
    For "Printer" choose "Adobe Postscript" and for PPD choose "AdobePDF"

  • PDF printing issues [SOLVED]

    Ever since cups got a major upgrade I've had constant problems printing PDF-documents. I've searched and looked for solutions for more than a month. My guess was that I had messed something up by installing some kind of conflicting package that I couldn't track down. However since I made a fresh install the other day on a new SSD I could get a fresh start.
    Printer: HL-Brother 5370DW
    Cups and its dependencies: updated according to stable repositories with nothing added from AUR or modified packages
    Issues before on older install:
    - pdf printing, using common Linux tools, resultet in documents filled with thin grey lines
    - Acroread would work but then it doesn't have the same dependencies
    Issues on fresh install:
    - pdf printing works... but screw up font size and page layout (font size is for whatever reason bigger, marginals smaller, and paragraphs that don't fit are seen as thin grey lines as described earlier)
    - Acroread still works
    Debugging of cups don't give much since there's no obvious errors. Related to the printer the following can be noted:
    D [12/Jul/2012:12:45:05 +0200] [Job 9] Inserted workaround PostScript code for Brother printers
    D [12/Jul/2012:12:45:05 +0200] [Job 9] Page = 595x842; 12,12 to 583,830
    D [12/Jul/2012:12:45:05 +0200] [Job 9] slow_collate=0, slow_duplex=0, slow_order=0
    D [12/Jul/2012:12:45:05 +0200] [Job 9] Before copy_comments - %!PS-Adobe-3.0
    A haven't noticed any issues besides the PDF related ones. Maybe it's related to the same possible reason as some suggest, a conflict between poppler and cups filter. Debugging of cups gives this:
    D [12/Jul/2012:12:45:05 +0200] PID 7342 (/usr/lib/cups/filter/pstopdf) exited with no errors.
    Does anyone know a solution for Brother printers like mine? Is there a solution in the pipeline that I could test?
    Last edited by KimTjik (2012-08-23 18:09:01)

    A quick Google search gives me some interesting results, f.e.:
    * https://bugs.launchpad.net/ubuntu/+sour … ug/1021190
    * https://bugs.launchpad.net/ubuntu/+sour … bug/984082
    -> this insinuates that it might be an upstream-bug.
    I think I read somewhere that cups has changed from PDF to PS as the 'backend', and that means that a PDF that used to be fed directly to the printer, now has to be converted to PS. This same change has given me lots of headaches to print from libreoffice...

  • Pdf printing issue in macbook pro

    hi everyone,
    since i got a macbook pro, i found this problem. it doesn't respond to command-P (printing) at all. i removed and downloaded the newest version of adobe reader, i reset printing system, updated the printer driver,.. i can't print. i use iMac to print pdf. what could i do to fix this? would it be hardware problem or software problem?
    thanks for reading it.

    I too have an issue w/ my Macbook Pro keyboard (2nd time since I've owned it) although this one isn't quite as severe as the one reported.
    I started noticing over the past couple of weeks that when I type, I start hearing this odd "click" sound every once in a while. As I started to pay more attention to it, it appears that every time I hit the letter 'E', it sounds like the plastic beneath the key is loose or breaking (?). They key itself feels loose and I'm worried that its going to pop off. (this has happened on my Dell Inspiron a few times and its been an annoying issue ever since as it regularly pops off now).
    Is this something covered under Applecare? (my previous keyboard issue was a couple of dead keys including the spacebar that required a new keyboard).
    Also (side question), when I go to the concierge page to setup a time to visit an Apple Genius, there's GUEST and MEMBER login. Is Member login for those who have Applecare? If so, then what would the member number be? The Applecare agreement # doesn't seem to take.
    Thanks,

Maybe you are looking for

  • How do I sync my HP printer to air print?

    When I purchased my iMac last year Apple sent me an HP printer I have not been able to configure the printer so that I can print from my iPhone or my iPad How do I do this?

  • ORDER BY ON INDEX COLUMN IS TAKING MORE TIME

    Hi, The following SQL query when executed with ORDER BY is taking 3 mins. If we remove ORDER BY it is taking 32 secs. We have an index on ID which is used in ORDER BY clause. Can any one tell us what could be wrong? My assumption is ORDER BY on an in

  • Changing states from within a component

    Let's say that I have a TileList that is rendering data in a VBox. Eventually the TileList fills up and starts scrolling. I want to change states when clicking on item in the TileList. I don't want to place the click-attribute in the TileList, becaus

  • Ichat video, audio no responce

    I am trying to connect over .mac accounts and have a video chat, we are working between ichat 2.1 and 3. Text works great but everytime a video or audio chat invite is sent and accepted on the other end it says that there was no responce on both comp

  • Missing Namespace with the SOAP msg sent by C#

    Hi All, The wsdl file is generated by SAP XI. I used the XMLSpy to test it and get successful response. Then I used wsdl.exe of .net 2.0 sdk to generate the C# proxy class, and use csc.exe to compile it to a dll, and then refer it in the project. Aft