BUG: Saving Text with Layer Styles to PDF

I was just able to take the CS6 beta for another test run, and it seems the following ancient, but high-priority bug (at least for me) hasn't been addressed:
When saving large Photoshop documents (composites in resolutions like, say 7000x10000 pixels) to Photoshop PDF, certain layer styles are often not exported correctly when applied to text layers. The layer styles that are affected are those that render pixels that are then clipped inside the text, such as Gradient Overlay, Bevel & Emboss etc.
When output, they usually don't span the entire text in the PDF, but are cut off with a straight line at some point (I can't supply an example image right now, my apologies). Inside of Photoshop, they render correctly at all zoom levels. My guess is that this is somehow related to the raster data being written as individual tiles and for some reason, some of these are then omitted for layer styles.
The problem isn't new to the CS6 Beta, but has existed for many versions. I have run into it in both Mac and Windows versions. The current workaround is to always expand layer styles on the text layers that are affected into layers before exporting, which is tedious and error-prone since there is inevitably something that gets missed (EDIT: I was wrong there, that workaraound doesn't work, the problem persists even if the layer style is expanded into a layer that is then applied as a clipping group).

Two possibilities: Pre-compose everything and fade the comp or use a second layer that has the layer styles, but in its Blending Options for the layer styles has set Fill opacity to zero, so only the styles are rendered, but not the source. Whjat you are seeing is normal behavior based on how styles are supposed to work. Whenever there is a non-zero (non-transparent) pixel, the get applied, where the pixels opacity acts as amultiplier for the style's intensity. Looks good for some, but often causes this popping appearance...
Mylenium

Similar Messages

  • Pretagging text with ID styles without using XML tags

    I just wanna pretag some text with ID styles, such that when I place the text, it joins the layout already formatted.
    But how? Can I do this without drinking from the XML cup?
    Thx.

    Many thanks for your reply.<br /><br />When I export tagged copy (either verbose or abbreviated methods), the resulting text document is complex -- all kinds of coding. Yet, when placed back into ID, it appears correctly formatted.<br /><br />But my attempts to pretag new text with, say, <ParaStyle:New subsubcat> (one of the exported tags), brings in the tag itself, not correctly formatted new text. What to do?<br /><br />I was unable to locate the PDF document about tagged text that you referenced. My upgrades are downloads, not discs.<br />Any further suggestions on where to find the PDF document.<br /><br />Thanks again.

  • What is going on with Layer styles??

    For the last few weeks I have been having problems with my photoshop. One day I opened it and all the layer styles (6 gigs worth) were just gone. No one knew how to restore them here so I did them all over again and saved 3 sets at 2gigs each. Now every single time I open Photoshop I don't have any layer styles and have to load them. I updated just now from CS5 to CS6 and the same thing.. I have opened and closed CS6 4x now and each time all my layer styles vanish upon opening.
    What is going on and how do I fix it?
    BP

    Same old answer: If stuff doesn't stick, you have resource (disk space) or permission problems. The files probably don't auto-load, because they are never copied to the user folders and/or the prefs responsible for them never get written. Anyway, 6GB of presets? That's ridiculously insane and probably one of the reasons they got corrupted in the first place.
    Mylenium

  • [AS][CS3] Finding text with character style

    Please help to tell me how to find text with a specific character style and then delete the text.
    I had no problem doing this with CS2 but its doing my head in now.
    Thanks,
    Andrew

    Here you go. This assumes that your character style is at the top level of the panel. If you're using style groups, you'll need to write code to get at the style you want to use.
    //DESCRIPTION: Delete text in named character style
    (function() {
      if (app.documents.length > 0) {
        deleteStyledText(app.documents[0]);
      function deleteStyledText(aDoc) {
        var cStyle = aDoc.characterStyles.item("CharStyleName");
        setupFindText();
        app.findTextPreferences.appliedCharacterStyle = cStyle;
        aDoc.changeText();
      function setupFindText(find, change, wholeWd, caseSense, foots, hidLayers, lockedLayers, lockedStories, masters) {
        app.findTextPreferences = null;
        app.changeTextPreferences = null;
        try { app.findTextPreferences.findWhat = find } catch(e) {};
        try {app.changeTextPreferences.changeTo = change } catch(e) {};
        app.findChangeTextOptions.properties = {
          caseSensitive:(caseSense == null ? false : caseSense),
          wholeWord:(wholeWd == null ? false : wholeWd),
          includeFootnotes:(foots == null ? false : foots),
          includeHiddenLayers:(hidLayers == null ? false : hidLayers),
          includeLockedLayersForFind:(lockedLayers == null ? false : lockedLayers),
          includeLockedStoriesForFind:(lockedStories == null ? false : lockedStories),
          includeMasterPages:(masters == null ? false : masters)
      } // end setupFindText
    Dave

  • Issues with merging layers with layer styles

    Just downloaded CS6 Photoshop off the creative cloud and the merge layer command does not work. What is happening is there is one layer with a layer style then a shape layer and when I hit Cmd E it merges the layers but the layer style will not merge with it. I was chatting it up and everything they recommended did not work. It works on all my other co-workers computers and we are all on the cloud. I tried renaming pref. folder, settings folder, re-installing, holding down shft+option+cmd on start up. I also created a test account but that turned out to be a major inconvenience. Once logged into the account there is nothing there. The suggestions just started getting more ridiculous as chat proceeded. Nothing.
    Has anyone experienced this issue?
    Does anyone have a solution where I don't have to create a whole new admin account just to see if CS6 Photoshop works correctly?
    P.S.
    Adobe customer portal is about worthless.

    Get Rich or Die Tryin wrote:
    Just downloaded CS6 Photoshop off the creative cloud and the merge layer command does not work. What is happening is there is one layer with a layer style then a shape layer and when I hit Cmd E it merges the layers but the layer style will not merge with it. I was chatting it up and everything they recommended did not work. It works on all my other co-workers computers and we are all on the cloud. I tried renaming pref. folder, settings folder, re-installing, holding down shft+option+cmd on start up. I also created a test account but that turned out to be a major inconvenience. Once logged into the account there is nothing there. The suggestions just started getting more ridiculous as chat proceeded. Nothing.
    There are two merge layers type commands  one is merge down involves only two layers and another that is merge visible layers.  In my opinion there is a problem with the way merge down is implemented. When you use merge down if the bottom layer in the merge down has a layer style the merged layer also has this layer style attached.  This means that pixels from the layer merged into it will be effected by this layer style.  The result may well not look like the composite looked before the merge. The will also happen in CS5. Merge visibile layer works the correct way in my view as the merge progresses the top two layers are merge by applying any layer masks and layer styles first and merging the two layers the resulting layer has no layer masks and no layer style. This result is then merged with the next lower layer with its masks and style applied first. The result is a single layer without mask and style that looks like the original composite view.  If your having the problem with CMD|CTRL+E and the result has a layer style try turning  the layer style visibility off see if that helps.  If it helps some  backup to before the merge down  use merge visible or first rasterzise the bottom layer to be merged.

  • Elements 9 problems with layer styles

    Hi, I've searched the forum but still been unable to install my layer styles in element 9.
    The asl files are currently in c/program files 86/adobe/elements9/presets/styles but they are not showing up when I launch the editor.  I've even tried graphix add o matic to no avail.  If anyone can tell me where I'm going wrong I'd be really grateful.  I'm running windows 7 on pc

    Install the styles in the hidden folder:
    "C:\ProgramData\Adobe\Photoshop Elements\9.0\Photo Creations\layer styles"
    Then delete this hidden file:
    "C:\ProgramData\Adobe\Photoshop Elements\9.0\Locale\en_us\MediaDatabase.db3"
    Start PSE, and wait while it automatically rebuilds that database file.
    You'll have to temporarily change your folder options to enable viewing hidden files.
    Ken

  • BUG: FatalError when exporting layer comps to pdf file in PhotoShop CS6

    I've been starting to use the File -> Scripts -> Layer Comps to... frequently--it is great for sharing files with clients.
    When I used File -> Scripts -> Layer Comps to Files (type: pdf, "selected layer comps only" with about 6 of 12 comps selected) today I got the following error:
    "FatalError: General Photoshop error occurred. This functionality may not be available in this verison of Photoshop. - <no additional information available>"
    The only other notification I get for this document is a missing font upon opening, which I do not imagine would be a problem.
    I am on the latest version of PhotoShop CS6 as confirmed by my CreativeCloud app.
    My MacBook Pro is pretty generously outfitted and updated: OS 10.9 (latest update), 16GB RAM, over 100GB free HD space, 1GB VRAM.
    I haven't had a chance to do repeated tests to get it to fail like this again as I'm on a deadline so I had it do the same process but exporting ALL layer comps and I removed the unwanted pages in Acrobat Pro.

    So I've found a bit in the script that I think might be it (below).  Can I remove that whole bit?  Or would changing the 4 to a 0 do the trick (I tried and it didn't do anything)... Sorry, but I'm not a coder so don't really know if I'm barking up the wrong tree or not.
    Thanks
    for ( compsIndex = 0; compsIndex < compsCount; compsIndex++ ) {
                    var compRef = docRef.layerComps[ compsIndex ];
                    if (exportInfo.selectionOnly && !compRef.selected) continue; // selected only
                    compRef.apply();
                    var duppedDocument = app.activeDocument.duplicate();
                    var fileNameBody = exportInfo.fileNamePrefix;
                    fileNameBody += "_" + zeroSuppress(compsIndex, 4);
                    fileNameBody += "_" + compRef.name;
                    if (null != compRef.comment)    fileNameBody += "_" + compRef.comment;
                    fileNameBody = fileNameBody.replace(/[:\/\\*\?\"\<\>\|\\\r\\\n]/g, "_");  // '/\:*?"<>|\r\n' -> '_'
                    if (fileNameBody.length > 120) fileNameBody = fileNameBody.substring(0,120);
                    saveFile(duppedDocument, fileNameBody, exportInfo);
                    duppedDocument.close(SaveOptions.DONOTSAVECHANGES);

  • Export/import text with all styles (indesign CS3 (XP SP2))

    I'm looking for the best way to export text so authors can edit their text using MS Word, Excel or xml. (they don't want to use Indesign). after they are done editting I want to import the text back into Indesign (with par, char, obj styles).
    I know how to import/export to .doc with styles, but this doesn't work for table, object styles, and page breaks.
    Xml tags or plugin/software might be a solution.
    I've searched the forums, google and read the help file, but still don't know what the best/quickest solution might be. ... ?
    thanks in advance

    1. Those programs don't support every feaature of InDesign, so you are out of luck.
    2. If they don't want to use InDesign, ask them to use InCopy, that is the only one programm which supports the whole InDesgin-functionlity
    3. Page breaks should never be done manually, never in Word, neither with InDesign. They should be created via paragraph styles in both program, but with the import options is a checker to get Word's page breaks.

  • Possible bug: Saving array with extended and double precision to spreadshee​t

    If one concatenates a double precision array and an extended precision array with the "build array" vi and then saves using "Write to Spreadsheet File" vi any digits to the right of the decimal place are set to zero in the saved file. This happens regardless of the format signifier input (e.g. %.10f) to the  "Write to Spreadsheet File" vi.
    I am on Vista Ultimate 32 bit and labview 9.0
    This is a possible bug that is easily circumvented by converting to one type before combining arrar to a spreadsheet. Nonetheless, it is a bug and it cost me some time.
    Solved!
    Go to Solution.
    Attachments:
    Spreadsheet save bug.vi ‏9 KB

    Hi JL,
    no, it's not a bug - it's a feature
    Well, if you would look more closely you would recognize the "Save to Spreadsheet" as polymorphic VI. As this polymorphic VI doesn't support EXT numbers internally (it only supports DBL, I64 and String) LabVIEW chooses the instance with most accuracy: I64 (I64 has 64 bits precision, DBL only 53...). So your options are:
    - set the instance to use as DBL (by right-click and "Select type...")
    - make a copy of this VI, save it with a different name and make it support EXT numbers (don't rework the polymorphic VI as you would break compatibility with other LV installations or future revisions)
    And yes, those coercion dots always signal some conversions - you should atleast check what's going on there...
    Message Edited by GerdW on 05-21-2010 10:01 PM
    Best regards,
    GerdW
    CLAD, using 2009SP1 + LV2011SP1 + LV2014SP1 on WinXP+Win7+cRIO
    Kudos are welcome

  • Get Text with Applied Style

    Hi all,
    I am using InDesign CS3 on OS 10.5. I'm trying to write something in Applescript that can look at a document and give me the text that has a certain applied style.
    For example, if a document contained the text "Hello, world" and had an applied paragraph style called "Greeting," then what I want is to use my script to tell that document something like this:
    tell application "Adobe Indesign CS3"
    set theDoc to document 1
    set theText to get every paragraph of theDoc whose applied paragraph style is "Greeting"
    end tell
    theText
    -->should return: "Hello, world"
    Obviously, I tried that script, but it doesn't work. I get the error "Adobe InDesign CS3 got an error: Cant get every paragraph of document "MyDocument.indd" whose applied paragraph style = "Greeting"."
    I'm not sure if I am just using the wrong commands or what. Any help is greatly appreciated!

    Hi Hayden,
    The trouble is, theDoc doesn't have paragraphs. If you open the InDesign dictionary and look at the document object, you'll see text frames, and you'll see stories, but no paragraphs. To get all of the paragraphs, you'd use something like this:
    set theText to every paragraph of every story
    But getting every paragraph of every story whose applied paragraph style is a specific style is harder to do using a filter ("whose") clause, because it has multiple conditions. Shane can probably do it, but I'm not having much luck. All the same, why bother? InDesign has a perfectly good find text method that will do what you want. Something like this:
    tell application "Adobe InDesign CS3"
    --Clear the find text preferences
    set find text preferences to nothing
    set applied paragraph style of find text preferences to paragraph style "Greeting" of document 1
    tell document 1
    set myFoundItems to find text
    end tell
    end tell
    Thanks,
    Ole

  • Formatting incoming text with style sheets

    Is there a way to "find/change" formatted text with existing style sheets?<br /><br />In other words I have formatted text placed into my indesign document that looks like the following: <bf>Four Patch</bf> Then another set of text that looks like this:<it> Baltimore Press</it> <br /><br />I set up stles sheets formatted for Bold font and Ital font to accomodate these formats. Problem is I have a 500 page book that I need to go through and stylize. I tried to do a find/change global (<bf> </bf> to bold font etc but it didn't work. I was hoping by just putting a space between the <> would  help the find/change option to find all the text but kept saying could find.<br /><br />I hope someone understands what I'm trying to do and can tell me that there is a remedy to the tedious formatting issue I have.<br /><br />Thanks<br /><br />MAria<br />Stuart, Florida

    If you have InDesign CS3, I can think of two ways to deal with this.
    Grep search: set search to
    <bf>([^<]+)</bf>
    and replacement string to
    $1
    and then set the change format to your boldface style. Change all. (I often think it's a good idea to take a copy before doing Change All on a 500-page document, but that's up to you.) Repeat with hopefully obvious changes for the italics. You can save the searches if you need to do this often.
    Adventurous alternative.
    Put the single line
    <stuff>
    at the top of your file, and
    </stuff>
    at the bottom.
    Now it's XML. So open the structure panel, import XML from the fly-out menu. Map Tags to Styles from the same menu, and set up the correspondence you need. Then drag the stuff node from the structure panel to the document.
    If you have to do this more than once, you can import the mapping from an old file each time after the first.
    IMPORTANT: The XML route will fail if you have loose & or less than characters in your file. You would have to replace these with the appropriate character entity references.
    (If you aren't reading this on the forum site, you may be seeing character entity references in the message. Hopefully you can decode them.)

  • Export Flexibility of Custom Shapes & Layer Styles?

    Over the past few years I've developed a workflow for icon creation that involves purely custom shapes and layer styles. This has been fantastic from a number of points of view
    - Vector based workflow for easy scaling, resizing
    - Easy maintenance of style coherence with layer style presets
    - Custom shape library means rapid prototyping of common elements
    While this approach in Photoshop helps me rapidly develop icons, it's now presenting some challenges from an export point of view. Specifically the path to vector based formats like svg and xaml is hindered by the fact that Photoshop and Fireworks/Illustrator don't share a common layer styles approach. (Fireworks having a XAML export plugin and Illustrator having both XAML plugin and SVG export capability)
    While the above programs are more geared towards vector work, they don't offer the flexibility of Photoshop when it comes to creating photorealistic icons with texturing.
    Is anyone aware of a method for exporting a vector element from photoshop while maintaing the editability of layer styles? (Exporting simple shapes in PDF works but falls down once masks and layer styles come into the equation)
    Fireworks CS4 seems to import select PSD's decently but there is not a 1:1 relationship between the layer effects from Photoshop. Illustrator seems to assume that anything coming out of Photoshop will be bitmap based and acts accordingly.
    Any feedback or similar experiences would be appreciated.
    Cian Walsh
    [link deleted]

    Hi guys,
    From last week am I trying to do what I mentioned in post above, I just find it very difficult to do. Now I beginning to doubt whether it is possible or not, provided the SDK we have for CS4.
    What do you think, is it a doable item and I am missing some simple thing ??
    Please let me know of your views its really very important.
    Thanks,
    D

  • PSE 7 - Layer Styles don't show on white background?

    Hello!
    I've encountered some odd, but repeatable, situations with PSE 7's Layer Styles. If you have a white background, add a layer to that and then apply the Layer Style (like "Blue Ghost," "Heavy Noisy," "Noisy," "Radioactive," and others) you do not see the Layer Style.
    However, the layer is marked with the "fx" symbol. And...what really surprised me is that if I change the color of my background layer to anything but white, they then show up! Note that things like "Radioactive" is a bright green edging layer styleit should easily show up on white. And my layer that has the layer style applied to it is above the background layer and visible. The picture part of the layer is quite visible, but the layer style is not as long as the background layer is white.
    I think this is a glitch/bug...but it's odd, because it's not there in PSE 6 and I can't imagine why Adobe would change this in PSE 7...and as far as I know there is no "new" feature associated with Layer Styles in PSE 7.
    If anyone has any other information on this or a work-around, I'd be most interested in hearing about it.
    Thank you!
    Beverly Schulz

    Beverly,
    I can't imagine that another Beverly Schulz would be posting to this forum other than the one that teaches for ed2go. Since your name popped up here I want to take the opportunity to say that I took PSE5 Advanced and it was the best ever online class I have taken. The knowledge has served me well and I still refer to my notes.
    I hope someone can solve your problem. I am now working in PSE7 and am interested in the responses.
    Best of luck.
    A former student,
    Dianne McDermand

  • Opacity & transparency related layer styles lost on rasterize/flatten/merge down (cs6)

    So I'm working on a project and I'm making a button and I have come across an issue that I don't normally have with this particular button...I'm not sure why it's happening or how to fix it...but it's pretty annoying. I'm wondering if anyone can help out or if it's a known bug or anything like that!
    So, I have three folders for the three different states, and within each folder are multiple layers, some with layer styles (it seems to be gradients that are playing up here, and opacity related), some with no layer styles but just lowered opacity. I need to flatten each of the folders to create the button sprites. The problem is...I go to flatten the folder and it appears to turn off any gradient related layer styles, and anything at a lowered opacity is ramped up to 100%. I tried going through and rasterizing the invidiual offending layers. Same problem. I tried creating blank layers and merging down the offending layers. Same problem.
    I'm stumped! Image examples below:
    This problem is messing with my mojo! Any help appreciated!! (and yes, my adobe is all patched up and updated)... I feel like I haven't had to deal with problems flattening transparency for many versions....

    Generally speaking you can't expect to collapse groups of adjustment layers into a single layer and hope for much of anything useful to come of it.
    If you've gotten Photoshop showing what you want to see, what's the problem with leaving the groups as they are, then just doing Save As (e.g., PNG) to store your work products?
    Can you save a small PSD file and make it available online, so we can look carefully inside it to see what you're doing?
    -Noel

  • Photoshop CS3 Layer Style Issue

    I have Photoshop CS3. Ever since I installed it I have had an issue with Layer Styles, one that I have not had before with other versions of Photoshop. Whenever I apply a Layer Style to a layer the Effects menu automatically drops down in the layers palette. I have to go and manually close the menus each time for every layer that I apply the style to. I have never had this problem before with any other versions of Photoshop.
    If you have any ideas or advice on how to fix this problem it would be of a great help.

    Go to the layers palette options and uncheck Expand New Effects.

Maybe you are looking for