I can't print websites to pdf format

I cannot print a website as a pdf file from Firefox 3.6.13 (I use a Mac OSX 10.6.6). Basically, what I do is go to the pull down menu, select print, and then Save as pdf. It only prints the first page. The print function for Firefox is also smaller, with fewer options, than the normal Mac print function (found in other applications like Office or Safari). The print to pdf works fine with Safari and Chrome (even though Chrome has a print function like Firefox, with fewer options).

You'll need to tell us more information: What version of PowerPoint? How are you "printing to PDF"? (Exactly what are you selecting? PDF in the Print dialog, the Acrobat PDF printer? what?) What Mac OS X version?

Similar Messages

  • Print script in pdf format

    Hi all,
    I have a script and i need to print it in pdf format ,right now its printing in orginal or normal .Please let me know what i should do in order to print it in pdf form, i don't want to save it somewhere and then print it,i need to print it directly rather than saving it.
    Any help would be greatly appreciated
    Thanks
    deepthi

    hi,
    can anyone check the code and tell me what iam missing
    I don't want to save the pdf file i want to print it or see it under print preview.
    WAITING FOR REPLIES
    DATA: PDFTAB TYPE TABLE OF TLINE WITH HEADER LINE,
    DATATAB TYPE TABLE OF ITCOO WITH HEADER LINE.
    DATA: BINFILESIZE TYPE I,
    FILE_NAME TYPE STRING,
    FILE_PATH TYPE STRING,
    FULL_PATH TYPE STRING.
    data: begin of itcpp.
            include structure itcpo.
    data: end of itcpp.
    itcpp-tdcopies = 1.
    itcpp-tdimmed  = 'X'.
    itcpp-tddelete = 'X'.
    itcpp-tdnewid  = ' '.
    ITCPP-tddest = 'LP01'.
    ITCPP-tdgetotf = 'X'.
    itcpp-tdpreview = 'X'.
    Call function 'OPEN_FORM'
          exporting
            device                            = 'PRINTER'
            dialog                            = 'X'
           form                              = 'ZZ_PICK_LIST '
            form                              = space
            language                          = sy-langu
            options                           = itcpp.
    call function 'START_FORM'
             exporting
             ARCHIVE_INDEX          =
               form                   = 'ZTEST'
             LANGUAGE               = ' '
             STARTPAGE              = ' '
             PROGRAM                = ' '
             MAIL_APPL_OBJECT       =
           IMPORTING
             LANGUAGE               =
           EXCEPTIONS
             FORM                   = 1
             FORMAT                 = 2
             UNENDED                = 3
             UNOPENED               = 4
             UNUSED                 = 5
             SPOOL_ERROR            = 6
             OTHERS                 = 7
    LOOP AT ITAB.
    call function 'WRITE_FORM'
            exporting
            element                        = 'HEAD'
            function                       = 'SET'
            window                         = 'MAIN'
    ENDLOOP.
    CALL FUNCTION 'CLOSE_FORM'
       IMPORTING
         RESULT                         = itcpp
         RDI_RESULT                     =
       TABLES
          OTFDATA                        = DATATAB[]
        EXCEPTIONS
          UNOPENED                       = 1
          BAD_PAGEFORMAT_FOR_PRINT       = 2
          SEND_ERROR                     = 3
          SPOOL_ERROR                    = 4
          OTHERS                         = 5
       IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
       ENDIF.
    CALL FUNCTION 'CONVERT_OTF'
       EXPORTING
          FORMAT                      = 'PDF'
          MAX_LINEWIDTH               = 132
         ARCHIVE_INDEX               = ' '
        IMPORTING
          BIN_FILESIZE                = BINFILESIZE
         TABLES
           OTF                         = DATATAB[]
           LINES                       = PDFTAB[]
        EXCEPTIONS
          ERR_MAX_LINEWIDTH           = 1
          ERR_FORMAT                  = 2
          ERR_CONV_NOT_POSSIBLE       = 3
          OTHERS                      = 4
       IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
       ENDIF.
    *ENDIF.

  • How To Generate And Print Reports In PDF Format From EBS With The UTF8 Char

    Hi,
    I want to know How To Generate And Print Reports In PDF Format From EBS With The UTF8 Character Set in R12.0.4.
    Regards

    Refer to Note: 239196.1 - PASTA 3.0 Release Information
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=239196.1
    Or, you can use XML Publisher.
    Note: 551591.1 - Need Latest XML Publisher / BI Publisher Patches For R12
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=551591.1

  • Illustrator CS3 can't print/save as PDF

    I installed CS3 and the error message:
    "The Save as PDF and Save PDF as PostScript options in the Printer Dialog are not supported"
    Does this mean that its not picking up on the Adobe Acrobat/Distiller 8?
    How would I activate this? Help!!
    Same thing with InDesign CS3, can't print/save as PDF.
    (this is on a mac)

    It may be looking for your RIP ppd, as well as Acrobat 8. Acrobat should have installed all the necessary files, but you might take a look into that. I don't think Distiller is part of the Save-As procedure. You might take a look into "Add-A-Printer" OSX option and select Acrobat 8 there ( although it should have loaded during the install ). Another option is re-install your printer's software and any RIP software ( if available ). Before you do, get whatever updates you can from the manufacturer. It could also mean, after you've done the previous suggestions, you correct permissions on your HD using Apple's Disk Utility. Leave the machine ON overnight so that the Apple Utilities can clean house while you're sleeping.

  • How to print form into pdf format using smart forms in abap

    please let me know how to print form into pdf format using smart forms in abap.
    Moderator message: please search for available information/documentation.
    Edited by: Thomas Zloch on Mar 25, 2011 2:04 PM

    Hi ,
    refer this link
    <removed by moderator>
    Regards,
    Dhina..
    Moderator message: please do not reply to questions that violate forum rules.
    Edited by: Thomas Zloch on Mar 25, 2011 2:04 PM

  • How can I generate javadoc in PDF format?

    Hi,
    How can I generate javadoc in PDF format?
    Thanks,
    Fayezin

    HTML to PDF with Java, using OpenOffice.org - example here: [http://www.dancrintea.ro/html-to-pdf/|http://www.dancrintea.ro/html-to-pdf/]
    You can use OpenOffice.org, running as a server and command it remotely for document convertion.
    Besides HTML to PDF, there are also possible other convertions:
    doc --> pdf, html, txt, rtf
    xls --> pdf, html, csv
    ppt --> pdf, swf
    Code example:
    import officetools.OfficeFile; // this is my tools package
    FileInputStream fis = new FileInputStream(new File("c:/test.html"));
    FileOutputStream fos = new FileOutputStream(new File("c:/test.pdf"));
    // suppose OpenOffice.org runs on localhost, port 8100
    OfficeFile f = new OfficeFile(fis,"localhost","8100", true);
    f.convert(fos,"pdf");
    -----------------------------------------------------------------------------------------------------------------------------------------

  • My phone has been changed under warranty by the apple store in germany. ı need a change document to register the phone in my country again. ımeı numbers of old and new must be in the document.you can send an mail in pdf format as soon as possible please.

    my phone has been changed under warranty by the apple store in germany.
    ı need a change document to register the phone in my country again.
    ımeı numbers of old and new must be in the document.you can send an mail in pdf format
    as soon as possible please.
    your's respectfully.
    new phone serial no:DQ******TC0
    old phone serial no:DN*******T9Y
    Product:
    iPhone 4S
    Serial Number:
    DN*******T9Y
    Service Requested:
    December 3, 2012
    Status:
    Repair Complete
    <Edited by Host>

    No we cannot send it to you because we are users just like you and Apple does not monitor these forums.
    But you can find the IMEI numbers yourself. Read the ENTIRE article:
    http://support.apple.com/kb/HT4061

  • Can not print turbo tax pdf form prints but no data

    can not print turbo tax pdf form prints but no data

    Thanks much for your help
    Works great
    Ward Johnson

  • Can you print password protected pdfs from an ipad?

    can you print password protected pdfs from an ipad?

    This may help, but I do note that the printer you state is NOT on the airprint list. You may need to go to the app store and see if Canon has an app that will facilitate printing on a non AirPrint device.
    http://support.apple.com/kb/HT4356

  • Issue in printing table to PDF format

    Hi all,
    I am really facing an issue in designing reports. I have to customize the report that i am displaying in the dashboard while printing or sending it as mail.I need to create a multipage report.
    I have a table displayed on the dashboard. Now with the help of the print button i can print the table to PDF format. But before printing in need to add some pages to the report like on first page i have a introduction(static) then on second page i have a table of content then after that i need to place the table that is on the dashboard etc.
    Could it be possible to modify a report like this or any other alternative?
    Thanks a lot.

    I found the solution .
    I incorporated query,infofield,company logo in report designer and then i imported the report designer into WAD

  • Unable to Generate Printed Documentation in PDF Format

    This past week I started having a consistent error when attempting to generate a Printed Documentation layout. This error reads "Internal error encountered,  Failed to generate Printed Documentation."  Prior Printed Documentation builds on this same project completed fine. Nothing was done to the Help project between the times when this worked and when it no longer was able to create Printed Documentation.
    I receive this error even if I generate an entirely new "blank project" build, and then attempt to create a Printed Documentation build from this new blank project.  Researching this error, I see this has been a reoccuring problem with this product for some time. The few threads that list the problem as having been "fixed" provide resolution steps that have not worked in my case. Right now I am waiting for our IT Helpdesk people to re-install the Suite. Hopefully this will resolve this problem.
    Additional information on this problem - PDF Printed Documentation is failing - the HTML build works fine. If I select just a .DOC Printed Documentation output, this also works correctly. The resulting Word document looks good, although hyperlinks do not work within this Word document. I have reloaded Office 2003 as a troubleshooting effort, but this has nbot resulted in any change in symptoms.
    The entire error text is enclosed below, although several other people have also done this in past entries. The few lines that read "Warning, and then report a style issue is NOT the problem here. As stated earlier, when I do this same Printed Documentation build on an entirely new "blank project" it does not work, and the Output text in that case does not contain any such "Warnings" about Styles.
    Error text below:
    Starting to build Printed Documentation...
    Printed Documentation processor 8.0.1.204
    Building C:\Documents and Settings\tcleary\My Documents\My RoboHelp Projects\Adobe RoboHelp 8\10515-0366-5004_7800v-hh rsp\!SSL!\Printed_Documentation.doc ...
    Preparing to create Printed Documentation...
    Clearing output folder...
    Preparing files for Print Document...
    Copying files...
    Updating files...
    Finished preparing in 2 seconds.
    Preparing environment...
    Printed Document Generator Environment: Word 11.0.8313,  OS 5.1.2600, RAM 2048 M Bytes
    Building Printed Documentation 'Printed Documentation'...
    Building Single Document 'Printed_Documentation.doc'...
    Building 'RF-7800V-HH About this Help'...
    Building 'Table of Contents'...
    Preparing to build chapters...
    Building 'RF-7800V-HH Help and Support'...
    Processing 'RF-7800V-HH Welcome'...
    Building 'RF-7800V-HH RSP Help'...
    Processing 'RF-7800V-HH Station Information'...
    Building 'RF-7800V-HH Features'...
    Processing 'RF-7800V-HH Features'...
    Processing 'RF-7800V-HH Anc. Connector Mode'...
    Processing 'RF-7800V-HH No-Sync Beeps'...
    Processing 'RF-7800V-HH Power Management'...
    Processing 'RF-7800V-HH Retransmit'...
    Processing 'RF-7800V-HH USB Mode'...
    Processing 'RF-7800V-HH Broadcast Gateway'...
    Processing 'RF-7800V-HH IP Routing'...
    Processing 'RF-7800V-HH Voice Settings'...
    Processing 'RF-7800V-HH Time and Date Settings'...
    Processing 'RF-7800V-HH Position Reporting'...
    Processing 'RF-7800V-HH User Interfaces'...
    Processing 'RF-7800V-HH Net Switches'...
    Processing 'RF-7800V-HH Ethernet Interface'...
    Building 'RF-7800V-HH Global Settings'...
    Processing 'RF-7800V-HH Global Settings'...
    Processing 'RF-7800V-HH Radio Passwords'...
    Processing 'RF-7800V-HH GPS'...
    Processing 'RF-7800V-HH Locksets'...
    Building 'RF-7800V-HH Network Types'...
    Processing 'RF-7800V-HH Network Types'...
    Building 'RF-7800V-HH Fixed Frequency LOS'...
    Processing 'General Information - Fixed Frequency LOS'...
    Processing 'RF-7800V-HH FF Network Information'...
    Processing 'RF-7800V-HH FF Preset'...
    Processing 'RF-7800V-HH FF General'...
    Processing 'RF-7800V-HH FF Comsec'...
    Processing 'RF-7800V-HH FF Data-Voice'...
    Processing 'RF-7800V-HH FF Squelch'...
    Processing 'RF-7800V-HH FF Advanced'...
    Warning: style (p.Heading7) is not defined and will be mapped to 'Normal'.
    Building 'RF-7800V-HH Quicklook'...
    Processing 'General Information - Quicklook'...
    Processing 'Hopset Creation - Quicklook'...
    Processing 'RF-7800V-HH QL Network Information'...
    Processing 'RF-7800V-HH QL Preset'...
    Processing 'RF-7800V-HH QL General'...
    Processing 'RF-7800V-HH QL Comsec'...
    Processing 'RF-7800V-HH QL Data-Voice'...
    Processing 'RF-7800V-HH QL Advanced'...
    Building 'RF-7800V-HH Sample Plans'...
    Processing 'General Information - Sample Plans'...
    Processing 'Simple Fixed and Quicklook Nets'...
    Processing 'Single Fixed and Quicklook Nets'...
    Processing 'RF-7800V-HH Manage Keys'...
    Processing 'RF-7800V-HH Program Radio'...
    Building 'RF-7800V-HH Tech Support'...
    Processing 'RF-7800V-HH Technical Support'...
    Processing 'RF-7800V-HH Radio Firmware Compatibility'...
    Building 'FAQs'...
    Processing 'RF-7800V-HH FAQ Index'...
    Processing 'FAQ 01'...
    Warning: style (span.strong) is not defined and will be removed.
    Warning: style (p.para) is not defined and will be mapped to 'Normal'.
    Processing 'FAQ 02'...
    Processing 'FAQ 03'...
    Processing 'FAQ 04'...
    Processing 'FAQ 05'...
    Processing 'RF-7800V-HH Glossary'...
    Warning: style (p.FM_CellRowHead) is not defined and will be mapped to 'Normal'.
    Warning: style (span.Glossary) is not defined and will be removed.
    Warning: style (p.FM_CellBodyLeft) is not defined and will be mapped to 'Normal'.
    Warning: style (p.FM_GLOSSARY) is not defined and will be mapped to 'Normal'.
    Warning: style (p.FM_Para) is not defined and will be mapped to 'Normal'.
    Completed building chapters...
    Building 'Index'...
    Updating list paragraphs...
    Updating images...
    Updating page numbers...
    Updating page headers...
    Updating Table of Contents...
    Updating Index...
    Saving 'Printed_Documentation.doc'...
    Generating 'Printed_Documentation.pdf'...
    Failed the generate PDF file 'C:\Documents and Settings\tcleary\My Documents\My RoboHelp Projects\Adobe RoboHelp 8\10515-0366-5004_7800v-hh rsp\!SSL!\Printed_Documentation.pdf'...
    Failed to save 'Printed_Documentation.doc'...
    Cleaning up temporary files...
    I am pretty sure nobody will have any fix suggestions that work to solve this problem, but I am making this entry for historical purposes. I will add an entry stating whether the Suite reload resolves this issue.
    Thanks,
    Tim C @ Harris

    If I select ONLY the Word DOC Output format in the Printed Documentation
    setup, the output is created without an error (output text below).  Links do work within
    this Word document (a symptom change since installing patch 8.0.2).
    When I use this Word document to create a PDF (using the Adobe PDF
    printer driver) a PDF is successfully created, however no bookmarks are
    created in the bookmarks panel and none of the links in this PDF work
    (although they are created looking like they will work, i.e., blue
    underlined text).
    Regards,
    Tim
    ------------- Output Text --------------------------
    Starting to build Printed Documentation...
    Printed Documentation processor 8.0.1.204
    Building C:\Documents and Settings\tcleary\My Documents\My RoboHelp Projects\Adobe RoboHelp 8\10515-0366-5004_7800v-hh rsp\!SSL!\Printed_Documentation.doc ...
    Preparing to create Printed Documentation...
    Clearing output folder...
    Preparing files for Print Document...
    Copying files...
    Updating files...
    Finished preparing in 3 seconds.
    Preparing environment...
    Printed Document Generator Environment: Word 11.0.8313,  OS 5.1.2600, RAM 2048 M Bytes
    Building Printed Documentation 'Printed Documentation'...
    Building Single Document 'Printed_Documentation.doc'...
    Building 'RF-7800V-HH About this Help'...
    Building 'Table of Contents'...
    Preparing to build chapters...
    Building 'RF-7800V-HH Help and Support'...
    Processing 'RF-7800V-HH Welcome'...
    Building 'RF-7800V-HH RSP Help'...
    Processing 'RF-7800V-HH Station Information'...
    Building 'RF-7800V-HH Features'...
    Processing 'RF-7800V-HH Features'...
    Processing 'RF-7800V-HH Anc. Connector Mode'...
    Processing 'RF-7800V-HH No-Sync Beeps'...
    Processing 'RF-7800V-HH Power Management'...
    Processing 'RF-7800V-HH Retransmit'...
    Processing 'RF-7800V-HH USB Mode'...
    Processing 'RF-7800V-HH Broadcast Gateway'...
    Processing 'RF-7800V-HH IP Routing'...
    Processing 'RF-7800V-HH Voice Settings'...
    Processing 'RF-7800V-HH Time and Date Settings'...
    Processing 'RF-7800V-HH Position Reporting'...
    Processing 'RF-7800V-HH User Interfaces'...
    Processing 'RF-7800V-HH Net Switches'...
    Processing 'RF-7800V-HH Ethernet Interface'...
    Building 'RF-7800V-HH Global Settings'...
    Processing 'RF-7800V-HH Global Settings'...
    Processing 'RF-7800V-HH Radio Passwords'...
    Processing 'RF-7800V-HH GPS'...
    Processing 'RF-7800V-HH Locksets'...
    Building 'RF-7800V-HH Network Types'...
    Processing 'RF-7800V-HH Network Types'...
    Building 'RF-7800V-HH Fixed Frequency LOS'...
    Processing 'General Information - Fixed Frequency LOS'...
    Processing 'RF-7800V-HH FF Network Information'...
    Processing 'RF-7800V-HH FF Preset'...
    Processing 'RF-7800V-HH FF General'...
    Processing 'RF-7800V-HH FF Comsec'...
    Processing 'RF-7800V-HH FF Data-Voice'...
    Processing 'RF-7800V-HH FF Squelch'...
    Processing 'RF-7800V-HH FF Advanced'...
    Warning: style (p.Heading7) is not defined and will be mapped to 'Normal'.
    Building 'RF-7800V-HH Quicklook'...
    Processing 'General Information - Quicklook'...
    Processing 'Hopset Creation - Quicklook'...
    Processing 'RF-7800V-HH QL Network Information'...
    Processing 'RF-7800V-HH QL Preset'...
    Processing 'RF-7800V-HH QL General'...
    Processing 'RF-7800V-HH QL Comsec'...
    Processing 'RF-7800V-HH QL Data-Voice'...
    Processing 'RF-7800V-HH QL Advanced'...
    Building 'RF-7800V-HH Sample Plans'...
    Processing 'General Information - Sample Plans'...
    Processing 'Simple Fixed and Quicklook Nets'...
    Processing 'Single Fixed and Quicklook Nets'...
    Processing 'RF-7800V-HH Manage Keys'...
    Processing 'RF-7800V-HH Program Radio'...
    Building 'RF-7800V-HH Tech Support'...
    Processing 'RF-7800V-HH Technical Support'...
    Processing 'RF-7800V-HH Radio Firmware Compatibility'...
    Building 'FAQs'...
    Processing 'RF-7800V-HH FAQ Index'...
    Processing 'FAQ 01'...
    Warning: style (span.strong) is not defined and will be removed.
    Warning: style (p.para) is not defined and will be mapped to 'Normal'.
    Processing 'FAQ 02'...
    Processing 'FAQ 03'...
    Processing 'FAQ 04'...
    Processing 'FAQ 05'...
    Building 'RF-7800V-HH Glossary'...
    Warning: style (p.FM_CellRowHead) is not defined and will be mapped to 'Normal'.
    Warning: style (span.Glossary) is not defined and will be removed.
    Warning: style (p.FM_CellBodyLeft) is not defined and will be mapped to 'Normal'.
    Warning: style (p.FM_GLOSSARY) is not defined and will be mapped to 'Normal'.
    Warning: style (p.FM_Para) is not defined and will be mapped to 'Normal'.
    Completed building chapters...
    Building 'Index'...
    Updating list paragraphs...
    Updating images...
    Updating page numbers...
    Updating page headers...
    Updating Table of Contents...
    Updating Index...
    Saving 'Printed_Documentation.doc'...
    Completed building Printed Documentation...
    Preparing output directory...
    Cleaning up temporary files...
    Finished Printed Documentation generation in 5 minutes 36 seconds.
    Building Printed Documentation complete.

  • Can't print or see pdfs in print dialogue with 10.6.8

    After installing 10.6.8 and safari 5.1.5, can't print pdfs from sites. Unable to save same pdfs also. Installed lasted software for my printer. Firefox doesn't display the pdfs.Worked fine with 10.6.7.

    Have a look for and delete (if found) this file
    /Library/Internet Plug-Ins/AdobePDFViewer.plugin
    It could also be in the User Library folder, so check here too:
    Home/Library/Internet Plug-Ins/AdobePDFViewer.plugin

  • FrameMaker hangs and can't print to Adobe PDF

    FrameMaker has been hanging and blowing up on me. Specifically, it hangs when I try to save all the chapters in a book. Some of these books are very small, maybe 20 or 30 pages. After I stop Frame thru Task Manager and reboot, I can reopen the book and my changes appear to be there. I looked through the forum and saw something that said it might be because the PC doesn't have enough memory. It has 3.5 GB RAM. Isn't that enough?
    Also, when I print (to my default printer = Adobe PDF), if I unselect "print to file," nothing happens - no Distiller window opens - I don't see any new files generated. I can "save as PDF" just fine. I can "print to Adobe PDF" from other apps, just not from Frame. I can "print to file" and then open the resulting .ps; then Distiller opens and creates the PDF file. This is annoying - it used to automatically launch Distiller and create the PDF in one step instead of two.
    I'm putting both this issues in a single topic because they both started at about the same time.
    I tried re-installing Frame and Acrobat, but I didn't uninstall first.
    I'm using Windows XP Pro and Frame 8.0p277.
    So where do I go from here?
    Thanks

    Yes, the location for the Adope PDF printer had garbage in it. I fixed that. That has now fixed the problem.
    However, Art's reply gave me an idea. I am using FrameMaker 8.0p277 (the version that came with Tech Comm Suite). Also, Acrobat 8 3D came with it.
    Since then, however, I have installed Acrobat 9 Pro (which also provided Distiller 9).
    Could it be that FrameMaker is trying to call Distiller 8, which no longer exists on my computer)?
    Answering prev questions:
    "So if you uncheck Print To File so the distiller generates the PS file and distills it automatically, nothing happens, right? It just sits there?
    and
    Have you tried selecting a different Job Option, like Standard, or High Quality?"
    Yes, if I uncheck Print to File, nothing happens and no .ps or .pdf is created.
    On the properties of my Adobe PDF printer
    There are actually four entries. It does not seem to matter which one I choose.
    I'm working now on seeing if I can get Acrobat re-installed.

  • Printing Problem in PDF format

    HI,
    Apps - 11.5.10.2
    DB-10.0.2.0.4
    OS RHEL 4.6
    Configure printer in OS level
    a.     Download the cups software & Install it.
    b.     Download the printer driver (PPD file) & copy it to /usr/share/cups/model/.
    c.     /etc/init.d/cups restart
    d.     Open browser- localhost:631
    e.     Configure the printer.
    Test the print is Coming or not from OS level.
         Lp -<filename>
    Modify pasta_pdf.cfg for PDF printing
    Check PDF package is available
    Restart Concurrent Processing Server after changes
         Register the printer with Oracle Applications
    a.     Login with System Administrator Responsibility
    b.     Navigation: System Administrator - Install – Printer
    c.     select type accordingly else select PASTA Universal Printer
    We need to Register Printer with the same name which has been derived at the Linux Box Level.
    Navigation: System Administrator-Install-Printer-Driver
    We need to register printer in following steps: Driver -> Styles->Types -> Register
    In order to make use of PDF Printing Directly from a Concurrent Program we need to have
    PASTA_PDF Driver existing in the Oracle Applications.
    Navigation: System Administrator -> Install -> Printer -> Driver
    Driver Name : PASTA_PDF
    User Driver : Pasta PDF Driver
    Description : Pasta driver to print pdf converted to PostScript by 3rd party utility
    Driver Method : Program
    Driver Method Parameters : Spool File
    Program Name : FNDPSTAX
    Arguments:
    pn$PROFILES$.PRINTER-f$PROFILES$.FILENAME–c$PROFILES$.CONC_COPIES-Fpasta_pdf.cfg
    We need to check whether PDF Publisher is exists or not.
    Navigation: System Administrator -> Install ->Printer -> Style
    Check that for the type PASTA Universal Printer Type – PDF Publisher & PASTA_PDF are present.
    Defining and Assigning the Printer at Concurrent Program Level
    Am able to get PDF format print for Standard Report like ACT USERS etc..
    For Custom report am facing Error
    sh: pdftops: command not found
    Pasta: Error: Preprocess failed. Command=pdftops /testAPP/testcomn/admin/out/TEST_rofdbs3/o417217.out /testAPP/testcomn/temp/pasta8982_0.tmp
    Pasta: Error: Preprocess or Print command failed!!!
    APP-FND-00500: AFPPRN received a return code of failure from routine FDUPRN. Program exited with status 1
    Cause: AFPPRN received a return code of failure from the OSD routine FDUPRN. Program exited with status 1.
    Action: Review your concurrent request log file for more detailed information.
    Thanks
    KSV.DBA
    Edited by: KSV.DBA on Dec 6, 2010 11:35 PM

    Hi;
    Please check below notes:
    APP-FND-00500 and lp:Destination Non-Existent [ID 248071.1]
    APP-FND-00500 "Oracle Apps Printing Completed With Warning. No Output To Printer" [ID 759089.1]
    APP-00500 Or APP-FND-00500 Error When Printing A Report [ID 1018291.102]
    APP-FND-00500: AFPPRN ... An Error Occurred In Getting Printer Driver Information [ID 867965.1]
    ARDLGP errors with APP-FND-00500: AFPPRN received a return code of failure from routine FDUPRN [ID 1124476.1]
    Error: APP-FND-00500 XML Report Output is not Printed when Used in Request Set with 'Print Together' Option [ID 801419.1]
    Regard
    Helios

  • Can't print PPTX to PDF

    Wow, I went from not being able to add headers and footers to my pdf, to now I can't print to PDF from Powerpoint. Everytime I do, it pretends to print and then in the print window, it stops.
    I have uninstalled the application twice. I am losing my mind. Help, please.

    You'll need to tell us more information: What version of PowerPoint? How are you "printing to PDF"? (Exactly what are you selecting? PDF in the Print dialog, the Acrobat PDF printer? what?) What Mac OS X version?

Maybe you are looking for

  • I LOSE BIT LOCKER PASSWORD

    Hi, I loss bit locker password on Dell i-5 laptop, and I also made fresh installation of windows 8. I also loss backup file of BitLocker Recovery Key.  I contain many personal data i.e family pics, movies, and official data. So please help me that I

  • How to modify ACH PPD format?

    Hi experts: I was hoping somebody could give me a few pointers in how to modify this I believe the name of the Payment medium format for ACH PPD is ACH_FG_BULK. Thanks,

  • TV tuner card for G4 digital audio?

    Hi everyone or anyone, I just want a simple PCI card that I can screw my cable into and watch TV on my monitor at a max of 1080i. Seems everything I google is a PC (Windows) card. Isn't there an inexpensive quality card out there that is made for a M

  • How to change the Content-Transfer-Encoding for the fmddataa.fmd from base

    Dear all,    When I using this SO_DOCUMENT_REPOSITORY_MANAGERto send email,I find the fmddata.fmd  file have been changed  to binary file attachment. I don't hope so.any one have good idea to avoid this case occur?   Can you tell me how to change the

  • Asset class summary management auc

    Dear Forum, May I know what is the meaning of summary management auc under status of auc in asset class OAOA. Hope to have advice as I read from F1 but yet not clear. Thanks