Hide URL in PDF output in hyperlink , Maintain History within reports

hi
i have some issues to discuss for report output in pdf format.
we are using java application to call reports via AS 10g, my issue are
1) Hide URL in PDF output for hyperlink created.(Using username/password in Key is not enough)
2) Maintain history as i call second report from my parent report then i want to go back to parent report.(Note here go.history or history.go(-1) work in HTML output format but not in PDF)
3)To Call Child PDF report in new window(here again working fine target="_blank" for HTML output but not for PDF)
regards
abid

Hi Ram,
Not sure if this is possible.
However, one workaround might be the following:
1. Write a javascript that submits the URL using, say a POST method, and does not show the parameters in the URL. You will have to write this javascript code in the "Before Report" Report Escape. For a generic example on how to use javascript in a report, see Metalink Note 125652.1. This note shows javascript to disable the right-click of the mouse on the report output.
2. Use the Hyperlink peroperty of the report to call this javascript function, eg,
javascript:myfunction('http://machine:port/reports/rwservlet?report=...+server=...+empno=&empno')
I am not a javascript expert, so I cannot give you an example of the function, but I hope someone in your team can find out.
Navneet.

Similar Messages

  • Incorrect PDF output after Bursting an Oracle 9i Report

    I have created a report for distribution. It is a single query based on several tables. I have 3 repeating frames -1 for the Budget Holder, then the cost centres for the Budget Holder, and then the nominal account for each of the cost centres.
    I removed the repeating frame for the Budget Holder and in the Main Section of the report set the "Repeat On" field to Budget Holder.
    The XML that I am using is :-
    <!-- Send a mail with an attachment for each budget manager -->
    <destinations>
    <foreach>
    <mail id="BudMon1"
    to="[email protected]"
    subject="Budget Monitoring Position Statement for &amp;&lt;TRIM_SUBSTR_BMBALSUM_BUDGET_HO&gt;">
    <body srcType="text">Attached are your current periods Budget Monitoring Figures.</body>
    <attach format="pdf" name="rep_&amp;&lt;BUDGET_HOLDER&gt;.pdf" srcType="report" instance="this">
    <include src="mainSection"/>
    </attach>
    </mail>
    </foreach>
    </destinations>
    The distribution is working correctly as far as creating the correct number of files and attaching the files to the individual emails.
    The problem is the content of the PDF report. For example if there are 2 Budget Holders and I run this report for each Budget Holder separately. It would generate 2 PDF's Budget Holder A has a 5 page report and Budget Holder B has a 2 page report.
    If I run the report for a range of Budget Holders and attempt to distribute the report it correctly generates 2 PDF's files with their ID's as part of the filename.
    In the file named A.pdf the resultant pdf is 6 pages - pages 1-5 of A's data and then the second page of Budget Holder B's data (page 2 of 2).
    In the file named B.pdf the resultant pdf is 6 pages - pages 2-5 of A's data is first followed by the 2 pages of Budget Holder B's data.
    It does not matter how many Budget Holders are in the range, the result is always the same. In each report there is all Budget Holders page 2 to ??? of data, except for the actual Budget Holders (M) whose report is being created, where all of their pages are included.
    If the other Budget Holders excluding (M) have only page 1 of 1, then this is not included in the report for M.
    Has anyone else experienced this problem before?
    Thanks
    Michael

    Hi Jennifer,
    The errors you are getting FRM 41214 and 41217 according to documentation means the following :
    FRM 41214 : Unable to run report.
    Cause: The report server was unable to run the specified report.
    Action: Check the Report server and make sure it is up and running.
    FRM 41217 : Unable to get report job status.
    Cause: There is a problem getting report status for a given report job.
    Action: Check the Report server and make sure that the specified job exists.
    The report itself is not run. Also it couldn't get report job status. Can you retry the operation after re-starting the server and also ensuring the report is run to success before firing the no result report.
    Thanks,
    Vinod.

  • PDF Output generates invalid Thai output

    PDF Output with English characters From Oracle Reports 6i is generated properly.
    We are facing problems while generating PDF OutPut with Thai characters . The Reports builder shows proper Thai Character, but when we generate to PDF file the output shows invalid Thai Characters.
    The environment variables set for this purpose are:
    NLS_LANG was changed to THAI in Reports Server
    THAI Fonts were installed in the Reports Server and also the machine hosting the Printer.
    If anybodys knows the solution or can give a clue to sorting out this issue, it will be very helpful.
    Best Regards,
    Savitha.
    null

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by SavithaG([email protected]):
    PDF Output with English characters From Oracle Reports 6i is generated properly.
    We are facing problems while generating PDF OutPut with Thai characters . The Reports builder shows proper Thai Character, but when we generate to PDF file the output shows invalid Thai Characters.
    The environment variables set for this purpose are:
    NLS_LANG was changed to THAI in Reports Server
    THAI Fonts were installed in the Reports Server and also the machine hosting the Printer.
    If anybodys knows the solution or can give a clue to sorting out this issue, it will be very helpful.
    Best Regards,
    Savitha.<HR></BLOCKQUOTE>
    Now Report will not support multi-char while your DESTYPE='FILE' and DESFORMAT='PDF'. I got the same problem in Tradition Chinese.
    So if you want to get a correct PDF file, you
    can install a Acrobat Writer first and then
    use the following setting: DESTYPE='Printer',
    DESFORMAT='PDF',DESNAME='Acrobat PDFWriter'(<== your acrobat printer name).
    After that, you can get a PDF file. But you have to key-in PDF file name as Acrobat printer dialog box will show up every time.I'll try to solve the problem to avoid user key-in every time. Now I still have no idea about it :(
    null

  • Regression testing on PDF output files from Reports?

    My current client is looking to do more automated regression testing of the output (content) of their reports, most of which are output from Reports6i into Adobe Acrobat PDF file format. Is anyone currently using or aware of a tool (QARun, WinRunner, etc.) that will do this? (Most of the tools can do a binary comparison of the PDF files that were output, but we need something that will look into the PDF files themselves and tell us where any differences are found in the actual content (text) of the report itself.)
    Thanks in advance for any info anyone can provide!
    - Bill

    Dear Nick,
    Just ensure a printer is configured. This can be done by typing in echo $PRINTER at the $Prompt.
    If it returns null then configurea printer and i fell this should resolve your problem,
    Since it did resolve my problem.
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Nick Mavrakis:
    I am having some trouble getting pdf output in the unix environment from Reports 6i.
    If I kick off a defined report file (.rep) from the command line as follows:
    rwrun60 testreport.rep destype=file desformat=pdf desname=testreport.pdf userid=connection_details
    I get the following errors:
    REP-0004: Warning: Unable to open user preference file.
    REP-3300: Fatal error in toolkit.
    UI-9: This function call is out of context
    If I run the command without the file output options (rwrun60 testreport.rep userid=connection_details) then the report opens up on the screen correctly. From here, if I try to generate a pdf file, I get the following error:
    REP-1800: Formatter error.
    The report is defined as character type, and is a simple listing of approximately 50 records from a database table. There are no graphics or any pl/sql defined in the report.
    Has anyone had similar problems in trying to do this?
    Any help is greatly appreciated.
    Cheers
    Nick<HR></BLOCKQUOTE>
    null

  • Browser closing when opening PDF output in Apps

    Hello,
    When opening the concurrent request/report output (for PDF output), the browser just closes.
    The PDF output were generated thru XML Publisher (reports converted in XML Publisher - rtf).
    PDF is defined in the Viewer Options/ System Options(Viewer). I could open PDF output by
    pressing CTRL key while clicking on the output request Output button. It will give prompt on
    whether to Open or Save the PDF.
    Not sure if it's really related to XML Publisher, maybe more on concurrent request, but idea
    will be very much appreciated.
    Thanks,
    Rownald

    To clarify what you posted:
    When opening the PDF document, your browser closes. When pressing the control key and opening the document, you get a dialog window (with the choices of open or save). What happens when you select open?
    This is browser behavior, nothing to do with this being a PDF file. Which browser and which platform? If you are using IE7, popup blocker is automatically enabled, and if you are viewing this on a 2003 server, you have server security settings to override. Pressing the control key allows popups.

  • Reports PDF output

    Hi,
    I am able to sucessfully generate HTML output thru' Reports 6i.
    Can someone show me the steps to show the steps to show the Pdf output in client browser.
    incidently "publishing reports" documentation PDF show only how to generate HTML output.
    Is it true that I will have to follow 2 step process for that
    step1 : request the Pdf.
    step2 : redirect the browser to the location where the generated PDF was put by the Reports server.
    Can't I have the PDF be seen in the client browser in just one Go?

    Create a parameter
    let say p_output with datatype number.
    assume if p_output = 1 desformat= html
    and if 2 desformat = pdf
    In after parameterform report trigger
    initialized these values
    if :p_output = 1 then
    :desformat := 'HTML';
    Else
    :desformat := 'PDF';
    Endif;
    In this way u will be able to use a single button to solve ur purpose.
    sa.
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by izabella():
    I've had the same problem.
    We can't change the Report Seabrver's Success Page. So, you have to do it in 2 steps.
    (f.e., you can have 2 buttons).<HR></BLOCKQUOTE>
    null

  • PDF Output, security concerns

    Hello there,
    I'm using Forms6i & Reports 6i to generate PDF documents. Everything works well. But the generated PDF-files can be changed using the Acrobat Writer. Is there a way to force Reports (or any other tool) to generate PDF-files, which cannot be changed by anyone ? Purpose is the creation of signed documents, which should be archived and therefore these files should be protected against unauthorized access. I know this can be achieved by using Acrobat Writer, but it has to be done automatically through my application. Thanks for any help.

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by SavithaG([email protected]):
    PDF Output with English characters From Oracle Reports 6i is generated properly.
    We are facing problems while generating PDF OutPut with Thai characters . The Reports builder shows proper Thai Character, but when we generate to PDF file the output shows invalid Thai Characters.
    The environment variables set for this purpose are:
    NLS_LANG was changed to THAI in Reports Server
    THAI Fonts were installed in the Reports Server and also the machine hosting the Printer.
    If anybodys knows the solution or can give a clue to sorting out this issue, it will be very helpful.
    Best Regards,
    Savitha.<HR></BLOCKQUOTE>
    Now Report will not support multi-char while your DESTYPE='FILE' and DESFORMAT='PDF'. I got the same problem in Tradition Chinese.
    So if you want to get a correct PDF file, you
    can install a Acrobat Writer first and then
    use the following setting: DESTYPE='Printer',
    DESFORMAT='PDF',DESNAME='Acrobat PDFWriter'(<== your acrobat printer name).
    After that, you can get a PDF file. But you have to key-in PDF file name as Acrobat printer dialog box will show up every time.I'll try to solve the problem to avoid user key-in every time. Now I still have no idea about it :(
    null

  • Incomplete hyperlink in PDF output . HTML output works fine

    We have a 10g report that drills down to another report. The hyperlink to access the drill down report is very long (1080 chars).
    When generating HTML output, the url is complete and link works fine. When generating PDF output, link gets cut out and it does not work... incomplete link.
    Any ideas why this can be happening?

    hello,
    you might try to use the protocol prefix file:
    e.g. file:///d|/myfiles/test.xsl
    relative urls like d:/... are interpreted differently by
    browsers or acrobat reader.
    regards,
    the oracle reports team

  • How do I add hyperlinks in the PDF output

    I am generating the PDF output from my DITA sources by using the menu option File > Save as PDF and hyperlinks are not taken into account.
    What can I do to get them working?
    Thank you for your help.

    What do you mean by "hyperlinks"? Cross-references (using xref or link elements) to other targets in DITA topics? External xrefs to URLs or other targets outside of the scope of the project? Or are you creating other types of hyperlinks?
    Also .. what version of FM are you using (I know you said earlier, but I've forgotten).
    ...scott

  • Adding Hyperlinks in Report shuould take action in PDF Output

    Hi All,
    I had a requirement with reports
    Explanation of the requirement.
    I had a report aaa.rdf which gives a (one)employee monthly details.
    which need to be output in PDF.
    now the requuirement is
    I had added labels "next-month" and "previous-month" labels at either side of report title.
    I need the code to kept in these labels such that when this report is executed and taken into PDF file, when user
    user clicks on the "next-month" or "previous-month" in that PDF file, the action to take is it should re-ran the same report(aaa.rdf) and should display the output in PDF in the same window but now the output should show the
    coressponding next-month or previous-month results respectively of that employee.
    please let me know if this make sense.
    please guide for the above requirement.
    this is very very urgent your help will be appreciated.
    Thanks in advance
    RRM

    Hi,
    it is not too late ....
    It's possible to add such Hyperlinks to the pdf-Output of a report.
    With use of the built-in rw.set_hyperlink('hyperlink') in a format trigge you can realize that. "hyperlink" is for example then something like:
    '/reports/rwservlet?destype=cache&desformat=pdf&report=drilldetail.jsp&userid=scott/tiger@josi&p_deptno='||:deptno
    In your case it's a call to the same report you run before and you had to set your month-parameter in the call depending your current month (next or previous).
    With srw.set_hyperlink_attrs('string') it's possible to add additional attributes like for example
         srw.set_hyperlink_attrs('target=_new')
    which opens a new browser window.
    This works for HTML & PDF.
    Regards
    Rainer

  • Can Preview recognize hyperlinks (embedded URLs) in PDF docs?

    I've been trying to research this online but I get conflicting answers. Can Preview recognize hyperlinks (embedded URLs) in PDF documents? If it can, then how are those created?
    I am using Adobe Acrobat Professional v7 (on Windows) and Preview doesn't appear to see the links I've created. Acrobat Reader on both Mac and Windows works fine.

    I don't have any documents that I can test straight off, but I know Preview is limited when it comes to some of the advanced features of PDFs and you have to use Acrobat Reader for those. This might be another of those.

  • How to generate a PDF output using batch file in 10G

    Hello,
    I am using .bat file to generate a report PDF output. I have done this many times in 6i but for 10G I am unable to do the same.
    Can someone please look at the syntax below and let me know where I am going wrong.
    I understand that reports are different for 6i and 10G specially .rep file but I am sure we should be able to generate a PDF file using 10G. Please let me know.
    Thanks
    IQ
    Contents of .bat file follow
    ECHO Opening parameter form. Please do not close this window.
    C:\
    FOR /F "tokens=1 " %%I IN ('time /t') DO (SET _TIME=%%I)
    FOR /F "tokens=2 " %%I IN ('date /t') DO (SET _DATE=%%I)
    SET EXP_DATE=%_DATE:~6,4%%_DATE:~0,2%%_DATE:~3,2%_%_TIME:~0,2%%_TIME:~3,2%
    SET FILENAME=SEND_EMAIL_%EXP_DATE%_%USERNAME%.PDF
    CD C:\Users\Documents
    RWCONVERTER REPORT=C:\Users\Documents\send_email.rep USERID=scott/tiger@ORCL1 ORIENTATION=LANDSCAPE DESFORMAT=PDF DESTYPE=FILE
    DESNAME=C:\Users\\%FILENAME% PRINTJOB =NO

    Rwconverter is not used to run reports:
    rwconverter (Reports Converter) enables you to convert one or more report definitions or PL/SQL libraries from one storage format to another.
    I think you mean rwrun:
    rwrun (Reports Runtime) runs a report by starting its own in-process server (not to be confused with the default in-process Reports Server), which runs in the same JVM as the rwrun process.
    This bat file has to run on the server. There is no Reports installation on the client anymore.
    If you want to run a report from a client, you can make a bat file that calls the report url
    See: http://download.oracle.com/docs/cd/E14571_01/bi.1111/b32121/pbr_cla002.htm#i634710

  • Cannot View PDF output in Template Viewer

    Guys
    I am a newbie to the XML Publisher. I installed the following patches for the Publisher.
    Trying to view a PDF output via Viewer and getting the following log
    Log Message:-
    [042407_110204096][oracle.apps.xdo.template.FOProcessor][STATEMENT] FOProcessor.setData(InputStream) is called.
    [042407_110204112][][STATEMENT] Logger.init(): *** DEBUG MODE IS OFF. ***
    [042407_110204112][oracle.apps.xdo.template.FOProcessor][STATEMENT] FOProcessor.setTemplate(InputStream)is called.
    [042407_110204112][oracle.apps.xdo.template.FOProcessor][STATEMENT] FOProcessor.setOutput(OutputStream)is called.
    [042407_110204112][oracle.apps.xdo.template.FOProcessor][STATEMENT] FOProcessor.setOutputFormat(byte)is called with ID=1.
    [042407_110204112][oracle.apps.xdo.template.FOProcessor][STATEMENT] FOProcessor.setLocale is called with 'en-US'.
    [042407_110204112][oracle.apps.xdo.template.FOProcessor][STATEMENT] FOProcessor.process() is called.
    [042407_110204112][oracle.apps.xdo.template.FOProcessor][STATEMENT] FOProcessor.generate() called.
    [042407_110204112][oracle.apps.xdo.template.FOProcessor][STATEMENT] createFO(Object, Object) is called.
    [042407_110204112][oracle.apps.xdo.common.xml.XSLT10gR1][STATEMENT] oracle.xdo Developers Kit 10.1.0.3.0 - Production
    [042407_110204112][oracle.apps.xdo.common.xml.XSLT10gR1][STATEMENT] Scalable Feature Disabled
    [042407_110204159][oracle.apps.xdo.template.fo.FOProcessingEngine][STATEMENT] Using proxy for PDF Generator
    [042407_110204237][oracle.apps.xdo.template.FOProcessor][STATEMENT] Calling FOProcessingEngine.process()
    [042407_110204237][oracle.apps.xdo.template.fo.datatype.AttrKey][STATEMENT] WARNING: Found undetermined AttrKey: xmlns:xlink
    [042407_110204252][][STATEMENT] [ PDF GENERATOR ]---------------------------------------------
    [042407_110204252][][STATEMENT] XDO version = Oracle XML Publisher 5.6.2
    [042407_110204252][][STATEMENT] java.home = C:\Program Files\Java\j2re1.4.2_06
    [042407_110204252][][STATEMENT] XDO_TOP = null
    [042407_110204252][][STATEMENT] Config Path = null
    [042407_110204252][][STATEMENT] Debug Cfg Path= null
    [042407_110204252][][STATEMENT] Font dir = C:\Program Files\Java\j2re1.4.2_06\lib\fonts\
    [042407_110204252][][STATEMENT] Locale = en-US
    [042407_110204252][][STATEMENT] Fallback font = type1.Helvetica
    [042407_110204252][][STATEMENT] [ PDF GENERATOR PROPERTIES ]---------------------------------
    [042407_110204252][][STATEMENT] digit-substitution=null(not set)
    [042407_110204424][][STATEMENT] font.ALBANY WT J.normal.normal=truetype.C:\Program Files\Java\j2re1.4.2_06\lib\fonts\ALBANWTJ.ttf
    [042407_110204424][][STATEMENT] font.ALBANY WT K.normal.normal=truetype.C:\Program Files\Java\j2re1.4.2_06\lib\fonts\ALBANWTK.ttf
    [042407_110204424][][STATEMENT] font.ALBANY WT SC.normal.normal=truetype.C:\Program Files\Java\j2re1.4.2_06\lib\fonts\ALBANWTS.ttf
    [042407_110204424][][STATEMENT] font.ALBANY WT TC.normal.normal=truetype.C:\Program Files\Java\j2re1.4.2_06\lib\fonts\ALBANWTT.ttf
    [042407_110204424][][STATEMENT] font.ALBANY WT.normal.normal=truetype.C:\Program Files\Java\j2re1.4.2_06\lib\fonts\ALBANYWT.ttf
    [042407_110204424][][STATEMENT] font.ANDALE DUOSPACE WT J.normal.bold=truetype.C:\Program Files\Java\j2re1.4.2_06\lib\fonts\ADUOJB.ttf
    [042407_110204424][][STATEMENT] font.ANDALE DUOSPACE WT J.normal.normal=truetype.C:\Program Files\Java\j2re1.4.2_06\lib\fonts\ADUOJ.ttf
    [042407_110204424][][STATEMENT] font.ANDALE DUOSPACE WT K.normal.bold=truetype.C:\Program Files\Java\j2re1.4.2_06\lib\fonts\ADUOKB.ttf
    [042407_110204533][][STATEMENT] font.ANDALE DUOSPACE WT K.normal.normal=truetype.C:\Program Files\Java\j2re1.4.2_06\lib\fonts\ADUOK.ttf
    [042407_110204533][][STATEMENT] font.ANDALE DUOSPACE WT SC.normal.bold=truetype.C:\Program Files\Java\j2re1.4.2_06\lib\fonts\ADUOSCB.ttf
    [042407_110204533][][STATEMENT] font.ANDALE DUOSPACE WT SC.normal.normal=truetype.C:\Program Files\Java\j2re1.4.2_06\lib\fonts\ADUOSC.ttf
    [042407_110204533][][STATEMENT] font.ANDALE DUOSPACE WT TC.normal.bold=truetype.C:\Program Files\Java\j2re1.4.2_06\lib\fonts\ADUOTCB.ttf
    [042407_110204533][][STATEMENT] font.ANDALE DUOSPACE WT TC.normal.normal=truetype.C:\Program Files\Java\j2re1.4.2_06\lib\fonts\ADUOTC.ttf
    [042407_110204533][][STATEMENT] font.ANDALE DUOSPACE WT.normal.bold=truetype.C:\Program Files\Java\j2re1.4.2_06\lib\fonts\ADUOB.ttf
    [042407_110204533][][STATEMENT] font.ANDALE DUOSPACE WT.normal.normal=truetype.C:\Program Files\Java\j2re1.4.2_06\lib\fonts\ADUO.ttf
    [042407_110204533][][STATEMENT] font.CG TIMES.italic.bold=type1.Times-BoldItalic
    [042407_110204627][][STATEMENT] font.CG TIMES.italic.normal=type1.Times-Italic
    [042407_110204627][][STATEMENT] font.CG TIMES.normal.bold=type1.Times-Bold
    [042407_110204627][][STATEMENT] font.CG TIMES.normal.normal=type1.Times-Roman
    [042407_110204627][][STATEMENT] font.COURIER NEW.italic.bold=type1.Courier-BoldOblique
    [042407_110204627][][STATEMENT] font.COURIER NEW.italic.normal=type1.Courier-Oblique
    [042407_110204627][][STATEMENT] font.COURIER NEW.normal.bold=type1.Courier-Bold
    [042407_110204627][][STATEMENT] font.COURIER NEW.normal.normal=type1.Courier
    [042407_110204627][][STATEMENT] font.COURIER.italic.bold=type1.Courier-BoldOblique
    [042407_110204627][][STATEMENT] font.COURIER.italic.normal=type1.Courier-Oblique
    [042407_110204627][][STATEMENT] font.COURIER.normal.bold=type1.Courier-Bold
    [042407_110204627][][STATEMENT] font.COURIER.normal.normal=type1.Courier
    [042407_110204627][][STATEMENT] font.DEFAULT.italic.bold=type1.Helvetica-BoldOblique
    [042407_110204627][][STATEMENT] font.DEFAULT.italic.normal=type1.Helvetica-Oblique
    [042407_110204783][][STATEMENT] font.DEFAULT.normal.bold=type1.Helvetica-Bold
    [042407_110204783][][STATEMENT] font.DEFAULT.normal.normal=type1.Helvetica
    [042407_110204783][][STATEMENT] font.GLFALLBACK.normal.normal=truetype.C:\Program Files\Java\j2re1.4.2_06\lib\fonts\ALBANWTJ.ttf
    [042407_110204783][][STATEMENT] font.HELVETICA.italic.bold=type1.Helvetica-BoldOblique
    [042407_110204783][][STATEMENT] font.HELVETICA.italic.normal=type1.Helvetica-Oblique
    [042407_110204783][][STATEMENT] font.HELVETICA.normal.bold=type1.Helvetica-Bold
    [042407_110204783][][STATEMENT] font.HELVETICA.normal.normal=type1.Helvetica
    [042407_110204783][][STATEMENT] font.MONOSPACE.italic.bold=type1.Courier-BoldOblique
    [042407_110204783][][STATEMENT] font.MONOSPACE.italic.normal=type1.Courier-Oblique
    [042407_110204783][][STATEMENT] font.MONOSPACE.normal.bold=type1.Courier-Bold
    [042407_110204783][][STATEMENT] font.MONOSPACE.normal.normal=type1.Courier
    [042407_110204783][][STATEMENT] font.SANS-SERIF.italic.bold=type1.Helvetica-BoldOblique
    [042407_110204923][][STATEMENT] font.SANS-SERIF.italic.normal=type1.Helvetica-Oblique
    [042407_110204923][][STATEMENT] font.SANS-SERIF.normal.bold=type1.Helvetica-Bold
    [042407_110204923][][STATEMENT] font.SANS-SERIF.normal.normal=type1.Helvetica
    [042407_110204923][][STATEMENT] font.SERIF.italic.bold=type1.Times-BoldItalic
    [042407_110204923][][STATEMENT] font.SERIF.italic.normal=type1.Times-Italic
    [042407_110204923][][STATEMENT] font.SERIF.normal.bold=type1.Times-Bold
    [042407_110204923][][STATEMENT] font.SERIF.normal.normal=type1.Times-Roman
    [042407_110204923][][STATEMENT] font.SYMBOL.normal.normal=type1.Symbol
    [042407_110204923][][STATEMENT] font.TIMES NEW ROMAN.italic.bold=type1.Times-BoldItalic
    [042407_110204923][][STATEMENT] font.TIMES NEW ROMAN.italic.normal=type1.Times-Italic
    [042407_110204923][][STATEMENT] font.TIMES NEW ROMAN.normal.bold=type1.Times-Bold
    [042407_110204923][][STATEMENT] font.TIMES NEW ROMAN.normal.normal=type1.Times-Roman
    [042407_110204923][][STATEMENT] font.TIMES.italic.bold=type1.Times-BoldItalic
    [042407_110205079][][STATEMENT] font.TIMES.italic.normal=type1.Times-Italic
    [042407_110205079][][STATEMENT] font.TIMES.normal.bold=type1.Times-Bold
    [042407_110205079][][STATEMENT] font.TIMES.normal.normal=type1.Times-Roman
    [042407_110205079][][STATEMENT] font.ZAPFDINGBATS.normal.normal=type1.ZapfDingbats
    [042407_110205079][][STATEMENT] pdf-changes-allowed=0
    [042407_110205079][][STATEMENT] pdf-compression=true
    [042407_110205079][][STATEMENT] pdf-enable-accessibility=true
    [042407_110205079][][STATEMENT] pdf-enable-copying=false
    [042407_110205079][][STATEMENT] pdf-encryption-level=0
    [042407_110205079][][STATEMENT] pdf-hide-menubar=false
    [042407_110205079][][STATEMENT] pdf-hide-toolbar=false
    [042407_110205079][][STATEMENT] pdf-no-accff=false
    [042407_110205079][][STATEMENT] pdf-no-cceda=false
    [042407_110205079][][STATEMENT] pdf-no-changing-the-document=false
    [042407_110205079][][STATEMENT] pdf-no-printing=false
    [042407_110205079][][STATEMENT] pdf-open-password=
    [042407_110205079][][STATEMENT] pdf-permissions=0
    [042407_110205282][][STATEMENT] pdf-permissions-password=
    [042407_110205282][][STATEMENT] pdf-printing-allowed=0
    [042407_110205282][][STATEMENT] pdf-replace-smartquotes=true
    [042407_110205282][][STATEMENT] pdf-security=false
    [042407_110205282][][STATEMENT] ------------------------------------------------------
    [042407_110205282][][STATEMENT] Rendering page [1]
    [042407_110205282][oracle.apps.xdo.common.font.FontFactory][STATEMENT] Type1 font created: Helvetica
    [042407_110205282][oracle.apps.xdo.common.font.FontFactory][STATEMENT] TrueType font created: C:\Program Files\Java\j2re1.4.2_06\lib\fonts\ALBANWTJ.ttf(0)
    [042407_110205282][oracle.apps.xdo.common.font.FontFactory][STATEMENT] Type1 font created: Times-Roman
    [042407_110205298][][STATEMENT] Phase2 time used: 16ms
    [042407_110205298][][STATEMENT] Continue rendering page [1]
    [042407_110205298][][STATEMENT] Phase2 time used: 0ms
    [042407_110205298][][STATEMENT] Continue rendering page [1]
    [042407_110205298][][STATEMENT] Phase2 time used: 0ms
    [042407_110205298][][STATEMENT] Continue rendering page [1]
    [042407_110205469][][STATEMENT] Phase2 time used: 171ms
    [042407_110205469][][STATEMENT] Continue rendering page [1]
    [042407_110205469][][STATEMENT] Phase2 time used: 0ms
    [042407_110205469][][STATEMENT] Continue rendering page [1]
    [042407_110205485][][STATEMENT] Phase2 time used: 16ms
    [042407_110205485][][STATEMENT] Continue rendering page [1]
    [042407_110205485][][STATEMENT] Phase2 time used: 0ms
    [042407_110205485][][STATEMENT] Continue rendering page [1]
    [042407_110205485][][STATEMENT] Phase2 time used: 0ms
    [042407_110205485][][STATEMENT] Continue rendering page [1]
    [042407_110205485][][STATEMENT] Generating page [1]
    [042407_110205485][][STATEMENT] Phase2 time used: 0ms
    [042407_110205485][][STATEMENT] Total time used: 1248ms for processing XSL-FO
    [042407_110205578][][STATEMENT] ProxyGenerator creating new page: 1
    [042407_110205594][][STATEMENT] Starting Generator.close()
    [042407_110205594][oracle.apps.xdo.common.font.FontFactory][STATEMENT] truetype.C:\Program Files\Java\j2re1.4.2_06\lib\fonts\ALBANWTJ.ttf closed.
    [042407_110205594][][STATEMENT] Generator.close() took: 0ms
    [042407_110205594][][STATEMENT] Total time to process commands from ProxyGenerator tmp file: 109ms
    [042407_110205594][oracle.apps.xdo.template.FOProcessor][STATEMENT] clearInputs(Object) is called.
    [042407_110205781][oracle.apps.xdo.template.FOProcessor][STATEMENT] clearInputs(Object) done. All inputs are cleared.
    End of Process.
    Time: 1.841 sec.
    Successfully generated xdo49386.pdf
    Spawning viewer...
    Error Message:-
    Windows cannot find 'C:\PROGRA~1\Oracle\XMLPUB~1\samples\tmp\xdo49386.pdf'. Make sure you typed the name correctly, and then try again

    Hi
    Can you find the document under that directory ?
    Tim

  • How to set the margins for the pdf output in BI Publisher

    Hi There,
    When we view a report in PDF format in BI Publisher, we get pdf output in an iframe.
    There are two scroll bars on the right side. When we scroll down the outer scrollbar to the bottom, there is a white space between the bottom border of the pdf report and bottom portion of the window.
    We are calling BI report from apex by passing the url of the report. In this case the white space at the bottom is quite evident and seems that lot of space is being wasted.
    Can somebody help me, how to remove or minimize this white space.
    Thanks
    Krishna
    Edited by: Yogi on Aug 30, 2010 5:41 PM

    Hello,
    open your report for editing, so you see the page with your layouts. Then click on the Link "Show as List" on the upper right. In the List of the output formats select "FO Formatted XML". This enables FO Export.
    Then execute your report, click on the small menu item at the upper right. The Menu opens, select Export -> FO.
    Hope that helps.
    Greetimgs,
    Sascha

  • Open PDF-Output in browser window with full height

    Hi,
    I must open some BIP-Reports as PDF in a browser window via URL. The problem ist, that the height of the PDF-Output is fixed, as the PDF is shown in an iframe with fixed height.
    The height can be set in the BIP preferences, but only to a fixed value (not to something like "100%"). If the height is smaller than the users browser window, then there is unused space below the pdf output. If the height is greater than the users browser window, there are two scrollbars to the right: One for the html-Page and one for the PDF.
    I tried the following options:
    1. http://<bip-server:port>/xmlpserver/public/<report-name>.xdo?_xmode=4&_xf=pdf
    -> Output is PDF, only the PDF is shown (_xmode=4), opens in same browser window but height is limited.
    2. http://<bip-server:port>/xmlpserver/public/<report-name>.xdo?_xmode=4&_xf=pdf&_xpt=1
    -> PDF is not opend in browser window, but can be downloaded or opened in a separate PDF-Viewers window.
    I would like to just open the PDF in the browser window in full height. How can I achive this?

    Hello Yesh,
    you can open PDFs as a guest user (without authentification):
    1. Allow Guest Access (Admin -> Security Configuration -> Check "Allow Guest Access" and select a folder name).
    2. Copy your Report into this guest folder
    3. You can open the Report as PDF with a link like this:
    http://(bip-server-name):9704/xmlpserver/(guest-folder-name)/(report-name)/(report-name).xdo?_xpt=0&_xf=pdf&_xmode=4(&report-parameters)
    Just replace the strings in brackets. You find a great description of the URL parameters in Tim Dexters Blog
    http://blogs.oracle.com/xmlpublisher/2006/07/accessing_xmlp_enterprise_repo.html
    I didn't find an option to set the height of the PDF-Output for the guest user in the BIP-UI. Maybe I missed something. But you can manually edit the configuration file. It is located on your BIP server direcory in the subdirectory xmlp/XMLP/Users. Select the guest users subdirectory and edit the configuration file "user~.profile".
    In this XML config file there is an entry "viewerHeight". In the Value-Tag you can enter the PDF output windows height in pixel (but unfortunaly not in % - this was the question of my original posting).
    Hope that helps...
    Sascha
    Edited by: sascha@tesat on Oct 26, 2009 9:02 AM

Maybe you are looking for

  • I have multiple pages I need to scan and email. How do I do this at one time?

    I have multiple pages to send by email. How do I scan and send them all at once instead of 10 separate emails?

  • How do I suggest an accessory for the 2nd gen nano?

    I'm trying to make a suggestion to Apple to make a belt clip for the 2nd gen nano like the older 40gb iPods had. How do I make one, because I can't find any sort of suggestion box(for lack of better term)

  • How to extract file with the extension .CAR

    Hi, I have a requirement where I need to extract the file .CAR . I have tried with the following command in DOS prompt :-  CAR -xvf <filename>  but I am not able to extract the file.Can you please tell how can I extract this file.What do I need to in

  • Running oracle report created by xml

    I would like to create the oracle report using xml file in runtime. Based on the note a92102.pdf,I able to create the xml file. But I have no idea how to run these file? How can I test it? Hope somebody can give suggestion? thanks.

  • Disable subgrid in ms crm 2013

    Hi All, how to disable subgrid in ms crm 2013, using javascript when onload event. i try some code that I have used in 2011, but not work in 2013 version. thanks