lacastle wrote:Usually printers have a default minimum page margin (around .2 inch), so they will not print the edges. If you really want an 8.5x11 image, you have to print on larger paper and cut it to size (it's called a full-bleed in printing terms).
http://en.wikipedia.org/wiki/Full_bleed
(but i don't know why the image would appear to be going off the page)
LTinker68 wrote:Also, make sure your html and body tags in the stylesheet have margin and padding both set to 0. At least in the print medium.
Andrew wrote:does the PDF target have some problem, I wonder?
lacastle wrote:Andrew wrote:does the PDF target have some problem, I wonder?
Yes, i think PDFs have the same default margin issue.
LTinker68 wrote:I haven't played with inserting full-page graphics into the print layouts yet, but I know when I've designed brochures using Photoshop and/or Illustrator that I could have an image or color extend to the edge of the page and the PDF created from it would have the image/color extended to the edge of the page, too. It was only when I tried to print to one of our printers, which all have a default margin, that I got the white banding around the page.
Make sure you also check the settings on the page layout you're using. There are margins there, as well, I believe (and padding), and you can lock the positions, so make sure everything in the page layout is set to position the image at the correct location.
LTinker68 wrote:Is it cutting it off just in the XML Editor, or is it cutting off the image in the actual output?
Andrew wrote:LTinker68 wrote:Is it cutting it off just in the XML Editor, or is it cutting off the image in the actual output?
Yes, on both counts.
Andrew wrote:Problem solved.
The crux of the issue is that Flare uses 96DPI to measure how many pixels in its "inches" while Photoshop can use *any* resolution and adjust the number of pixels per inch accordingly.
My graphic was 120DPI, so PS was setting it to 1020 x 1320 pixels, which at 120 DPI it defined as 8.5x11. Flare, on the other hand, saw a 1020 x 1320 pixel image as 10.625" x 13.75". I adjusted the DPI in Photoshop, and the output worked great.
My question now: how does one create a PDF output with a higher-DPI image? Wouldn't that require Flare understanding better than 96DPI, or is there some CSS trick, etc. that I am missing?
style="width: 8.5in;height: 11in;"
KevinDAmery wrote: It's a pain to have to do this, plus I hate using inline code rather than proper styles, but I haven't found a better way to get it to work.
KevinDAmery wrote:To me that sounds like a bug (or an improperly implemented feature... either way it ain't right). If Madcap wants Flare and Blaze to be real print authoring tools, they need to handle DPI properly.
What I have been able to do successfully with Flare 3.1 and earlier is set the image size and DPI to exactly what I need in Photoshop, then manually add height and width specifications in the topic code to match. In other words, open your topic in the text editor of your choice and add
- Code: Select all
style="width: 8.5in;height: 11in;"
directly into the img tag. That's been working for me in smaller images, so it should work for this one as well (in theory....) It's a pain to have to do this, plus I hate using inline code rather than proper styles, but I haven't found a better way to get it to work.
In case you need it, you can make a bug report here:
http://www.madcapsoftware.com/bugs/submit.aspx
Page Name="Title" Width="800" Height="800" Padding="20px" PageSize="Letter" PageType="first" PaddingLeft="0" PaddingRight="0" PaddingTop="0" PaddingBottom="0" BackgroundImage="../Images/Cover0875.tif" BackgroundRepeat="no-repeat" BackgroundPositionX="0" BackgroundPositionY="0">