Book Binding with a PDF Cover Page - cover page coming in blank

Hi All,
I have sucessfully created a pdf book using PDFBookBinder. I'm getting a blank page when I try to use a Pdf as my cover sheet. My toc.xml looks like this....
<?xml version="1.0" encoding="utf-8" ?> <outline xmlns="http://xmlns.oracle.com/oxp/book/">
<title-page type="pdf">L:\badev\templates\quoting\temp\QUOTEFile10691\QUOTE10696.PDF</title-page>
<toc-template>..\user_templates\BookBindingTemplates\toc-template.rtf</toc-template>
<item>
<title>112112</title>
<content>L:\badev\templates\quoting\temp\QUOTEFile10691\QUOTE112112.PDF</content>
<pagenum-template type="rtf">..\user_templates\BookBindingTemplates\pagenum.rtf</pagenum-template>
</item>
<item><title>1124343</title>
<content>L:\badev\templates\quoting\temp\QUOTEFile10691\QUOTE1124343.PDF</content>
<pagenum-template type="rtf">..\user_templates\BookBindingTemplates\pagenum.rtf</pagenum-template>
</item>
</outline>
the File L:\badev\templates\quoting\temp\QUOTEFile10691\QUOTE10696.PDF is a one page pdf but for some reason it is coming in blank... Has anyone come accross this before?
thanks,
Matt

Hi Matt,
I'm also trying to use the PDF Book Binder API.
I used the FOProcessor to convert a number of XSL files into PDF files and I'm nowing trying to use the PDFBookBinder to add a 'table of contents' to my PDFs.
Where you able to dynamically create the TOC?
And if so, I would be grateful if you could provide some detail on how it was done.
P.S. Sorry to be answering your question with a question.
Many Thanks
Keith

Similar Messages

  • I am making a book in iPhoto using a double page spread and blank layout. I can't find a way to minimize the picture. it is too big in all the themes. I seems like there must be a way to shrink it not just zoom to make it fit?

    I am making a book in iPhoto using a double page spread and blank layout. I can't find a way to minimize the picture. it is too big in all the themes. I seems like there must be a way to shrink it not just zoom to make it fit?

    Command (right) - click on the photo and select Fit to Frame in the contextual menu:
    Not all frames in a theme offer that feature but most do.  The spread layout doesn't.
    OT

  • Page coming up blank in IE & Safari

    The website I am designing is driving me crazy. One of the pages is coming up blank in IE & Safari but works fine in FF. I assume it is something in the code but I can't figure it out.I am somewhat new to this type of stuff so any help would be appreciated.
    Here is the code for the page:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml"> 
    <head> 
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 
    <title>Welcome to ACE Hardware of Rome</title> 
    <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script> 
    <link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" /> 
    <link href="SpryAssets/SpryMenuBarVertical.css" rel="stylesheet" type="text/css" /> 
    <script type="text/javascript"> 
    <!-- 
    function MM_swapImgRestore() { //v3.0 
      var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc; 
    function MM_preloadImages() { //v3.0 
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array(); 
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++) 
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}} 
    function MM_findObj(n, d) { //v4.01
      var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
        d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
      if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
      for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
      if(!x && d.getElementById) x=d.getElementById(n); return x;
    function MM_swapImage() { //v3.0
      var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
       if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
    * Ultimate Fade-In Slideshow (v1.51): © Dynamic Drive (http://www.dynamicdrive.com)
    * This notice MUST stay intact for legal use
    * Visit http://www.dynamicdrive.com/ for this script and 100s more.
    var fadeimages=new Array()
    //SET IMAGE PATHS. Extend or contract array as needed
    fadeimages[0]=["hotbuys/antifreeze.png", "", ""] //plain image syntax
    fadeimages[1]=["hotbuys/rvantifreeze.png", "", ""]
    fadeimages[2]=["hotbuys/rake.png", "", ""]
    fadeimages[3]=["hotbuys/pushbroom.png", "", ""] 
    var fadebgcolor="white" 
    ////NO need to edit beyond here/////////////
    var fadearray=new Array() //array to cache fadeshow instances
    var fadeclear=new Array() //array to cache corresponding clearinterval pointers
    var dom=(document.getElementById) //modern dom browsers
    var iebrowser=document.all
    function fadeshow(theimages, fadewidth, fadeheight, borderwidth, delay, pause, displayorder){
    this.pausecheck=pause
    this.mouseovercheck=0
    this.delay=delay
    this.degree=10 //initial opacity degree (10%)
    this.curimageindex=0
    this.nextimageindex=1
    fadearray[fadearray.length]=this
    this.slideshowid=fadearray.length-1
    this.canvasbase="canvas"+this.slideshowid
    this.curcanvas=this.canvasbase+"_0"
    if (typeof displayorder!="undefined")
    theimages.sort(function() {return 0.5 - Math.random();}) //thanks to Mike (aka Mwinter)
    this.theimages=theimages
    this.imageborder=parseInt(borderwidth)
    this.postimages=new Array() //preload images
    for (p=0;p<theimages.length;p++){
    this.postimages[p]=new Image()
    this.postimages[p].src=theimages[p][0]
    var fadewidth=fadewidth+this.imageborder*2
    var fadeheight=fadeheight+this.imageborder*2
    if (iebrowser&&dom||dom) //if IE5+ or modern browsers (ie: Firefox)
    document.write('<div id="master'+this.slideshowid+'" style="position:relative;width:'+fadewidth+'px;height:'+fadeheight+'px;overflow:hidden;"> <div id="'+this.canvasbase+'_0" style="position:absolute;width:'+fadewidth+'px;height:'+fadeheight+'px;top:0;left:0;filte r:progid:DXImageTransform.Microsoft.alpha(opacity=10);opacity:0.1;-moz-opacity:0.1;-khtml- opacity:0.1;background-color:'+fadebgcolor+'"></div><div id="'+this.canvasbase+'_1" style="position:absolute;width:'+fadewidth+'px;height:'+fadeheight+'px;top:0;left:0;filte r:progid:DXImageTransform.Microsoft.alpha(opacity=10);opacity:0.1;-moz-opacity:0.1;-khtml- opacity:0.1;background-color:'+fadebgcolor+'"></div></div>')
    else
    document.write('<div><img name="defaultslide'+this.slideshowid+'" src="'+this.postimages[0].src+'"></div>')
    if (iebrowser&&dom||dom) //if IE5+ or modern browsers such as Firefox
    this.startit()
    else{
    this.curimageindex++
    setInterval("fadearray["+this.slideshowid+"].rotateimage()", this.delay)
    function fadepic(obj){
    if (obj.degree<100){
    obj.degree+=10
    if (obj.tempobj.filters&&obj.tempobj.filters[0]){
    if (typeof obj.tempobj.filters[0].opacity=="number") //if IE6+
    obj.tempobj.filters[0].opacity=obj.degree
    else //else if IE5.5-
    obj.tempobj.style.filter="alpha(opacity="+obj.degree+")"
    else if (obj.tempobj.style.MozOpacity)
    obj.tempobj.style.MozOpacity=obj.degree/101
    else if (obj.tempobj.style.KhtmlOpacity)
    obj.tempobj.style.KhtmlOpacity=obj.degree/100
    else if (obj.tempobj.style.opacity&&!obj.tempobj.filters)
    obj.tempobj.style.opacity=obj.degree/101
    else{
    clearInterval(fadeclear[obj.slideshowid])
    obj.nextcanvas=(obj.curcanvas==obj.canvasbase+"_0")? obj.canvasbase+"_0" : obj.canvasbase+"_1"
    obj.tempobj=iebrowser? iebrowser[obj.nextcanvas] : document.getElementById(obj.nextcanvas)
    obj.populateslide(obj.tempobj, obj.nextimageindex)
    obj.nextimageindex=(obj.nextimageindex<obj.postimages.length-1)? obj.nextimageindex+1 : 0
    setTimeout("fadearray["+obj.slideshowid+"].rotateimage()", obj.delay)
    fadeshow.prototype.populateslide=function(picobj, picindex){
    var slideHTML=""
    if (this.theimages[picindex][1]!="") //if associated link exists for image
    slideHTML='<a href="'+this.theimages[picindex][1]+'" target="'+this.theimages[picindex][2]+'">'
    slideHTML+='<img src="'+this.postimages[picindex].src+'" border="'+this.imageborder+'px">'
    if (this.theimages[picindex][1]!="") //if associated link exists for image
    slideHTML+='</a>'
    picobj.innerHTML=slideHTML
    fadeshow.prototype.rotateimage=function(){
    if (this.pausecheck==1) //if pause onMouseover enabled, cache object
    var cacheobj=this
    if (this.mouseovercheck==1)
    setTimeout(function(){cacheobj.rotateimage()}, 100)
    else if (iebrowser&&dom||dom){
    this.resetit()
    var crossobj=this.tempobj=iebrowser? iebrowser[this.curcanvas] : document.getElementById(this.curcanvas)
    crossobj.style.zIndex++
    fadeclear[this.slideshowid]=setInterval("fadepic(fadearray["+this.slideshowid+"])",50)
    this.curcanvas=(this.curcanvas==this.canvasbase+"_0")? this.canvasbase+"_1" : this.canvasbase+"_0"
    else{
    var ns4imgobj=document.images['defaultslide'+this.slideshowid]
    ns4imgobj.src=this.postimages[this.curimageindex].src
    this.curimageindex=(this.curimageindex<this.postimages.length-1)? this.curimageindex+1 : 0
    fadeshow.prototype.resetit=function(){
    this.degree=10
    var crossobj=iebrowser? iebrowser[this.curcanvas] : document.getElementById(this.curcanvas)
    if (crossobj.filters&&crossobj.filters[0]){
    if (typeof crossobj.filters[0].opacity=="number") //if IE6+
    crossobj.filters(0).opacity=this.degree
    else //else if IE5.5-
    crossobj.style.filter="alpha(opacity="+this.degree+")"
    else if (crossobj.style.MozOpacity)
    crossobj.style.MozOpacity=this.degree/101
    else if (crossobj.style.KhtmlOpacity)
    crossobj.style.KhtmlOpacity=this.degree/100
    else if (crossobj.style.opacity&&!crossobj.filters)
    crossobj.style.opacity=this.degree/101
    fadeshow.prototype.startit=function(){
    var crossobj=iebrowser? iebrowser[this.curcanvas] : document.getElementById(this.curcanvas)
    this.populateslide(crossobj, this.curimageindex)
    if (this.pausecheck==1){ //IF SLIDESHOW SHOULD PAUSE ONMOUSEOVER
    var cacheobj=this
    var crossobjcontainer=iebrowser? iebrowser["master"+this.slideshowid] : document.getElementById("master"+this.slideshowid)
    crossobjcontainer.onmouseover=function(){cacheobj.mouseovercheck=1}
    crossobjcontainer.onmouseout=function(){cacheobj.mouseovercheck=0}
    this.rotateimage()
    function MM_swapImgRestore() { //v3.0
      var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
    function MM_findObj(n, d) { //v4.01
      var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
        d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
      if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
      for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
      if(!x && d.getElementById) x=d.getElementById(n); return x;
    function MM_swapImage() { //v3.0
      var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
       if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
    //-->
    </script>
    <style type="text/css">
    <!--
    .style1 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-weight: bold;
        color: #FF0000;
    .style2 {font-family: Geneva, Arial, Helvetica, sans-serif}
    .style3 {font-family: Verdana, Arial, Helvetica, sans-serif}
    a:link {
        text-decoration: none;
    a:visited {
        text-decoration: none;
    a:hover {
        text-decoration: none;
    a:active {
        text-decoration: none;
    -->
    </style>
    <script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
    </head> 
    <body onload="MM_preloadImages('images/sidebuttons_roll_01.png','images/sidebuttons_roll_02.png ','images/sidebuttons_roll_03.png','images/sidebuttons_roll_04.png','images/sidebuttons_ro ll_05.png','images/bottombuttons_roll_01.png','images/bottombuttons_roll_02.png','images/b ottombuttons_roll_03.png','images/bottombuttons_roll_04.png')">
    <div align="center">
      <table width="751" border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td colspan="4"><img src="topredstrip.jpg" width="751" height="24" border="0" usemap="#Map" /></td>
        </tr>
        <tr>
          <td height="89" colspan="4"><img src="aceheader.jpg" width="751" height="101" /></td>
        </tr>
        <tr>
          <td colspan="4" bgcolor="#E20014"><div align="left">
              <ul class="MenuBarHorizontal style2" id="MenuBar1">
                <li><a href="index.html" class="style7"><strong>Home</strong></a> </li>
                <li><a href="about.html" class="style7"><strong>About Us</strong></a></li>
                <li><a href="staff.html" class="style7"><strong>Our Team</strong></a></li>
                <li><a href="departments.html" class="style5 style3"><strong>Departments</strong></a> </li>
                <li><a href="#" class="style8"><strong>Services</strong></a></li>
                <li><a href="#" class="MenuBarItemSubmenu style7"><strong>Vendor Links</strong></a>
                  <ul>
                      <li><a href="http://www.stihldealer.net/default-dealer-043026.aspx" target="_blank">Stihl</a></li>
                      <li><a href="http://www.weber.com/us/" target="_blank">Weber</a></li>
                      <li><a href="http://www.scotts.com/smg/" target="_blank">Scotts</a></li>
                      <li><a href="http://www.naturapet.com/" target="_blank">Natura Pet Products</a></li>
                      <li><a href="http://www.nutroproducts.com/" target="_blank">Nutro Pet Food</a></li>
                    </ul>
                </li>
              </ul>
          </div></td>
        </tr>
        <tr>
          <td width="170" valign="top" bgcolor="#000000"><a href="signup.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image14','','images/sidebuttons_roll_01.png',1)"><img src="images/sidebuttons_01.png" name="Image14" width="170" height="69" border="0" id="Image14" /></a><a href="http://www.acehardware.com/infohome/index.jsp?clickid=body_projectsandsolutions_img" target="_blank" onmouseover="MM_swapImage('Image15','','images/sidebuttons_roll_02.png',1)" onmouseout="MM_swapImgRestore()"><img src="images/sidebuttons_02.png" name="Image15" width="170" height="66" border="0" id="Image15" /></a><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image16','','images/sidebuttons_roll_03.png',1)"><img src="images/sidebuttons_03.png" name="Image16" width="170" height="66" border="0" id="Image16" /></a><a href="https://www.acehardware.com/acerewards/index.jsp" target="_blank" onmouseover="MM_swapImage('Image17','','images/sidebuttons_roll_04.png',1)" onmouseout="MM_swapImgRestore()"><img src="images/sidebuttons_04.png" name="Image17" width="170" height="67" border="0" id="Image17" /></a><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image18','','images/sidebuttons_roll_05.png',1)"><img src="images/sidebuttons_05.png" name="Image18" width="170" height="72" border="0" align="top" id="Image18" /></a></td>
          <td colspan="3"><table width="581" border="0" cellspacing="0" cellpadding="0">
            <tr>
              <td width="9" height="219"> </td>
              <td width="340"><p align="center"><span class="style1">Welcome to ACE Hardware</span><br />
                  <img src="rotating pics/storefront.png" width="321" height="210" /></p>
                </td>
              <td width="232" height="219"><div align="right">
                <script type="text/javascript">
    AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','wid th','222','height','219','src','rotating pics/rotatingpics','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movi e','rotating pics/rotatingpics' ); //end AC code
              </script>
                <noscript>
                  <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="222" height="219">
                    <param name="movie" value="rotating pics/rotatingpics.swf" />
                    <param name="quality" value="high" />
                    <embed src="rotating pics/rotatingpics.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="222" height="219"></embed>
                  </object>
                  </noscript>
              </div></td>
            </tr>
            <tr>
              <td height="100" colspan="3"><table width="581" border="0" cellspacing="0" cellpadding="0">
                <tr>
                  <td width="140" height="112"><a href="http://acehardware.shoplocal.com/acehardwarecircular/default.aspx?action=browsepageflash&s toreid=2432523&rapid=756011&prvid=ace-091001SS&promotioncode=ace-091001SS" target="_blank">
                    <script type="text/javascript">
    //new fadeshow(IMAGES_ARRAY_NAME, slideshow_width, slideshow_height, borderwidth, delay, pause (0=no, 1=yes), optionalRandomOrder)
    new fadeshow(fadeimages, 140, 100, 0, 6000, 0, "R")
                    </script>
                  </a></td>
                  <td><a href="http://www.edenpure.com/main" target="_blank">
                    <script type="text/javascript">
    AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','wid th','441','height','100','src','banner ads/edenpure','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movi e','banner ads/edenpure' ); //end AC code
                  </script>
                    <noscript>
                      <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="441" height="100">
                        <param name="movie" value="banner ads/edenpure.swf" />
                        <param name="quality" value="high" />
                        <embed src="banner ads/edenpure.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="441" height="100"></embed>
                      </object>
                      </noscript>
                  </a></td>
                </tr>
              </table></td>
            </tr>
          </table></td>
        </tr>
        <tr>
          <td><a href="http://www.stihldealer.net/default-dealer-043026.aspx" target="_blank" onmouseover="MM_swapImage('Image12','','images/bottombuttons_roll_01.png',1)" onmouseout="MM_swapImgRestore()"><img src="images/bottombuttons_01.png" name="Image12" width="170" height="150" border="0" id="Image12" /></a></td>
          <td width="204"><a href="http://www.edenpure.com/main" target="_blank" onmouseover="MM_swapImage('Image13','','images/bottombuttons_roll_02.png',1)" onmouseout="MM_swapImgRestore()"><img src="images/bottombuttons_02.png" name="Image13" width="204" height="150" border="0" id="Image13" /></a></td>
          <td width="199"><a href="keurig.html" onmouseover="MM_swapImage('Image19','','images/bottombuttons_roll_03.png',1)" onmouseout="MM_swapImgRestore()"><img src="images/bottombuttons_03.png" name="Image19" width="199" height="150" border="0" id="Image19" /></a></td>
          <td width="178"><a href="http://www.acehardware.com/category/index.jsp?categoryId=2568447&clickid=topnav_paint" target="_blank" onmouseover="MM_swapImage('Image20','','images/bottombuttons_roll_04.png',1)" onmouseout="MM_swapImgRestore()"><img src="images/bottombuttons_04.png" name="Image20" width="177" height="150" border="0" id="Image20" /></a></td>
        </tr>
        <tr>
          <td colspan="4"><table width="750" border="0" cellpadding="0" cellspacing="0" dwcopytype="CopyTableCell">
            <tr>
              <td><a href="http://maps.google.com/maps?hl=en&q=115+Black+River+Blvd.,+Rome+NY&ie=UTF8&split=0&gl=us&e i=8BNJSpL-B5LCtwf26eGmBg&ll=43.218688,-"><img src="find.jpg" width="266" height="53" border="0" /></a><img src="middle_find.jpg" width="298" height="53" /><img src="contact_top.jpg" width="186" height="53" border="0" usemap="#Map2" /></td>
            </tr>
          </table>
            <map name="Map2" id="Map2">
              <area shape="rect" coords="46,19,167,54" href="#" />
              <area shape="rect" coords="46,51,136,69" href="#" />
            </map>      </td>
        </tr>
        <tr>
          <td colspan="4"><img src="bottom.jpg" alt="" width="750" height="25" border="0" usemap="#Map3" />
            <map name="Map3" id="Map3">
              <area shape="rect" coords="610,-1,733,13" href="#" />
              <area shape="rect" coords="168,3,236,18" href="#" />
              <area shape="rect" coords="245,1,290,19" href="#" />
              <area shape="rect" coords="299,1,361,18" href="#" />
              <area shape="rect" coords="369,2,424,18" href="contact.html" />
            </map>      </td>
        </tr>
      </table>
    </div> 
    <map name="Map" id="Map"><area shape="rect" coords="2,3,86,18" href="contact.html" />
    </map><script type="text/javascript">
    <!--
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    //-->
    </script></body>
    </html>

    In your code you are missing a closing --> comment tag just before the closing </script> tag (I've included it below)
    <script type="text/javascript">
    <!--
    function MM_preloadImages() { //v3.0
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    function MM_findObj(n, d) { //v4.01
      var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
        d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
      if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
      for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
      if(!x && d.getElementById) x=d.getElementById(n); return x;
    -->
    </script>

  • TS3274 Email page coming up ,blank, any ideas

    , I access my email and it comes up blank, no mailboxes. Anyone had this problem?

    Try the iPad Mail Assistant help here.

  • ID CS6 Interactive Pdf with buttons is coming up blank

    Please help. I am making a resume after recently graduating college. I have made the entire resume other than the "portfolio" page. I wanted to make the page show small images of my work, than when you roll over them they expand to show a larger image. I wanted to do this to show my progression with InDesign to potential employers, however, when I save the entire resume as an interactive .pdf the last "portfolio" page shows up blank every time. I have trouble shooted the process dozens of times to the point I want to pull my hair out. I made another new file separate from my resume which shows a white page. I put two pics only and when I previewed the buttons they worked fine, just like on my resume, but when I export the simple two pic document to an interactive .pdf the page comes up blank or black. The furthest I have made it is to have the smaller pics show up and when I hovered over them the pointer turns to a hand but no larger image shows up. I know it is in the exporting process cause I can get the buttons to work perfectly in the preview. WHAT am I doing WRONG??? Thanks.

    Hi there,
    Do you have any screen grabs of what is going wrong?
    From what I can understand, the first page is your standard text resume and then on the second page you have your portfolio.
    But your portfolio is not working. The rollover to expand to show a larger image may be the cause of your issue. I've had tear my hair out moments also with trying to do this.
    You could try to have the button images along the top or side of your second page and then get them to load into a larger frame below or to the side of the buttons. You can do this using Multi State objects. This may get you out of the bind you're in now.
    To get a Multi State object to work in an interactive pdf you need to export the MSO (Multi State object) to swf and then add that swf to your interactive pdf export that and then you should be in business.
    I'm going to knock up a basic mockup of one and put a screen grab in the reply to better explain this.
    I've got the buttons up on top, you click on these to move through the portfolio of images. I've got five you may have more or less.
    Select all the images and add them to the media panel to make a MSO.
    Select each of the buttons and in the buttons panel add an action to go to a state, do this for each of the buttons.
    Export the MSO doc as a swf, create a new doc (same dimensions) add the swf and then export as an interactive pdf (make sure to set a poster image in the media panel otherwise you'll get a weird grey flash symbol in your pdf)
    Open the pdf and test to make sure it's what you want.
    Obviously your portfolio / resume will look a hell of a lot better than this, this is just a proof of concept.
    Here is a link to the files I used as a test.
    WeTransfer
    Hope this all makes sense.
    John.

  • Problem with 1-up spread page on hard cover book

    I just received my first book and i'm fairly impressed overall by the exprience: usual Apple quality of service, even if print quality is not sensational (family and friends very inpressed nontheless, so... can't complain, I'm not a pro).
    Only issue I have is with the 1-up spread layout (the one with a photo across two pages) in the hard cover book: with the way is binded, it "eats" the middle part of the photo!
    I would like to know if the same happens with the soft cover type, i.e. if it opens flat so that you can see the photo in the middle all the way to the binding stitches.
    Thanks
    Alex
    MBP Core 2 Duo 17''   Mac OS X (10.4.8)  
    MBP Core 2 Duo 17''   Mac OS X (10.4.8)  

    Sorry to report that the softcovers have the same issue. And when the bend covers the Bride........... Not such the good thing.

  • When I add a PDF cover to e-book, the cover shrinks in size. How to prevent?

    I have a PDF cover that fills the entire page (168%). When I combine the cover with the rest of the e-book (also PDF files), the resulting file has a cover that fills the entire page but when I scroll down from the cover to the first page of the book, the cover shrinks to 125%, leaving space on both sides. How do I prevent this so my e-book has a cover that fills the entire page? Thanks.

    You are not using the same name for your fields, are you?

  • Hello, I am trying to use a photo,that I've opened up in pages on a blank landscape, taken from my camera roll and use it as album cover art. All the custom text's will not paste when I copy.  Pic and texts are saved as a PDF, how can I paste the doc ?

    Hello, I am trying to use a photo,that I've opened up in pages on a blank landscape, taken from my camera roll and use it as album cover art. All the custom text's will not paste when I copy.  Pic and texts are saved as a PDF, how can I paste the doc ?

    Hello, I am trying to use a photo,that I've opened up in pages on a blank landscape, taken from my camera roll and use it as album cover art. All the custom text's will not paste when I copy.  Pic and texts are saved as a PDF, how can I paste the doc ?

  • How do I convert a .pub file into a PDF, 2 page spread without the dotted line down the center?  I can select 2 page view and cover page in 2 page view, but the dotted line shows up.  Thank you!!

    How do I convert a .pub file into a PDF, 2 page spread without the dotted line down the center?  I can select 2 page view and cover page in 2 page view, but the dotted line shows up.  Thank you!!

    Hi skt102711,
    I would like to inform you that acrobat doesn't support .epub to .pdf format conversion. Please browse this Link for more information : Supported file formats | Acrobat, Reader
    Regards,
    Rahul

  • Can I send a book created with page for publishing?

    I want to create a book of family stories and end up with a hardcover (similar to what you can do with iphoto: however inserting text is very limited in iphoto)
    This book would be heavy on text ie., stories and augmented with photos.
    Thanks,
    Gary

    You need to print to or export to pdf, with some qualifications, pdfs from Pages may have issues with transparency and resolution.
    I don't know of any printers who use Pages as a core application, although in most cases it is the best method of output for Pages documents.
    Ask around for Printers who use Macs and who may have Pages installed. It is not expensive, so even if they don't have it, you could offer to pay them for the DL and install, as a practical measure. It would only be a relatively small percentage extra on a reasonal print run.
    Peter

  • Indesign book files making a PDF with spreads????

    Hi, I am working with a book file but need to make a digital PDF with spreads. So the problem is obviously that I start with a right single page and finish with a left single page in each chapter which doesn't make a spread. Is there a way around this? (apart from copy and pasting the single pages at each beginning and ending together as spreads into an empty document and replacing these pages in the PDF)
    Thanks

    Re: Indesign book files making a PDF with spreads????
    When you make the pdf of the book from the book panel.
    Create a new document call it filenamespreads or something.
    Get the PDFplacer.jsx script http://indesignsecrets.com/placing-all-the-pages-of-a-pdf-inside-indesign.php
    Run a few pages to get the position right, then do the whole book.
    Export to pdf as spreads.
    It sounds longwinded but it isn't.
    @Eugene--
    This is the closest answer to solving my problem.
    To clarify, the reason I need spreads is NOT for final printing. Its for sending a reader proof to a client to send to someone for review. They need to see it as spreads to get a "feel" for the book. I feel like it should be possible to do this, easily, without too much stress in InDesign.
    I am going to try your solution but I am a newbie about using scripts in InDesign. Never done it before. I placed the script in the scripts folder and re-launched InDesign, but how do I launch the script?
    Thanks!
    Oh, and I should have specified before, I'm using CS2.

  • PDF text pages in iPhoto books

    I'm not sure that this is a problem. I just want reassurance before I click the ORDER BOOK button and buy the iPhoto book I have created.
    I have imported PDF pages of text into the book, as I was able to get more control over the text layout that way. However, when I proof a PDF-text page, it looks more blurry and pixellated than standard, typed-on-the-page text, as if the resolution is not quite so high. It is perfectly legible, just a shade less sharp.
    Is this likely to be a resolution matter with my printer, or will the text be marginally more blurry in the printed book's PDF pages, too? If blurry is the answer, is there anything I can do before ordering the book to get the text looking just as sharp on the PDF pages as on the non-PDF, direct-to-page, text?
    Many thanks in advance.

    In PS under Edit->Color Settings Working Spaces set Grayscale to Dot Gain 20% and set the RGB menu to sRGB IEC61966-2.1. This is for future uses.
    Now open each file in PS CS2 from withing iPhoto, go to the Image->Mode menu and select RGB. Save the changes, Command+S, and that's it. The photo will then appear normally in iPhoto.
    Here's how to use Photoshop from within iPhoto:
    Using Photoshop (or Photoshop Elements) as Your Editor of Choice in iPhoto.
    1 - select Photoshop as your editor of choice in iPhoto's General Preference Section's under the "Edit photo:" menu.
    2 - double click on the thumbnail in iPhoto to open it in Photoshop. When you're finished editing click on the Save button. If you immediately get the JPEG Options window make your selection (Baseline standard seems to be the most compatible jpeg format) and click on the OK button. Your done.
    3 - however, if you get the navigation window that indicates that PS wants to save it as a PS formatted file. You'll need to either select JPEG from the menu and save (top image) or click on the desktop in the Navigation window (bottom image) and save it to the desktop for importing as a new photo.
    This method will let iPhoto know that the photo has been editied and will update the thumbnail file to reflect the edit..
    NOTE: With Photoshop Elements 6 the Saving File preferences should be configured: "On First Save: Save Over Current File". Also I suggest the Maximize PSD File Compatabilty be set to Always.
    If you want to use both iPhoto's editing mode and PS without having to go back and forth to the Preference pane, once you've selected PS as your editor of choice, reset the Preferences back to "Open in main window". That will let you either edit in iPhoto (double click on the thumbnail) or in PS (Control-click on the thumbnail and seledt "Edit in external editor" in the Contextual menu). This way you get the best of both worlds
    2 - double click on the thumbnail in iPhoto to open it in Photoshop. When you're finished editing click on the Save button. If you immediately get the JPEG Options window make your selection (Baseline standard seems to be the most compatible jpeg format) and click on the OK button. Your done.
    3 - however, if you get the navigation window that indicates that PS wants to save it as a PS formatted file. You'll need to either select JPEG from the menu and save (top image) or click on the desktop in the Navigation window (bottom image) and save it to the desktop for importing as a new photo.
    This method will let iPhoto know that the photo has been editied and will update the thumbnail file to reflect the edit..
    If you ever do any scanning of B/W photos always scan as color.
    OT
    Message was edited by: Old Toad

  • When I was ready to place the order for my iPhoto book, I realized that it was for a soft cover book and I wanted hard cover.  How can I change this without losing my prepared book?

    When I was ready to place the order for my iPhoto book, I realized that it was for a soft cover book and I wanted hard cover.  How can I change this without losing my prepared book?

    Duplicate your book and try to change the theme in the copy.  Chnaging the theme may change the layout  of your text fileds. That is why you need the copy to be able to compare the pages before and after.
    Ctrl-click the book in the Source list and select "Duplicate".
    Click the "Change Theme" button in the upper right corner of the Book pane, make sure, you have the same theme selected and the same size. Click Hardcover.

  • I have ipad 2. Safari stopped working. Screen appears with light gray cover. Some websites show errors when debug is on. But how actually can I debug or fix it? Thank you.

    I have ipad 2. Safari stopped working. Screen appears with light gray cover and is frozen. Some websites show errors when debug is on.
    But how actually can I debug or fix it? Thank you.

    Here are a couple suggestions:
    1.  Go into Settings > Safari and Clear Cookies Clear Cache
    2.  Fully close Safari:  from your home screen, double tap your home button and the most recently used Apps will show up.  Hold your finger on the Safari App until all Apps start jiggling.  You'll see a minus sign on the upper left side of Safari.  Touch the minus and Safari will fully close.  Touch your home button again to stop apps from jiggline, then touch your home button again to return to your home page.
    3.  Reboot your iPad:  Press and hold BOTH the power and home buttons at the SAME time for at least 10 seconds (ignore the red slider) until the Apple Logo appears, then let go of both buttons and your iPad will restart, but no data or settings will be lost.
    After iPad comes back up, try Safari again, and you should be good to go.

  • So I have an iPad with the smart cover, and it's usually supposed to turn on the iPad when u open it, but it's no doing that for me. Nor is it turning off without pressing the button. What is the meaning of this?

    So I have an iPad with the smart cover, and it's usually supposed to turn on and off the iPad when u open it and close it, but it's not turning on for me. Nor is it turning off without pressing the button. What is the meaning of this?what caused it to be this way? Is there someway that I could fix it?

    Wait a sec did this just start?
    You set up the smart cover function in settings (you did that, right?) so, if you did that and it's failed you make an appointment at your nearest Genius Bar now.

Maybe you are looking for

  • Fan speed problem Power Mac G5 Dual 1.8 GHz PowerPC - please help

    Please HELP, I have a fan speed problem with my Power Mac G5 Dual 1.8 GHz PowerPC This is a NOT an Intel machine. I am running Mac OS X v10.5.8 Power Mac G5 - PowerMac 7,2 - Power PC 970 (2.2) - 1.8 GHz with 2 CPUs - L2 Cache (per CPU) 512 KB - Memor

  • [CS4] - Document window moving

    Hello,    I am porting my Plug-in from CS3 to CS4 and I am solving problem how to move IDocumentPresentation which is Float() to [x,y] position. Thank you, marxin

  • Which file type to use for editing

    I recently filmed a school talent show to create DVDs for the parents. I'll be using PrE 9 to edit. I understand the output for the movie will need to be MPEG2 for the DVD. We used three different cameras (I know this is a bad thing to do with PrE),

  • 2 (presumably) easy noob questions

    1.) I'm trying to implement actions for multiple buttons, but I'm struggling. Is it possible to do this within the same actionPerformed() method, or do I need one for each button? If I need one for each button, how would I set it up? 2.) Also, I'm tr

  • I have a problem I do not remember the administrator password

    I bougth OS X Lion Mac v 10.7, but, i do not remember de administrator password and my cd device does not work.