How can I print entire Roman numerals from pdf of my book?

I just got Acrobat Pro software.
I'm ready to send a pristine pdf version of the book to Amazon's CreateSpace for publication. I used Amazon's 6x9 template.
Pages 2 thru 7 have Roman numerals. They look fine in pdf on-screen, but when pages iv thru vii are printed, they don't show up.  Instead, there's a small rectangular box (or part of one) without all the letters.
What gives?
Spike1

This is the Reader forum; the Acrobat one is here:
http://forums.adobe.com/community/acrobat

Similar Messages

  • Hi, how can I print a weekly view from my iCloud calendar?

    Hi, how can I print a weekly view from my icloud calendar?

    There is no way except to take a screenshot of the calendar and print it. Send a feature request to Apple via http://www.apple.com/feedback/ical.html and  http://www.apple.com/feedback/macosx.html
    OT

  • How can i print data in smartforms from ABAP program.

    Dear gurus:
    in my abap program i process require data, and saved in a internal table.
    how can l print the data in smartforms.?
    who can give me a code sample is better:)
    reward all helpful advise.

    Try this....
    1) Tcode --> SmartForms
    2) Form name --> Z_SF_TEST Create
    3) Under Global settings
    a) Form Interface  
        Table Tab
       ITAB LIKE EKPO
    b) GLOBAL Definitions
    WA_NETPR LIKE EKPO-NETPR
    In smart forms if we want to display quantity and currency fields. We can't directly display currency field and quantity fields
    For that we have to create an extra variable in global definitions
    Ex: netpr FIELD of EKPO
    CREATE program lines and specify WA_NETWR = itab-netpr.
    4) RT CLick on main Window
       CREATE --> TABLE
      Click Table painter
    DEFAULT %LTYPE will be Created
    a) If you want more like Header footer etc add by rt click on %LTYPE1
    Table (Tab)
    %LTYPE  Radio(SELECT) 5 CM 5 CM 6 CM
    CLICK on DATA (Tab)
    INTERNAL TABLE ITAB LIKE ITAB
    5)RT click on table control and create --> program lines
    General attribute (Tab)
    INPUT PARAMETER               OUTPUT PARAMETER
    itab                               WA_NETPR
    Code Area
    WA_NETWR = ITAB-NETPR.
    6) RT CLcick on table ctl and create 3 text to display the fields
    a) % text1 +button(insert field)
       FIELD name &itab-ebeln&
    Output options (tab)
    Check New line   LINETYPE   %Ltype1
    check new cell
    b) % text2
       & itab-ebelp&
    output options
    check new cell
    c) % text2
       & wa_netpr&
    output options
    check new cell
    <b>Report ac
    Tables ekpo.
    Data: itab1 like ekpo occurs 0 with header line.
    select * into table itab1 from ekpo.
    Call function module --> smart form function module and pass your internal table</b>
    Regards,
    SaiRam

  • How can I print only Selected pages from a Multipage document?

    HP Envy 114 e-All-in One Printer
    How can I print only pages 2 and 4 from a 10 page document using my Envy 114 Printer?
    This question was solved.
    View Solution.

    Hi,
    Where do you print from ? Under Word or PDF you can select page(s) you want to print.
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • How can I print out all texts from one person

    How can I printall of my texts from my very bad lawyer?

    It's not a file, so you can't "open" one file. Every message (and note) is a single file on the computer.
    This Applescript will grab all the notes in the selected mailbox (i.e. the selected Notes item in Mail) and put them in a textEdit document.
    Note that Mail doesn't differentiate between a note and an email message, so if you run this while a normal email mailbox is selected, it will gather all of your email messages.
    tell application "Mail"
    set theMailboxes to the selected mailboxes of message viewer 0
    repeat with aMailbox in theMailboxes
    set theNotes to the messages of aMailbox
    set theText to ""
    repeat with aNote in theNotes
    set theText to theText & content of aNote & return
    end repeat
    end repeat
    end tell
    tell application "TextEdit"
    set myDocument to make new document at end of documents with properties {text:theText}
    end tell
    Copy and paste this into a new AppleScript Editor Document, select the Notes mailboxes you want to print the notes from, and click the Run button (Green button with arrow).
    This may take a while.

  • How can I print out my contacts from my ipad

    HHow can I print out my contacts from my iPad or iPhone?

    Hi Ken, there is an app, Contact Sheet (http://itunes.com/apps/appiota/contactsheet) that will not only print your contacts, it can also print the pictures!  This app can be used to back up, share, or extract information from your contacts.  You can select which contacts to use by creating a group and you can choose which fields to include.  So, for example, if you were creating a phone list to distribute to your bowling group, you could just include names and phone numbers and not include address or other information that people may not want shared.  It can even be used to send group emails and group text messages.  Please check it out!

  • How can I print grocery store receipts from an iPad?

    I run a natural food grocery store and am considering using iPads as our checkout device. (We currently use iMacs, which are nearly 5 years old now.) I think I could set up a nice system using FileMaker Go. I have done quite a bit of searching, and I don't see a clear answer as to how and whether I could print receipts on an industrial-quality receipt printer, wireless or otherwise, from the iPad. I'm not interested in anything that has a slow response time or requires printing through a separate computer (otherwise, I'll stick with using iMacs!). The receipts must be printed quickly and on the spot.
    Apple's Camera Connection Kit appears to be a straightforward way to get a USB port onto the iPad, and I assume (correct me if I'm wrong) I could get multiple USB ports by attaching a self-powered hub to that port. So that should take care of the input devices, namely the barcode scanners and credit card swipes.
    But it sounds like printing requires an additional application or a driver. I don't even have an iPad to test yet. Can anyone clue me in?

    You cannot connect a USB hub to an iPad and you cannot connect just any USB device to an iPad via the Camera Connection Kit. The only supported printing from an iPad is using AirPrint which is supported by only a few printers, which won't meet your printing requirements.
    I suggest sticking with iMacs, although I don't know why you don't use a standard cash register system.

  • I purchased a new mac book pro,how can I transfer my music library from my old mac book pro?

    I purchased a new mac book pro, how do transfer my music library from my old mac book pro to the new one?

    Use the Migration Assistant app.

  • How Can I print directly the report from the printer without showing it ?

    I know how to run the report from Form as it illustrate on this site:
    http://www.lv2000.com/articles/runreport.htm
    but the question here how could i to generate the report directly to the printer without showing it on the screen???
    I search on the net and I find that I should change this line :-
    SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_DESTYPE, cache);
    to this
    SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_DESTYPE, printer);
    but it is not working with me :-(
    is there any suggest ?!

    Check if any of these helps
    Re: Direct Printing in Forms10g
    Web.Show_Document() print report directly
    Direct Printing from client PC

  • HT4356 I have just updated my Epson printer to one which supports air print but consider it to be a waste of money as my printer has two paper trays and there is option to choose which try...just "print"  How can I print photos via AirPrint from photo  tr

    Hi,
    First-timer on this...Just updated my printer which was less than one year old, to one which had Air Print capabilities. This one is the Epson XP605 which has two trays, one being for photos. Each time I tried to Air Print a photo, it printed from the A4 plain paper tray instead of the Photo Tray.Twice...then I came into my study and changed the printer settings to Tray 1 (photo tray) Photo paper, size 5x7 and  Photo Best, but still it printed on plain A 4 paper. Would be most grateful for any help, although I did read on one Apple site that AirPrint may not be able to choose trays!!!! "may not"??  Thanks

    I just figured out the print quality issue for my wife with her new iMac and new printer.
    She replaced both at once and she couldn't understand why her Artisan 730 was lower quality then her Epson R280 when they had the same specs.
    Turns out the newer printer had the option to connect via wifi which we used during setup.
    The driver options are completely different depending on how you connect.
    Once I connected via USB the correct options were available and the print quality was better.
    Looking at the R2400 it dies not have wifi, but while researching the problem for my wife someone esle was having an issue updating to the latest printer driver.
    If you go into the print utility from the Printer and Scanner system preference and under the general tab you should have driver 5.5.
    One user had to delete the old printer driver before Software Update loaded the newer printer driver.
    https://discussions.apple.com/message/15947486#15947486
    On my MacBook Pro (w Snow Leopard) I always had to reconnect my wifi at home when it woke up. I upgraded my router from an old Netgear to a newer N D-Link and stopped having to do that.
    I would be surprised you would have that problem with an Airport Extreme, you might check to see if there is a firmware update for it.

  • How can i print out text messages from my iPhone 5

    How to print text messages from iPhone 5

    SMS text messages are backed up with the iPhone - whether it's locally or to iCloud. If you've already written over the backup that had them (as in, backed up after the delete) then they're gone.
    If you still have a backup available from a time where you had the messages on your iPhone, all you have to do is erase the iPhone and restore from that backup.
    "Retrieve deleted messages from iPhone" is simple as pie.

  • How can I print to Officejet 6700 from Win XP x64 computer?

    Purchased the 6700 and conencted to network and prints from Win 7 laptops fine.
    My desktop workstation in HP Z600 running Win XP X64, but cannot seem to get a driver to suit to print over the network.
    I would prefer not to have to trash and replace the OS on the workstation!
    Is there a work-around or some sort of interface that I could use?
    My home network does have a little HP server, but it runs Win Server 2003, which is also incapable to connecting to the printer.
    This question was solved.
    View Solution.

    Hello GeorgeCurran,
    Please follow the below steps that should atleast get you printing ..
    Click START > Control Panel > Printers and Faxes  , then
    Add a Printer > Add a local printer > Select "Create a New Port" > type in the Printer's IP address Click NEXT,
    in the Manufacturing list , select HP / Hewlett packard, and from the right pane , select Deskjet 990c and complete the wizard .
    Now try printing, it should work. 
    Regards,
    Jabzi
    Help the community by marking this post .
    Was your question answered? Mark it as an Accepted Solution!
    See a great post? Give it a Kudos!
    I work for HP
    Regards,
    Jabzi
    Give Kudos to say "thanks" by clicking on the "thumps Up icon" .
    Click "Accept as Solution" if it solved your problem, so others can find it.
    Although I am an HP employee, I am speaking for myself and not for HP.

  • How can I print a CD cover from an i Tunes downloaded CD

    I would like to print some album covers for CDs that I have burned to disc from i Tunes album purchases is it possible?

    Yes!  Put the tracks into a playlist. Open the playlist, and use the command File > Print.  Choose "CD jewel case" and set the Theme for "Single Cover."

  • How can I print, save or export from Data Modeler

    From Oracle SQL Developer I select Tools > Data Modeler, then drag a few tables on the surface. Both Print and Save options in the File menu are disabled. Also, there's no export option. What is the purpose of Data Modeler. I', using SQL Developer 2.1.0.63.

    It's Data Modeler Viewer included in SQL Developer 2.1. You need SQL Developer 3.0 or 3.1 EA1.
    Philip

  • How can I print the whole page from an onlione HTML application - when the whole page is not visible without scrolling down?

    I am working with a spreadsheet with percentage marks; only 5 names out of a class are visible at one time. I need to print the data for the whole class - in a whole sheet.

    What is the size of your actual page? Have you tried Select All and Print>Selection? Most applications will also let you resize the print area to fit the paper, and with html you might be able to resize the page for printng at 75-80%. However, that may be too small to read.

Maybe you are looking for

  • IMac is slow and unresponsive

    My late 2009 model iMac is running slow, become unresponsive for 10-20 seconds, giving me the spinning color pin wheel. I posted my EtreCheck below. It shows that ProPresenter is clogging about 62% of my CPU, but even when I am not running ProPresent

  • Powershell script to Scan Active Directory Attributes for Country and Department ,Then add to Sales Group then add to Distribution list based on Region

    Hey Scripting Guys, I have been in and out of Powershell last few years, not that great at it tbh !!! I'm looking for advice on how I can as in Title, Create a Powershell script to Scan Active Directory Attributes for Country and Department ,Then add

  • Playing content through Flash Player becomes hazy after sometime

    Hi, Recently I have been experiencing issues playing content through my Flash Player. After playing video content on sites such as Youtube for just a couple of hourse the Flash Player is not able to render the content rightly. I have tried clearing t

  • Error at WAD

    Please use an appropriate title - you have mentioned WAD but your post talks about report designer in WAD i am trying to get report designer, i am getting belwo error, please let me know how can i resolve W392    Element REPORT_ITEM_1 requires a mand

  • TNS_ADMIN Environment Variable

    Hi, I am trying to install Oracle AS 10g Standard Edition one on my system.The problem is 1. That when I try to install Oracle Portal with Metadata Repository 3.4GB option, I get the error that the environment variable TNS_ADMIN is set to a directory