Printing black background on paper, instead of actual image

hi,
i am having a JPanel with some photos drawn on it using g.drawImage(..) method, for printing. while running the program the panel is showing fine on the screen. since in my room as i dont have a printer, i am printing with adobe printer in which the content to be printed will be saved as pdf file.
Even the created pdf file while printing is showing perfectly what is supposed to be printed. but when i tried the same program and asked to print on real printer, strangely only a large full black background is printed on paper instead of the image.
plz explain why such thing is happening.
thanx.

Here is sample code based on your description. Maybe you find some hints in it to help you.
import java.awt.*;
import java.awt.event.*;
import java.awt.print.*;
import javax.swing.*;
public class PrintPanel extends JFrame {
    public PrintPanel() {
        initComponents();
    private void initComponents() {
        toolBar = new JToolBar();
        printB = new JButton();
        panel = new MyPanel();
        setDefaultCloseOperation(WindowConstants.EXIT_ON_CLOSE);
        setTitle("Print Panel");
        toolBar.setFloatable(false);
        printB.setText("Print");
        printB.addActionListener(new ActionListener() {
            public void actionPerformed(ActionEvent evt) {
                printBActionPerformed(evt);
        toolBar.add(printB);
        getContentPane().add(toolBar, BorderLayout.NORTH);
        getContentPane().add(panel, BorderLayout.CENTER);
        Dimension screenSize = Toolkit.getDefaultToolkit().getScreenSize();
        setBounds((screenSize.width-375)/2, (screenSize.height-480)/2, 375, 480);
    private void printBActionPerformed(ActionEvent evt) {
        PrinterJob pj=PrinterJob.getPrinterJob();
        pj.setPrintable((Printable)panel);
        try{
            pj.print();
        }catch (PrinterException ex) {
            ex.printStackTrace();
    public static void main(String args[]) {new PrintPanel().setVisible(true);}
    private JButton printB;
    private JToolBar toolBar;
    private JPanel panel;
    class MyPanel extends JPanel implements Printable{
        MyPanel() {
            Toolkit T=this.getToolkit();
            img=T.getImage("c:\\javalogo.gif");
            MediaTracker mediaTracker = new MediaTracker(this);
            mediaTracker.addImage(img, 0);
            try {
                mediaTracker.waitForID(0);
            } catch (InterruptedException ex) {
                System.err.println(ex);
        public void paint(Graphics g) {
            g.drawImage(img, 150, 150, this);
        public int print(Graphics g, PageFormat pageFormat,
                int pageIndex) throws PrinterException {
            if(pageIndex>0) {
                return NO_SUCH_PAGE;
            paint(g);
            return Printable.PAGE_EXISTS;
        private Image img=null;
}

Similar Messages

  • Printing black on glossy paper

    I have the photosmart b210a. It is evident that if any type of glossy paper is slected as paper types then the black ink is not used and colours are used to make black, meaning alot of ink is used and black never comes out true black.
    I can get around the issue by setting the paper type to anything else then the black is used. Even if the paper is actually glossy photo paper the blacks then come out fine.
    Question: Why does the printer have this limitation? Will the printouts be compromised in any way by setting the paper type to something other than glossy when glossy is actually what is used?
    Why does this photo printer come with a setting that prevents the black being used on glossy photo paper even though it seems to work OK if you set the paper type to the incorrect type? Thanks.

    Does anyone have any suggestions on this. I am currently getting by by using the wrong paper setting but I would be interested if there is a solution.

  • Print quality of grey text on rich black background

    I've been working on various print materials that require me to use a lot of grey text at various shades set on a black background. My understanding is that this can easily look terrible due to the misregrestation of the four colors. Here's an example of the kind of text I'm working with:
    This is how I have things set up right now:
    Rich Black Swatch: C70 M50 Y30 K100
    All text uses the same swatch at various tints in InDesign (15% tint for headlines, 25% tint for body text)
    Body text size is 8 pt/10.8 pt, headlines are 14 pt
    These are being printed on an offset press and the printer isn't local, so we don't get proofs. Is there are better way to set this up or is this the best I can hope for? Thanks for any help!

    I wonder what type of paper are you planning on using for these pages?  Your total ink amount is 250.  What you should be concerned about is dot gain and ink spread.  Oh, nice rich Black on screen isn't so nice on press for a number of reasons.  Have you thought about using a Spot Black? Why use process if all you have is Black?  Unless, ofcourse, you have other elements that use process colors.  You have to know the press and the paper before you can make a judgement about the effectiveness of rich Black with screen tinted variants.  You could bite the bullet and let the file fly.  Or, you could use just Black with screen tint variants to lesson problems on press and with readibility.  No proofs?  No press check either?

  • PDF shows background color as white. Prints black. HELP!

    I'm trying to print the screen the way I see it which is a white background with black font and an image, but it won't.
    I went under preferences and accesibility and replaced document colors to black text and white background.
    However, it still prints in it's Image with black background format.
    Help, I've never written on one of these and this is frustrating! Thanks much!

    Nice tip. Yeah the spreadsheet is definately much close to perfect with Bridge/your method. I'm able to change the background to black and get rid of the gaps completely. It looks like this at the moment: http://img844.imageshack.us/img844/8359/bridge1c.jpg
    There's just one problem. I can only save the file as PDF, when instead I'd like to save it as .jpg or .png, but I guess I could work around this and batch autoconvert all of those PDF spreadsheets into JPG or PNG format with Photoshop after I'm done making all of the spreadsheets.
    Thanks alot for the help!

  • Can't get black background in Print project

    I am using the print feature in iPhoto '08 to print a batch of photos to PDF - one photo per PDF page. The intent is to use the pdf file to give a slideshow presentation that is hosted on a Windows machine - hence pdf. This works fine.
    But when I try to select a black background in the Customize window for the pages, the background still shows as white, which in turn will give a white border on all the eventually projected pictures which isn't desirable. If this isn't the right way to get the background of the pdf pages all-black, what is?
    Thanks.

    OK, further update.
    The white border inside the black border that Print Project adds seems to be actually part of the original photo, and only occurs where the "photo" was created by )e.g.) PowerPoint - I can fix that in the original.
    But outside the black border (if black is the color I select in iPhoto print) there is still a white collar which will show up when I project the picture, and I can't find a way to get rid of that. In addition, the black border crops the photos, which sometimes cuts off a bit I might want.
    I seem to have experimented with all of the features in iPhoto print that seem to be relevant, and can't go any further.
    Any thoughts out there?

  • PDFs printing with black background and white text.

    For some reason some of our PDF's have been printing with black backgrounds and white text, even though they appear to be normal on the screen before they are printed. I haven't been able to confirm 100% yet but it appears to only be happening with pdfs that were created from scanned documents.
    Can somebody please offer me some suggestions.

    Absolutely agree with the original poster.  I find white text on black background so very very difficult (I changed from using Tweetbot on iOS to Tweetlogix for this very reason) and it physically hurts my eyes to try to read it.  I can just about manage with Spotify using white text on a black background on the large screen of my MacBook Pro - and I do mean "just" - but for the smaller screen of my iPhone 5 it is just impossible.  Even with a retina screen such as that on the iPhone 5S there is a strange ghosting effect and it gives me a headache to look at it for too long. 
    This may be something to do with age!  I suspect most app developers are youngsters with almost perfect eyesight, but for those of us whose eyesight is less than perfect, this white text on black background really is so very difficult.
    I know there is a workaround in setting the iPhone to invert ALL colours (under Accessibility in Settings) but it's a real pain to have to keep altering this setting every time I want to open or close Spotify, and it doesn't look right anyway.  iOS7 is supposed to be a light, bright, easy to read OS - sadly this new Spotify app is the opposite of that.
    Please would Spotify consider adding a simple light or dark theme option, so that those of us who want it can have our much easier to read light background back again, with grey or black text?  It would be a great help to those of us who have eyesight problems.
    If not, I may have to cancel my Spotify Premium account and move to Deezer instead, as I mainly use Spotify when out and about in the car, so am using the iOS app a lot.
    Thank you for considering this plea!
     

  • PRINTING FROM FIREFOX I GET BLACK LETTERS ON A BLACK BACKGROUND WHICH IS UNREADABLE. WHY?

    I have very low vision so I have the screen colors in Firefox set to black background with white letters. When printing anything from anywhere in Firefox, web site screen or this screen, I will get a black piece of paper. It prints the black screen background but prints black letters on it which is unreadable. It also wastes lots of ink. I cannot use anything with a white (or light colored) background, I am so dazzled bu the screen that I can't see anything.
    It would be useful if the printing output colors could be set to ignore any special colors set on the screen.
    I have the same problem with Thunderbird. I can't print my emails.

    Printing a web page
    * https://support.mozilla.com/en-US/kb/Printing%20a%20web%20page
    Problems printing web pages
    * http://kb.mozillazine.org/Problems_printing_web_pages
    Check and tell if its working.

  • When I Print To Acrobat I Get A Black Background

    Im using Acrobat Standard as a print driver
    When I print from another program to Acrobat my resulting file has a black background
    Im Using Acrobat Standard 11.0.08
    Windows 7 - 64 Bit
    The black and white colors should be the other way around

    This forum is for printing from Acrobat, not to Acrobat which actually uses Acrobat Distiller. I will move your post to the appropriate forum.
    The problem may be due to Acrobat/Distiller or it may be the output that Quickbooks is generating.

  • HP Photosmart B210a will not print black ink on plain paper... only on photo paper.

    Hi, I have an HP Photosmart B210a that wont print black ink.  I have used a whole set of ink cartridges by cleaning the print heads, allignment etc.  I just installed ALL NEW cartridges and the sae thing is ocurring. I have replaced plenty of cartridges and am experienced.  Just all of a sudden one day the printer stopped printing black ink on plain paper documents like with MS Word, excel and PDF, etc.  It's not set to greyscale either, actually it wont even print grey!  However, if I go to a photo with plenty of black in it, it will print it JUST FINE!!!  I'm at my wits end! I have followed EVERY head cleaning advice in the forums but it will not print black in except on photos... Please help!!!!

    The document here may help, although you have likley already done most of the steps.  Be sure to check the vents.  If the above does not resolve black not printing on your Photosmart b210a the post here may help.
    The black cartridge uses pigmented ink which is not compatible with photo paper.  Although the printer appears to be printing black properly on photo paper it is actually using color mixed together to produce black in this case.
    Bob Headrick,  HP Expert
    I am not an employee of HP, I am a volunteer posting here on my own time.
    If your problem is solved please click the "Accept as Solution" button ------------V
    If my answer was helpful please click the "Thumbs Up" to say "Thank You"--V

  • Web sites print with black background

    I usemhigh contrast in IE8 but in Firefox 4 I have it set to use yellow on Black background. I have my printers all set to print in black and white. When I print from IE8 I get black text on the white paper with no background printed. But with Firefox 4 I it prints the black background with the yellow text. This is true of all sites I'm viewing and wish to print.

    File > Page Setup = do you have '''Print Background (colors & images)''' selected?

  • How do I change print preferences to print in black/white by default instead of color

    how do I change print preferences to print in black/white by default instead of color

    When you try to print, use COMMAND P, it should bring up a window similar to this you can select the preset there. It shoud remember the preset after.

  • Why does my older PDF files print an all black background and white letter/numbers?

    I have a laserjet 1536dnf MFP.  Printing older adobe pdf's results in an all black background with white letters / numbers.  How can i correct this.  It doesn't happen with newly created PDF's from the 1536dnf scanner.

    Hello imcpa2!
    Try taking a look at this thread for possible solutions:
    http://h30434.www3.hp.com/t5/Printer-All-in-One-Install-Setup/laserjet-1536-dnf-fax-pdf-printing-pro...
    Hope this helps!
    Help the community by marking this post as a solution if it solved your issue!.
    If my post helped you in any way, please click the blue KUDOS star under my name! It would mean a great deal.

  • Printing AnyGantt creates black background color

    I use a customized AnyGantt chart. When I try to print it on a page A3 I get a mean issue with the background color. It becomes black. The Chart itself looks good.
    When I try the same with examples from AnyChart.com the no black background appears. I don't see a difference.
    The black background occurs with my PDF Creator, my real printer and if I save it as a picture.
    Example application: http://apex.oracle.com/pls/apex/f?p=ANYGANTT_PROBLEM:1
    If you add my source code as XML data you should see a nice Gantt diagram with damn printing problems!
    Here is my source code:
    <?xml version = "1.0" encoding="UTF-8" standalone = "yes"?>
    <anygantt>
      <settings>
        <print mode="SinglePage">
           <margin left="10" top="80" bottom="20" right="10" />
        </print>
        <navigation enabled="True" position="Top" size="30">
           <buttons collapse_expand_button="false" align="Far"/>
              <text>AU 2011</text>
              <font face="Verdana" size="10" bold="true" color="White"/>
              <background>
                 <fill type="Gradient">
                    <gradient>
                       <key color="#B0B0B0" position="0"/>
                       <key color="#A0A0A0" position="0.3"/>
                       <key color="#999999" position="0.5"/>
                       <key color="#A0A0A0" position="0.7"/>
                       <key color="#B0B0B0" position="1"/>
                    </gradient>
                 </fill>
                 <border type="Solid" color="#494949"/>
              </background>
        </navigation>
      </settings>
      <styles>
        <defaults>
          <period>
            <period_style>
              <tooltip>
                <text>
    Description: {%activity}
    Time: {%start} - {%end}
                </text>
              </tooltip>
            </period_style>
         </period>
       </defaults>
       <period_styles>
          <period_style name="1"><bar_style><middle shape="Full"><fill enabled="true" type="Solid" color="#64b1db"></fill><border enabled="true" color="#4983a3"></border></middle><labels><label anchor="Center" valign="Center" halign="Center"><text>{%anzeige_text}</text><font face="Verdana" size="11" bold="false" color="Black"></font></label></labels></bar_style></period_style>
          <period_style name="2"><bar_style><middle shape="Full"><fill enabled="true" type="Solid" color="#eaac85"></fill><border enabled="true" color="#c4896f"></border></middle><labels><label anchor="Center" valign="Center" halign="Center"><text>{%anzeige_text}</text><font face="Verdana" size="11" bold="false" color="Black"></font></label></labels></bar_style></period_style>
          <period_style name="5"><bar_style><middle shape="Full"><fill enabled="true" type="Solid" color="#337d1c"></fill><border enabled="true" color="#1a3e0e"></border></middle><labels><label anchor="Center" valign="Center" halign="Center"><text>{%anzeige_text}</text><font face="Verdana" size="11" bold="false" color="Black"></font></label></labels></bar_style></period_style>
          <period_style name="6"><bar_style><middle shape="Full"><fill enabled="true" type="Solid" color="#56d7bf"></fill><border enabled="true" color="#49a386"></border></middle><labels><label anchor="Center" valign="Center" halign="Center"><text>{%anzeige_text}</text><font face="Verdana" size="11" bold="false" color="Black"></font></label></labels></bar_style></period_style>
          <period_style name="7"><bar_style><middle shape="Full"><fill enabled="true" type="Solid" color="#ef9c34"></fill><border enabled="true" color="#a05f0d"></border></middle><labels><label anchor="Center" valign="Center" halign="Center"><text>{%anzeige_text}</text><font face="Verdana" size="11" bold="false" color="Black"></font></label></labels></bar_style></period_style>
          <period_style name="8"><bar_style><middle shape="Full"><fill enabled="true" type="Solid" color="#d043c3"></fill><border enabled="true" color="#7e2075"></border></middle><labels><label anchor="Center" valign="Center" halign="Center"><text>{%anzeige_text}</text><font face="Verdana" size="11" bold="false" color="Black"></font></label></labels></bar_style></period_style>
          <period_style name="9"><bar_style><middle shape="Full"><fill enabled="true" type="Solid" color="#cccd18"></fill><border enabled="true" color="#767713"></border></middle><labels><label anchor="Center" valign="Center" halign="Center"><text>{%anzeige_text}</text><font face="Verdana" size="11" bold="false" color="Black"></font></label></labels></bar_style></period_style>
          <period_style name="10"><bar_style><middle shape="Full"><fill enabled="true" type="Solid" color="#87aa22"></fill><border enabled="true" color="#617a1a"></border></middle><labels><label anchor="Center" valign="Center" halign="Center"><text>{%anzeige_text}</text><font face="Verdana" size="11" bold="false" color="Black"></font></label></labels></bar_style></period_style>
          <period_style name="11"><bar_style><middle shape="Full"><fill enabled="true" type="Solid" color="#124c87"></fill><border enabled="true" color="#0d3a68"></border></middle><labels><label anchor="Center" valign="Center" halign="Center"><text>{%anzeige_text}</text><font face="Verdana" size="11" bold="false" color="Black"></font></label></labels></bar_style></period_style>
       </period_styles>
    </styles>
      <timeline>
        <plot line_height="50" item_height="44" item_padding="3"/>
        <scale start="2011.2.1" end="2012.2.1" >
          <patterns>
            <years>
              <pattern>%yyyy</pattern>
            </years>
            <months>
              <pattern>%MMMM</pattern>
              <pattern is_lower="true">%MMMM</pattern>
            </months>
            <weeks>
              <pattern>KW %e</pattern>
              <pattern is_lower="true">KW %e</pattern>
            </weeks>
            <days>
              <pattern>%dd</pattern>
              <pattern is_lower="true">%dd</pattern>
            </days>
          </patterns>
          <zoom>
            <maximum date_unit="Month" pixels="180" />
          </zoom>
        </scale>
      </timeline>
      <datagrid enabled="true" width="180">
          <columns>
            <column width="180" cell_align="Left">
                <header><text>Categories</text></header>
                <format>{%Name}</format>
            </column>
        </columns>
      </datagrid>
      <resource_chart>
        <resources>
          <resource name="AA" id="102"><attributes><attribute name="code">Das Test Test Test Test für Test Test Test im Jahr</attribute></attributes></resource>
          <resource name="BB WP" id="103"><attributes><attribute name="code"></attribute></attributes></resource>
          <resource name="CC SP" id="104"><attributes><attribute name="code">Test SP</attribute></attributes></resource>
          <resource name="DD" id="105"><attributes><attribute name="code">Test</attribute></attributes></resource>
          <resource name="EE" id="106"><attributes><attribute name="code"></attribute></attributes></resource>
          <resource name="FF" id="107"><attributes><attribute name="code"></attribute></attributes></resource>
          <resource name="GG" id="108"><attributes><attribute name="code"></attribute></attributes></resource>
          <resource name="HH" id="109"><attributes><attribute name="code"></attribute></attributes></resource>
          <resource name="II" id="110"><attributes><attribute name="code"></attribute></attributes></resource>
          <resource name="MM" id="111"><attributes><attribute name="code"></attribute></attributes></resource>
          <resource name="NN" id="112"><attributes><attribute name="code"></attribute></attributes></resource>
          <resource name="KK" id="113"><attributes><attribute name="code"></attribute></attributes></resource>
          <resource name="RR" id="114"><attributes><attribute name="code"></attribute></attributes></resource>
          <resource name="TT / PR" id="115"><attributes><attribute name="code"></attribute></attributes></resource>
          <resource name="SS" id="116"><attributes><attribute name="code"></attribute></attributes></resource>
          <resource name="XX" id="117"><attributes><attribute name="code"></attribute></attributes></resource>
          <resource name="ZZ" id="118"><attributes><attribute name="code"></attribute></attributes></resource>
          <resource name="QQ" id="119"><attributes><attribute name="code"></attribute></attributes></resource>
          <resource name="Test (1)" id="120"><attributes><attribute name="code"></attribute></attributes></resource>
          <resource name="Test (2)" id="121"><attributes><attribute name="code"></attribute></attributes></resource>
          <resource name="Test (3)" id="122"><attributes><attribute name="code"></attribute></attributes></resource>
          <resource name="Test (4)" id="123"><attributes><attribute name="code"></attribute></attributes></resource>
        </resources>
        <periods>
          <period resource_id="104" name="112" start="2012.1.30" end="2012.2.26" style="8"><attributes><attribute name="activity">asdsadasdsad</attribute><attribute name="anzeige_text">666666</attribute></attributes></period>
          <period resource_id="106" name="118" start="2011.2.18" end="2011.3.9" style="1"><attributes><attribute name="activity">asdfasdfsadf </attribute><attribute name="anzeige_text">234324324234</attribute></attributes></period>
          <period resource_id="105" name="117" start="2011.4.18" end="2011.4.9" style="1"><attributes><attribute name="activity">asdfasdfasdf -</attribute><attribute name="anzeige_text">345435435</attribute></attributes></period>
          <period resource_id="107" name="120" start="2011.1.18" end="2011.2.9" style="1"><attributes><attribute name="activity">adfasdfsdaf</attribute><attribute name="anzeige_text">4534535435</attribute></attributes></period>
          <period resource_id="104" name="111" start="2011.2.28" end="2011.8.28" style="2"><attributes><attribute name="activity">afesdfsf</attribute><attribute name="anzeige_text">G33333t</attribute></attributes></period>
          <period resource_id="104" name="110" start="2011.1.31" end="2011.2.27" style="7"><attributes><attribute name="activity">Vadfsdfsdf</attribute><attribute name="anzeige_text">1111222</attribute></attributes></period>
          <period resource_id="105" name="114" start="2011.1.3" end="2011.1.17" style="9"><attributes><attribute name="activity">adsfsdf</attribute><attribute name="anzeige_text">9999</attribute></attributes></period>
          <period resource_id="109" name="121" start="2011.1.3" end="2011.1.17" style="1"><attributes><attribute name="activity">adfsfddsafe_text">99997777</attribute></attributes></period>
          <period resource_id="108" name="116" start="2011.1.3" end="2011.1.17" style="9"><attributes><attribute name="activity">aedsfasdf </attribute><attribute name="anzeige_text">9999</attribute></attributes></period>
          <period resource_id="106" name="115" start="2011.1.3" end="2011.1.17" style="9"><attributes><attribute name="activity">adfsf </attribute><attribute name="anzeige_text">*1231237,95 €</attribute></attributes></period>
          <period resource_id="105" name="119" start="2011.2.10" end="2011.3.6" style="1"><attributes><attribute name="activity">999 - 06.03</attribute></attributes></period>
          <period resource_id="102" name="106" start="2011.6.15" end="2011.8.29" style="1"><attributes><attribute name="activity">Soasdfasdfext">Sommerlaune</attribute></attributes></period>
          <period resource_id="102" name="113" start="2011.8.30" end="2011.12.23" style="2"><attributes><attribute name="activity">Eiasdasdttribute</attribute><attribute name="anzeige_text">888888</attribute></attributes></period>
          <period resource_id="102" name="105" start="2011.3.30" end="2011.6.14" style="2"><attributes><attribute name="activity">FamasdsadW 23</attribute><attribute name="anzeige_text">88 +77</attribute></attributes></period>
          <period resource_id="115" name="125" start="2011.5.30" end="2011.7.14" style="11"><attributes><attribute name="activity">Familsdasdofrost* - </attribute><attribute name="anzeige_text">999</attribute></attributes></period>
          <period resource_id="103" name="108" start="2011.8.1" end="2011.8.28" style="6"><attributes><attribute name="activity">Verasdasdung WP</attribute><attribute name="anzeige_text">333</attribute></attributes></period>
          <period resource_id="103" name="109" start="2011.8.29" end="2012.3.4" style="5"><attributes><attribute name="activity">Güsdsadkeit</attribute><attribute name="anzeige_text">11133</attribute></attributes></period>
          <period resource_id="109" name="122" start="2011.10.7" end="2011.12.29" style="8"><attributes><attribute name="activity">Osasdasdkte - </attribute><attribute name="anzeige_text">111</attribute></attributes></period>
          <period resource_id="115" name="124" start="2011.1.18" end="2011.3.29" style="10"><attributes><attribute name="activity">Leicasdasdnährung - </attribute><attribute name="anzeige_text">234324</attribute></attributes></period>
          <period resource_id="102" name="104" start="2011.1.18" end="2011.3.29" style="1"><attributes><attribute name="activity">ssa in den asfasfen FrühlsfsafKW 12</attribute><attribute name="anzeige_text">2222</attribute></attributes></period>
          <period resource_id="112" name="123" start="2011.1.18" end="2011.3.29" style="2"><attributes><attribute name="activity">soasfosfasfthlon - </attribute><attribute name="anzeige_text">9999</attribute></attributes></period>
          <period resource_id="103" name="107" start="2011.1.3" end="2011.2.27" style="5"><attributes><attribute name="activity">Gülasdfrteilung - Gasfasf Vasdeilung</attribute><attribute name="anzeige_text">123123</attribute></attributes></period>
        </periods>
      </resource_chart>
      </anygantt>Edited by: Tobias Arnhold on Feb 3, 2011 11:28 AM

    For your information. I opened a ticket by AnyChart:
    Hi AnyChart-team!
    I have a huge problem with printing an AnyGantt chart.
    The description of problem:
    When I use the following syntax in my style section:
      <styles>
       <period_styles>
        <period_style name="p1">
          <bar_style>
            <labels>
              <label>
                <text>{%start}</text>
                <font color="Black" />
              </label>
            </labels>
            <middle shape="Full">
              <fill enabled="true" type="Solid" color="DarkSeaGreen" />
              <border enabled="true" color="#656565" />
            </middle>
          </bar_style>
            </period_style>
        </period_styles>
      </styles>The print output crashes with the effect that some shapes are not visible anymore. If I use no Label styles then it works:
      <styles>
       <period_styles>
        <period_style name="p1">
          <bar_style>
            <middle shape="Full">
              <fill enabled="true" type="Solid" color="DarkSeaGreen" />
              <border enabled="true" color="#656565" />
            </middle>
          </bar_style>
            </period_style>
        </period_styles>
      </styles>I came along another issue with an old Flash Player version and tried the newest one: 10,1,102,64
    Then this issue came up. In the older version: 10,8,84 it worked without any issues.
    The PDF: Flash.pdf shows the problem.
    I do not understand the black background color inside the PDF either?
    XML file with all settings that cause the problem: Example from http://www.anychart.com/products/anygantt/docs/users-guide/index.html (Visual Settings)
    <anygantt>
      <styles>
       <period_styles>
        <period_style name="p1">
          <bar_style>
            <labels>
              <label>
                <text>{%start}</text>
                <font color="Black" />
              </label>
            </labels>
            <middle shape="Full">
              <fill enabled="true" type="Solid" color="DarkSeaGreen" />
              <border enabled="true" color="#656565" />
            </middle>
          </bar_style>
            </period_style>
        </period_styles>
      </styles>
      <resource_chart>
        <resources>
          <resource id="res_1" name="Resource 1"/>
          <resource id="res_2" name="Resource 2"/>
          <resource id="res_3" name="Resource 3"/>
          <resource id="res_4" name="Resource 4"/>
        </resources>
        <periods use_hand_cursor="false">
          <period resource_id="res_1" start="2008.01.13" end="2008.04.25" style="p1"/>
          <period resource_id="res_1" start="2008.06.01" end="2008.11.29" style="p1"/>
          <period resource_id="res_2" start="2008.03.18" end="2008.08.14" style="p1"/>
          <period resource_id="res_2" start="2008.09.10" end="2008.12.18" style="p1"/>
          <period resource_id="res_3" start="2008.01.22" end="2008.04.29" style="p1"/>
          <period resource_id="res_3" start="2008.06.03" end="2008.08.14" style="p1"/>
          <period resource_id="res_3" start="2008.09.02" end="2008.12.07" style="p1"/>
          <period resource_id="res_4" start="2008.02.27" end="2008.11.01" style="p1"/>
        </periods>
      </resource_chart>
      <datagrid width="136">
        <columns>
          <column width="30">
            <header>
              <text>#</text>
            </header>
            <format>{%RowNum}</format>
          </column>
          <column attribute_name="Name" width="100">
            <header>
              <text>Resource</text>
            </header>
            <format>{%Name}</format>
          </column>
        </columns>
      </datagrid>
      <timeline>
        <scale start="2008.01.01." end="2009.01.01"/>
        <plot line_height="30" item_height="20" item_padding="5"/>
      </timeline>
      <settings>
        <background enabled="false"/>
        <navigation>
          <buttons collapse_expand_button="false"/>
        </navigation>
      </settings>
    </anygantt>
    Version of product that you're using:
    AnyGantt 4.1.0
    Adobe Flash Player 10,1,102,64
    Answer:
    Tobias,
    we are working on the several printing issues now and will be releasing a new version in a week or two, I hope this bug will be fixed too.
    Have a good day,
    AnyChart
    Edited by: Tobias Arnhold on Feb 4, 2011 9:38 AM

  • When printing from Illustrator it prints Black instead of Blue

    We have had this issue for a while now and cannot grasp it.  We have CS6 and Illustrator decides to print whatever it feels like.  Printing to a regular PCL driver prints black ink where blue is supposed to go.  We also tried changing the print driver to Post Script with the same black ink printing instead of blue.  Also in the print options right before releasing the job we changed the use Illustrator colors to use Post script colors and it still does the same thing.  We sent the job to a different printer and it prints out alright.  Why doesn't it work on our HP Laserjet 3800dn?  All other documents not created in Adobe products will print out blue just fine.  I want to know what is broken in Adobe Illustrator.

    Ask in teh AI forum and provide more details like system specs, exact print settings, color management and so on.
    Mylenium

  • Problem: Light color shadow on top of black background when printing

    Using InDesign CS3, PC.
    I have a book cover design that looks perfect on screen. There is a section with a black background and colored letters on top of it. Also on top of this black background is an image of a dinosaur (made in illustrator CS3). The image was placed into the InDesign file and does not have any color to the background. But when it is printed (Xerox Phaser), there is a colored shadow where the image overlaps the black background section.
    There are also colored areas over other black background sections where drop shadows (35%) occur on top of the black background.
    Could anyone tell me what I am doing wrong? I have never dealt with 100% black in my designs before and I must be doing something wrong.
    Again, on the screen you cannot see any of these colored areas on top of the black background. It's only when I print that they show up.
    Thank you,
    Cathy

    http://indesignsecrets.com/eliminating-ydb-yucky-discolored-box-syndrome.php
    http://indesignsecrets.com/eliminating-the-white-box-effect.php
    Bob

Maybe you are looking for

  • Error while retreiving xml file from database

    Hi- I am trying to configure Planning and getting the following error message at instance configuration step: "Error while retreiving xml file from database" We looked at PlanningSystemDB.properties, changes server name to its ip, reinstalled plannin

  • How to get the original version of Web report in BW ?

    Hello Friends , I have transported one Web report from BW development to BW Production System. But unfortunately , the desired result not me met . So I have been asked to keep the original version of the Web report. As the new version of Web report h

  • How to move Apple TV icons

    To anyone that might be interested, I stumbled across a way to reorganize the icons on the Apple TV. I have placed a link to a video I made about it. http://youtu.be/nTxNb8U6K50

  • Has anyone actually networked a Mac with a PC running Vista?

    Hey guys. Posted a topic up a while ago about my problem with networking together my MacBook Pro and my home PC running Vista. But have still not had any answers that help. I was just wondering if anyone has actually successfully networked the two to

  • Embedding SQL*LOADER within Pro-C

    Hello, I have searched this forum, and I cannot find any supporting evidence that embedding SQLLOADER functionality within a Pro-C application to manage a permanent Oracle table is possible. The only similar methodology that I can identify is to defi