Problem with PDF Output

Hi all,i am new to Oracle Apps.Today i happen to show the PDF o/p from my form.I created the template and attached in the XML publisher responsibility.But,when i try to run the form i can't see the PDF o/p,instead i get the XML o/p.Can anyone kindly say me what might be wrong?
FYI..
x_request :=fnd_request.add_layout('appl_name','template_code','en','US','PDF');
if x_request = false
then
     fnd_message.set_string('appl_name' ||' unable to set layout options');
     fnd_message.show;
else
     NULL;
--  fnd_message.set_string('x_result=true');
--  fnd_message.show;
end if ;Thanks in advance!!

HI,
Check the Template registration Sequence and change it the output format to PDF or other wise while running the concurrent program there is a option to change the output format.
Click the option button in the concurrent program window and change the format what u need
Regards
Srikkanth

Similar Messages

  • Problem with PDF output quality

    We recently upgraded to CS4 Suite Design premium and i am having problems getting illustrator to print high quality output.  I have a file created in illustrator which contains 300dpi tiff images created in photoshop (CMYK colorspace in both photoshop image and illustrator file)  when i print this file to pdf everything looks hi-rez except these images.  i have attempted adjusting all the obvious settings in the print dialoge box including:  Output/Printer Resolution, Graphics/Postscript level, Advanced/overprint and transparency flattener options/custom settings.  and nothing has worked.  Other things i have noted, is that in the print dialog box the only presets listed are Custom, Default and Default Web/Video/Mobile.  I have looked through the online help files and found the info on how to add "High Quality Print" to my adobe pdf presets, however it doesn't work.  furthermore i have tried the instructions here: http://help.adobe.com/en_US/Illustrator/14.0/WSA79FA899-BC95-401e-BD44-5B26BC31B369.html  where it says to move the files from "Documents and Settings\All Users\Application Data\Adobe\Adobe PDF\Application Support\Adobe PDF"  however there is no folder called "Application Support" on my system.  I have run out of ideas.
    The odd thing here, is that i can take the AI file into photoshop, and print a "High Quality Print" from photoshop with no problems, but i'd like to remove this step to speed up my workflow.
    I've attached both the high-quality pdf output from photoshop and the low-quality pdf output from illustrator for reference. (look closely at the logo's)

    Figured it out myself! yay!  (only took my entire moring)
    The solution:
    Dont print to PDF!
    SAVE AS COPY, then select Adobe PDF and click SAVE, this will bring up a dialog box with the options you need (including the "High Quality Print" Adobe PDF Preset)
    This was not clear in any of the instructions i read

  • Once Again, Problems with PDF Output in 3.0

    Sorry that i write another thread to this topic. i think i ´ve read all other posts (and oracle documents from oracle) but i can´t find the answer to my problem
    there a two things i wondering about:
    first: What is the right port (and how can i prove it, which one is used?)
    Some write use 8888 , some use the listener Port 1521 ???
    second: after copying the fop directory, do i have to use
    oc4j -install ?
    Bonus Questions :-)
    I always get 0 length pdf documents. Is there a logfile, where i can look in?
    At my first try i put the 3 lines at the of the file application.xml, but i got an error
    now i use this :
    <library path="../../../j2ee/fop-0.20.5/build/fop.jar"/>
    <library path="../../../j2ee/fop-0.20.5/lib/batik.jar"/>
    <library path="../../../j2ee/fop-0.20.5/lib/avalon-framework-cvs-20020806.jar" />
    </orion-application>#
    Is this the right position?
    Thanks
    marco

    Hi Marco,
    First: What is the right port (and how can i prove it, which one is used?)In your OC4J configuration there will be a line which specifies which port should be used. To check which port it is try doing this -
    [jes@db j2ee]$ grep "port=" home/config/http-web-site.xml
    <web-site host="localhost" port="8888"
    <web-site port="8888" display-name="Oracle9iAS Containers for J2EE HTTP Web Site">
        <!-- <frontend host="your_host_name" port="80" /> -->I ran that command whilst in the j2ee directory, you can see the output I got (3 lines), so in my case it is running on port 8888 (the third line is actually commented out).
    To check if the port is actually listening, try this -
    [root@db root]# lsof -i:8888
    COMMAND  PID USER   FD   TYPE  DEVICE SIZE NODE NAME
    java    9047 root   14u  IPv4 5133190       TCP *:8888 (LISTEN)
    java    9048 root   14u  IPv4 5133190       TCP *:8888 (LISTEN)
    java    9049 root   14u  IPv4 5133190       TCP *:8888 (LISTEN)
    java    9050 root   14u  IPv4 5133190       TCP *:8888 (LISTEN)
    java    9051 root   14u  IPv4 5133190       TCP *:8888 (LISTEN)
    java    9052 root   14u  IPv4 5133190       TCP *:8888 (LISTEN)
    java    9053 root   14u  IPv4 5133190       TCP *:8888 (LISTEN)
    java    9054 root   14u  IPv4 5133190       TCP *:8888 (LISTEN)
    java    9055 root   14u  IPv4 5133190       TCP *:8888 (LISTEN)
    java    9057 root   14u  IPv4 5133190       TCP *:8888 (LISTEN)
    java    9058 root   14u  IPv4 5133190       TCP *:8888 (LISTEN)
    java    9060 root   14u  IPv4 5133190       TCP *:8888 (LISTEN)
    java    9061 root   14u  IPv4 5133190       TCP *:8888 (LISTEN)
    second: after copying the fop directory, do i have to use
    oc4j -install ?No, when you run OC4J it should automatically setup the files for you, you can start the OC4J container by doing this -
    [root@db home]# $ORACLE_HOME/jdk/bin/java -jar oc4j.jar
    07/03/29 07:05:43 Oracle Application Server Containers for J2EE 10g (9.0.4.0.0) initializedYou can change the path to the java command to suit your own installation.
    Is this the right position?This is what my application.xml looks like -
    [root@db config]# more application.xml
    <?xml version="1.0" standalone="yes"?>
    <!DOCTYPE orion-application PUBLIC "-//Evermind//DTD J2EE Application runtime 1.2//EN" "http://xmlns.oracle.com/ias/dtds/orion-application-9_04.dtd">
    <!-- The global application config that is the parent of all the other
            applications in this server. -->
    <orion-application autocreate-tables="true" default-data-source="jdbc/OracleDS">
        <web-module id="defaultWebApp" path="../../home/default-web-app"/>
        <web-module id="dms0" path="../../home/applications/dms0.war"/>
        <web-module id="dms" path="../../home/applications/dms.war"/>
        <commit-coordinator>
            <commit-class class="com.evermind.server.OracleTwoPhaseCommitDriver"/>
            <property name="datasource" value="jdbc/OracleDS"/>
            <!-- Username and password are the optional properties
               replace with your commit_co-ordinator_super_user
                 <property name="username"
                                   value="system" />
                 <property name="password"
                                   value="->£$@£@£$!£" />
      -->
        </commit-coordinator>
        <persistence path="../persistence"/>
        <!-- Path to the libraries that are installed on this server.
         These will accesible for the servlets, EJBs etc -->
        <library path="../applib"/>
        <library path="../../../sqlj/lib"/>
        <library path="../../../rdbms/jlib/xsu12.jar"/>
        <library path="../../../lib/dsv2.jar"/>
        <!-- Path to the taglib directory that is shared
             among different applications. -->
        <library path="../jsp/lib/taglib"/>
        <!-- Comment out the jazn element to use principals.
        When both jazn and principals are present jazn is used  -->
        <!-- libraries below added for FOP support -->
    <library path="../../../j2ee/fop-0.20.5/build/fop.jar"/>
    <library path="../../../j2ee/fop-0.20.5/lib/batik.jar"/>
    <library path="../../../j2ee/fop-0.20.5/lib/avalon-framework-cvs-20020806.jar" />
    <!-- above libraries added for FOP support -->
        <principals path="./principals.xml"/>
        <log>
            <file path="../log/global-application.log"/>
        </log>
        <jazn provider="XML" location="./jazn-data.xml"/>
        <data-sources path="data-sources.xml"/>
        <connectors path="./oc4j-connectors.xml"/>
        <namespace-access>
            <read-access>
                <namespace-resource root="">
                    <security-role-mapping>
                        <group name="administrators"/>
                    </security-role-mapping>
                </namespace-resource>
            </read-access>
            <write-access>
                <namespace-resource root="">
                    <security-role-mapping>
                        <group name="administrators"/>
                    </security-role-mapping>
                </namespace-resource>
            </write-access>
        </namespace-access>
    </orion-application>Hope this helps
    John.

  • Problems with PDF output

    I created a journal page in Illustrator - which is a series of lines, some thicker than others.  They have been combined into a layout for a journal in InDesign.  All looks great and prints great from both programs.
    When I output to PDF I lose the integrity of my lines.  On screen they all look the same width (and they shouldn't), and when I print from the pdf, the thinner lines are completely gone.  I have tried various PDF settings and can't figure out what is causing the problem and why the pdf isn't looking exactly like the original.

    Are you printing with Adobe Acrobat? Other PDF software sometimes gives strange behavior, especially Preview.

  • Problem with pdf output of an internal table

    Hi,
    My requirement is to get the internal table out put to be displayed through pdf in a table form.
    Internal table :  
         Matter       Matter Description -
    > Table Head
         0011            Standard            -
    > Table contents
         0022             Clerk
    I want this to be displayed through pdf in same format.
    I searched sdn and tried this way.
    Please help if am wrong anywhere.
    Thanks,
    Sandeep
    Edited by: SandeepReddy on Jun 9, 2010 9:13 AM

    types:begin of ty_mara,
    matnr type matnr,
    end of ty_mara.
    data i_mara type standard table of ty_mara.
    data itab like line of i_mara.
    DATA: v_handle LIKE sy-tabix,
    v_spool_id type RSPOID,
    v_rc TYPE c,
    v_errmessage(100) TYPE c,
    gd_spool_nr type RSPOID,
    gd_bytecount type i,
    v_text(70) TYPE c.
    types ty_pdf type tline.
    data it_pdf_output type standard table of ty_pdf.
    data i_pdf like line of it_pdf_output.
    gd_spool_nr = sy-spono.
    SELECT matnr FROM mara INTO TABLE i_mara.
    CALL FUNCTION 'RSPO_OPEN_SPOOLREQUEST'
    EXPORTING
    dest = 'LP01'
    LIFETIME = '8'
    IMPORTING
    handle = v_handle
    spoolid = gd_spool_nr
    rc = v_rc
    errmessage = v_errmessage.
    LOOP AT i_mara into itab.
    v_text = itab-matnr.
    CALL FUNCTION 'RSPO_WRITE_SPOOLREQUEST'
    EXPORTING
    handle = v_handle
    text = v_text
    IMPORTING
    rc = v_rc
    errmessage = v_errmessage
    EXCEPTIONS
    handle_not_valid = 1
    OTHERS = 2.
    ENDLOOP.
    CALL FUNCTION 'RSPO_CLOSE_SPOOLREQUEST'
    EXPORTING
    handle = v_handle
    IMPORTING
    rc = v_rc
    errmessage = v_errmessage
    EXCEPTIONS
    handle_not_valid = 1
    OTHERS = 2.
    CALL FUNCTION 'CONVERT_ABAPSPOOLJOB_2_PDF'
    EXPORTING
    src_spoolid = gd_spool_nr
    IMPORTING
    pdf_bytecount = gd_bytecount
    TABLES
    pdf = it_pdf_output
    EXCEPTIONS
    err_no_abap_spooljob = 1
    err_no_spooljob = 2
    err_no_permission = 3
    err_conv_not_possible = 4
    err_bad_destdevice = 5
    user_cancelled = 6
    err_spoolerror = 7
    err_temseerror = 8
    err_btcjob_open_failed = 9
    err_btcjob_submit_failed = 10
    err_btcjob_close_failed = 11
    OTHERS = 12.
    LOOP AT it_pdf_output INTO i_pdf .
    TRANSLATE i_pdf USING ' ~'.
    CONCATENATE OUTPUT i_pdf INTO OUTPUT IN CHARACTER MODE.
    ENDLOOP.
    TRANSLATE OUTPUT USING '~ ' .
      app_type   = 'APPLICATION/PDF;'.
        CALL FUNCTION 'SCMS_STRING_TO_XSTRING'
        EXPORTING
          text     = output
          mimetype = 'APPLICATION/PDF;'
        IMPORTING
          buffer   = l_xstring.
    CONCATENATE cl_abap_char_utilities=>byte_order_mark_little
                  l_xstring
             INTO l_xstring IN BYTE MODE.
      CONCATENATE 'attachment; filename=NIM2_matter_Summary_'
                  sy-uzeit
                  '.pdf'
             INTO l_content.
      CALL METHOD cl_bsp_utility=>download
        EXPORTING
          object_s            = l_xstring
          content_type        = app_type
          content_disposition = l_content
          response            = _m_response
          navigation          = _m_navigation
    Edited by: SandeepReddy on Jun 9, 2010 10:30 AM

  • Problem with Excel output format

    Hi Guys,
    I am creating a report in XML Publisher (not standalone). I am facing some problems could anyone please help me to figure out the issues.
    Is it possible to have all three output format (PDF, HTML & EXCEL) exact (same aligned) only by creating a single RTF Template? I am facing the problem with Excel output format the output format of excel is taking excels cell formatting.
    Example Numeric fields --> Right Aligned, text fields --> Left Aligned
    One more issue with excel is -ve(negative) values are getting displayed in red and in brackets like ($13) (with red color).
    Our client want excel output on priority.
    Is there any limitation for excel output format of reports?
    It is very urgent for us please help.
    Any help would be highly appreciated.
    Thanks,
    Pragati
    Edited by: user11237443 on Aug 27, 2009 1:22 AM

    Hi Mahi,
    Thanks for your response. But i could not understand how can we write wrapper program could you please give some light on this or provide some link it would be helpful for me:-)
    I have read that blog for excel limitations but i have more question?
    1) What about the negative values?
    if any field is displaying negative amount then excel not displaying right value for that:(
    2)How can we align header or data?
    Do XMLP with EBS provide any solution for formatting in excel?
    3) If for the alignment of numeric value we concatenate them with any special character then how can we perform calculation that field?
    Here are so many formatting issues do we need to write any code in xml for that?
    Please help.
    Many Thanks,
    Pragati

  • Problem with PDF extract in a report

    Hi guys,
    We are facing a peculiar problem with PDF extract in a report. When we run a report and export PDF , all the records in the result set are populated in the PDF. however, if I navigate away from the report and return back to the same report, and click on export pdf (with the result set already populated) i get a blank PDF document without any records. If i run the report again and then export the PDF it works fine.
    Export excel works fine for all cases.
    I am assuming it has got something to do with the way the system handles the cache for PDF export.
    I also found that this occurs only when we have a value list filter with "none" set as default,and in this case, initially on opening  the report for the first time the query does not get executed automatically.
    Any help on this would be highly appreciated.
    Thanks and Regards,
    immanuel

    Hi Immanuel,
    Have you tried clearing the cache? My guess is, it is probably a defect.
    Regards,
    Vikram

  • Problem with RTPExport output video files

    Hi, I have a problem with RTPExport output video files. One side streams H263/RTP(AVTransmit2.java) and other write this steam to a file by RTPExport.java. When network conditions are ideal, output video file has same fps and same number of frames like original file. Problem occures, when theres packet lost in network, then output file has different fps,and also has less frames like original video(because it didnt write missing frames to file, and thats why it get shorter). Pls how can I achieve output file that will have the same fps like original one? How to write to file an identical copy of what I can see while receiveing video with AVReceive2.java? Its there a way to modifi rtpexport or avreceiver to do this? Thanks a lot!

    Trubka wrote:
    When network conditions are ideal, output video file has same fps and same number of frames like original file. Problem occures, when theres packet lost in network, then output file has different fps,and also has less frames like original video(because it didnt write missing frames to file, and thats why it get shorter). Okay, first off, the second file is smaller on purpose. RTP intentionally drops packets that are old/out of order in order to make sure real-time video stays as close to real time as it can. This is by design, so there's really nothing that can be done about it.
    How to write to file an identical copy of what I can see while receiveing video with AVReceive2.java? Technically speaking, what you're getting in the RTPExport is exactly what you got on the receiving end. Any frames that are dropped during transmission will not be seen by the receiver, nor saved by the receiver.
    Pls how can I achieve output file that will have the same fps like original one? I'm not 100% sure that you can, but, you can give the following idea a try. I make no guarentees that it'll work, but it should work for you...
    [http://java.sun.com/javase/technologies/desktop/media/jmf/2.1.1/solutions/RTPConnector.html]
    That example is an example of a "custom transport layer" for RTP connections. Essentially, it's some code that's handed the RTP packets on the transmission end, and it's expected to deliver those RTP packets on the other end. And it doesn't care about how they get from A to B, only that they do.
    If you were to replace the UDP socket in that example with a TCP socket, you would be guarenteed not to drop packets due to network reasons. Every RTP packet you were handed by the transmitter, you would then hand to the receiver. There is no guarentee that none of the packets would be cast away as "old" by the RTP protocol itself, but there's also no guarentee any of them would be. It's a crap-shoot at best, but it's certainly worth a try.

  • Printing Problems with PDF - Adobe Acrobat

    Printer - HP Deskjet 3070A
    Laptop - Asus Zenbook running Windows 7 Home Premium
    Issue: Printing problems with PDF (Adobe Acrobat Reader)
    Dear All,
    Please help!
    My printer was working absolutely perfectly until my brother in law recently needed to borrow my printer. He plugged in his laptop running Windows 8 (awful thing that is). Since he did this to print his own PDF, I cannot print mine.
    Although all the text will appear on the page perfectly both in the document view and on actual printing, it appears that some of the transparent formatting stuff on a PDF - such as boxes you have to fill in and transparent areas (such as you find on glorious tax forms) are omitted completely. In fact, in their place I was getting a single black dot. Now, after uninstalling and re-installing updates for the printer, windows 7, adobe acrobat reader, etc.etc. I get squat. Just all the text laid out but none of the shading or boxes.
    I have tried fiddling with the printer settings; the  print as 'photo' option, dpi settings, greyscale - as much as I can think of and I am thoroughly stumped.
    In a desperate attempt, I even installed the Universal Printer Drivers - thinking it might have been that. No. All I got was a page of gobbledygook. Consequently, I uninstalled and reinstalled the normal drivers again.
    If there are any wonderful people out there with any fabulous ideas about how I can get my shading and boxes back; I'd  very much appreciate it. Sadly I have a tax return to fill out (which is already fabulously late) and need my printer to work!
    Much appreciation in advance x

    Hey there @Reverie!
    Thanks for posting on the HP Forums!
    I can see that the printer is no longer printing in the correct format after it was plugged into the Windows 8 computer!  You mentioned you have run the updates and uninstalled/re-installed the printer software.  Have you uninstalled and re-installed the Adobe software? Are you getting the same issue from other programs as well? Are you getting the same issues if you are logged in as a different user on the computer? 
    I have located the HP Update Software Utility that may be able to help.  You can download an run the utility.  It may be able to locate any other updates for the printer.
    I would also recommend running a disk cleanup on the computer to clear any temporary files and junk files that may be causing some performance or software issues. If you do not know how to run a disk cleanup on the computer please follow this document regarding Delete files using Disk Cleanup.  It is recommended to restart the computer after a disk cleanup. After the restart try the print job again!
    Let me know if that helped and thanks again for posting on the HP Forums!
    Cbert
    I work on behalf of HP.
    Please click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" at the bottom of this post to say “Thanks” for helping!

  • We have a mac laptop and dont have any problems with pdf files but our imac will not open them.  any suggestions

    we have a mac laptop and dont have any problems with pdf files but our imac will not open them.  any suggestions?

    Back up all data.
    In the Finder, select Go ▹ Go to Folder from the menu bar, or press the key combination shift-command-G. Copy the line of text below into the box that opens, and press return:
    /Library/Internet Plug-ins
    From the folder that opens, remove any items that have the letters “PDF” in the name. You may be prompted for your login password. Then quit and relaunch Safari, and test.
    If you still have the issue, repeat with this line:
    ~/Library/Internet Plug-ins
    If you don’t like the results of this procedure, restore the items from the backup you made before you started. Relaunch Safari again.

  • Times Font Problems With PDFs

    Hello,
    I am having an intermittent problem with PDFs with Times fonts.
    Sometimes the PDFs print OK and other times words will be jumbled together or strange characters will take the place of certain punctuation marks. There are several other things that seem to happen, but I cannot remember every issue. Every time there is a problem, the PDF "Looks good on the monitor!".
    This happens on 10.3.9 and Os9 machines also.
    I have done Permission Repairs on a regular basis, cleaned my Font Caches, used FontFinagler etc.
    I have run Norton on the Os9 machines, taken all fonts out of ATM and put them back in, trashed Adobe prefs, etc.
    Sometimes this happens on PDFs from PCs, other times it happens on PDFs from Macs.
    All of the versions of Acrobat we are using are Professional versions with the latest updates, so that shouldn't be the issue.
    If anyone has any input on this, it will make my life considerably easier.
    TIA,
    David

    David,
    It sounds like the problem PDF docs did not have the fonts embedded into the docs when they were created originally, and the Times font on your computer is different. A couple of possible options, (a) ask the original creator to re-make the PDF doc with embedding the fonts, or (b) try re-writing the doc by doing a Save As... in Acrobat.
    Hope this helps.

  • CUPS problems with PDF printing

    I am having all manner of problems with PDF printing.  Recently added a Lexmark MX710 and have 7 machines that were previously printing fine to an X652de a T652 as well as a Samsung CLP770.  All network printers.
    Now there are bizarre issues with PDF printing. CUPS version 1.6.1.  The MX710 will blue screen and reboot when printing one specific pdf without fail.  There are all kinds of random nonsensical results when printing from different locations.  A pdf that stalls the X and T652 with "filter error" will print from my own machine to the same printer, using the same versions of cups, .ppd file, and everything package related to cups.
    Yet other PDF files will print, while some print complete gibberish, I can't find any rhyme or reason or anything predictable about any of it other than to say printing postscript files works fine all around.
    This has been universally in KDE printing through Okular.
    I've tried some things I've found suggested, such as modifying the mime.conv as suggested by an old ubuntu thread, adding the a2ps package, all to zero effect.
    Last edited by TheWretched (2012-12-08 00:27:41)

    At this point the only reasonable explanation I can think of is that the ppd package I downloaded and installed via included shell script from lexmark for the mx710 caused this whole catastrophe.  The only common thread for this problem starting was that I used this on all of the affected machines and they now all manifest problems.  And on four of these machines this is literally all that was done, they were loaded in september, have not been updated via pacman in any way, and are running the exact same version of cups poppler, and okular that they were then, which was working, and now cannot print pdf to any printer at all without causing one of several problems depending on the printer.
    I cannot seem to get this reversed though.  I've gone so far as to force remove all the cups packages, and delete the files associated with the install script, but the problem remains afterward.  From what I can see so far all this lexmark package did was display a license agreement, then copy the ppd files in it's folder to /usr/share/ppd/Lexmark.  This particular printer, the mx710 has no .ppd available that I have found other than this one from Lexmark directly.  Open printing doesn't have anything for this model.
    This printer's driver has some kind of a cups filter driver with it that the install script presumably installs, I suspect this could be what caused the problem specifically, but I must not be removing it correctly, despite following the file removal suggestions in the Lexmark readme for uninstallation.  CUPS printing is something I am new to and only have a basic understanding of.
    To answer some specific questions I nearly forgot, I don't have cups pdf installed.  I have chrome installed which can successfully save pages to PDF, previously it could also print pdf, and presumably it prints everything as pdf given the cups pdf workflow.  That is also broken now too, so printing from the browser causes the printer to fail as well.  If I save as pdf from chrome, and print with adobe reader, it works.
    Last edited by TheWretched (2012-12-11 14:25:40)

  • Anyone experiencing problems with pdfs with Mountain Lion?

    When I try to open pdfs downloaded from the internet via Safari to the Mountain Lion desktop I get this message:
    "There was an error opening this document. The file is damaged and could not be repaired."
    I have encountered this problem with pdfs downloaded from several sources.
    When I open pdfs received in email messages there is no probem.
    Can anyone advise please?

    I had been having a similar problem on Lion with Safari pdf files despite downloading the latest Adobe Reader XI.
    I would constantly get the same messages - There was an error opening this document. The file is damaged and could not be repaired. And I would get a blank page when I tried to print the pdf if I tried printing from the Safari web page using File - Print from the top toolbar on my laptop.
    Then I came across the grey Safari lozenge with action icons.
    This allowed me, without downloading the pdf, to print the pdf file direct from the Safari page by using the Print icon on the grey lozenge that appears centrally three quarters down the screen.
    Then I discovered that if I save the pdf using the Save icon from this same grey lozenge on the Safari page I can open and print this pdf version from my desktop.
    I've tested it with a couple of different pdf files and these methods work using the grey lozenge icons but the same pdfs files don't work using File - Save As on the Tool Bar.

  • Problem With PDF Generation With CFDOCUMENT

    I am having a problem with generating PDF's from my web
    pages.
    For example...if you go here
    http://www.michaelpumo.com
    and click the "Convert to PDF" link on the left you'll see that the
    output is totally wrong.
    Is it to do with my markup? I can't figure this out.
    Many thanks in advance.

    I, along with many others have had these types of problems
    and so far adobe hasn't addressed them (or at least I couldn't find
    anywhere where they have).
    Kapitaine, Have you tried outputting to flashpaper? Most of
    my formatting problems only occur in PDF.
    For instance, align right does not work properly. It pushes
    everything to the right, but is not flushed to the right so the
    output looks very unprofessional. This cfdocument was a good idea,
    and a good selling point but it is embarrassing to have sold my
    boss on it only to find out it is almost worthless in it's current
    state. BTW I'm working on a CFMX7.0.2 on Linux RHEL4.

  • Problem with pdf display downloaded from application server

    Hi all,
    I have a problem with displaying pdf downloaded from application server (saved in BINARY MODE).
    I am getting the pdf output of adobe form in FPFORMOUTPUT-PDF as rawstring back to my program and then converting that rawstring into binary form using the function module SCMS_BINARY_TO_STRING.
    Now, when I export the data to presentation server directly using cl_gui_frontend_services=>gui_download, the pdf is downloaded properly.
    However, when I save the data to application server file by looping at the internal table obtained from SCMS_XSTRING_TO_BINARY and using TRANSFER, and subsequently downloading the file in "unconverted format" from AL11 to my desktop, I am getting a "blank" pdf file (with the same number of pages as the one downloaded using gui_download).
    I have tried different encodings during download but in those cases i get corrupted pdf message. only the default option of INTIAL value seems to work.
    I am forced to believe that there is a problem in my code which saves the data to app server but I cant find any solution that is logical. Any solution to this would be greatly appreciated.
    Regards,
    Sasi
    Edited by: Sasi Upadrasta on Sep 29, 2010 7:55 PM

    used a program to read the file from appl server and then downloading it to desktop.

Maybe you are looking for