Using FDF with Crystal PDF exports?

Has anyone done anything with tying Crystal PDF exports together with FDFs to make fillable forms?
Edited by: Garrett Fitzgerald on Jan 13, 2012 11:47 AM clarify title

I don't think there's any hack available at this point in time.
What you could however do is log this as an Idea at http://ideas.sap.com and let our developers consider this as an Enhancement.
-Abhilash

Similar Messages

  • Adobe Reader 9 incompatible with keynote pdf export files

    Dear all
    I've been creating lectures using keynote for quite a while and it has been working fine. I'm relying on using pdf export for my students to print out my lecture notes.
    However, since Adobe Reader 9.0, my exported pdf files do not appear right on Adobe -- they look perfect using a pdf viewer but not with Adobe Reader (they seem fine with Adobe 7 !!)
    It's a pretty bad situation, IT services are of no help and don't know why this happens (and are unable to provide another pdf viewer for University computers). I might have to start using a different programme which I really don't want to do.
    Does anyone have the same problem?
    I can export as ppt (loosing some of the nice layout) and quicktime but that's not really a proper alternative.
    Btw it was tried out on a number of different University computers (and sometimes, the disappeared text, appears when highlighting the document)
    Any help much appreciated.
    Thanks

    I just DL'd the newest iWork, with KN 5.0.5, and have Reader 9.4.1. I exported a few of my KN presentations to pdf, and the result was fine with both Preview and Adobe Reader (but then, I had no problem before the update, either). So whatever the problem is, it's not universal.
    But I might still suggest a possible solution for those who are experiencing the problem (which I can't test conclusively, since I don't have it): Once the KN has been exported to pdf, open the pdf file with GraphicConverter, and then save it as pdf (to make sure I was saving a whole new file, and wanting to test it against the original version, I changed its name a bit). For me, again, both Preview and Reader open the new pdf file fine. But my theory is that saving with GC might possibly alter the file sufficiently to make it good for Reader, when it wasn't before.

  • Issue with Crystal Report export to PDF

    Have a report in Crystal Report 2008. The report runs fine, but would like to export it to PDF/EXCEL, but nothing happens when I select the Export type(i.e. PDF,Excel, etc).
    Steps to replicate:
    1. Run Crystal Report
    2. Click on EXPORT button.
    3. Select the Export type (PDF).
    4. Click on EXPORT - Nothing happens nor does it return any error.
    Would someone be able to provide some tips on this issue
    Thanks

    The problem is that the 3rd party is using some CR SDK. We don't even know what SDK that is. They should be coming here and asking us to help them on your behalf. It is almost impossible for us to help, not knowing how they implemented the SDK, which SDk, etc..
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center Canada
    Follow us on Twitter

  • Error with Crystal 2008 Exporting MS Excel using ReportExportFormat.MSExcel

    Hi
    </br>
    </br>
    I am using the sample code that comes with the Eclipse plug-in. I have modified it slightly to also write to different formats and then display in the viewer. I am able to write to all formats except to the MSExcel (MSExcel data only works without issue)
    </br>
    </br>
    <p>
    I am using the following code (this is just proof of concept code)</br>
                    //jtds connection and database logon setup already</br>
                    //report parameters etc setup already</br>
                    try</br>
                    {</br>
                         String file_name = reportClientDocument.displayName() + System.currentTimeMillis();</br>
                          file_name = file_name + ".xls";</br>
                          String location = "c:
    temp
    ";</br>
                          FileOutputStream fos = new FileOutputStream(location + file_name);</br>
                          </br>
                          ByteArrayInputStream byteArrayInputStream;</br>
    </br>
                          byteArrayInputStream = (ByteArrayInputStream) reportClientDocument</br>
                                  .getPrintOutputController().export(ReportExportFormat.MSExcel);</br>
    </br>
                          byte[] byteArray = new byte[1024];</br>
                          int bytesRead;</br>
                          while((bytesRead = byteArrayInputStream.read(byteArray)) != -1) </br>
                          {</br>
                               fos.write(byteArray, 0, bytesRead);     </br>
                          }</br>
    </br>
                          fos.flush();</br>
                          fos.close();</br>
                          setReportSource ();</br>
                    }</br>
    </p>
    </br>
    <p>
    Console/Error Output:
    Crystal Reports Viewer 12.0.0.0
    java.vendor = Sun Microsystems Inc.
    java.version = 1.5.0
    os.name = Windows XP
    os.version = 5.1
    os.arch = x86
    log4j:WARN No appenders could be found for logger (com.crystaldecisions.reports.formatter.formatter.lightmodel.cellmodel.FCMCellModel).
    log4j:WARN Please initialize the log4j system properly.
    com.crystaldecisions.sdk.occa.report.lib.ReportSDKException: IllegalArgumentExceptionWithMessage---- Error code:-2147467259 Error code name:failed
         at com.crystaldecisions.sdk.occa.report.application.PrintOutputController.if(SourceFile:237)
         at com.crystaldecisions.sdk.occa.report.application.PrintOutputController.export(SourceFile:147)
         at com.crystaldecisions.sdk.occa.report.application.PrintOutputController.export(SourceFile:128)
         at com.crystaldecisions.sdk.occa.report.application.PrintOutputController.export(SourceFile:111)
         at com.businessobjects.samples.SampleViewerFrame.showReport(SampleViewerFrame.java:145)
         at com.businessobjects.samples.SampleViewerFrame.showViewer(SampleViewerFrame.java:98)
         at com.businessobjects.samples.SampleViewerFrameClient.main(SampleViewerFrameClient.java:17)
    Caused by: com.crystaldecisions.reports.common.GeneralException: IllegalArgumentExceptionWithMessage
         at com.crystaldecisions.reports.exporters.excel.libs.escher.p.<init>(SourceFile:149)
         at com.crystaldecisions.reports.exporters.excel.libs.escher.BlipChecksumGenerator.a(SourceFile:47)
         at com.crystaldecisions.reports.exporters.excel.libs.escher.ad.a(SourceFile:93)
         at com.crystaldecisions.reports.exporters.excel.libs.escher.af.a(SourceFile:186)
         at com.crystaldecisions.reports.exporters.excel.libs.escher.EscherDocumentForExcel.a(SourceFile:119)
         at com.crystaldecisions.reports.exporters.excel.libs.escher.EscherDrawingSheetForExcel.a(SourceFile:283)
         at com.crystaldecisions.reports.exporters.excel.libs.biff.xlsDOM.ExcelWorksheet.a(SourceFile:251)
         at com.crystaldecisions.reports.exporters.excel.formatter.cm.ExcelCMGraphicsObjectFormatter.a(SourceFile:167)
         at com.crystaldecisions.reports.exporters.excel.formatter.Excel97ExportFormatter.a(SourceFile:193)
         at com.crystaldecisions.reports.exporters.excel.formatter.Excel97ExportFormatter.a(SourceFile:169)
         at com.crystaldecisions.reports.exporters.excel.formatter.Excel97ExportFormatter.a(SourceFile:110)
         at com.crystaldecisions.reports.exporters.excel.Excel97Exporter.processFormattedContent(SourceFile:213)
         at com.crystaldecisions.reports.formatter.export2.a.a(SourceFile:104)
         at com.crystaldecisions.reports.formatter.export2.a.a(SourceFile:247)
         at com.crystaldecisions.reports.formatter.export2.ExportSupervisorEx.if(SourceFile:642)
         at com.crystaldecisions.reports.formatter.export2.ExportSupervisorEx.a(SourceFile:586)
         at com.businessobjects.reports.sdk.requesthandler.ReportViewingRequestHandler.a(SourceFile:636)
         at com.businessobjects.reports.sdk.requesthandler.ReportViewingRequestHandler.int(SourceFile:672)
         at com.businessobjects.reports.sdk.JRCCommunicationAdapter.do(SourceFile:1944)
         at com.businessobjects.reports.sdk.JRCCommunicationAdapter.if(SourceFile:661)
         at com.businessobjects.reports.sdk.JRCCommunicationAdapter.a(SourceFile:167)
         at com.businessobjects.reports.sdk.JRCCommunicationAdapter$2.a(SourceFile:529)
         at com.businessobjects.reports.sdk.JRCCommunicationAdapter$2.call(SourceFile:527)
         at com.crystaldecisions.reports.common.ThreadGuard.syncExecute(SourceFile:102)
         at com.businessobjects.reports.sdk.JRCCommunicationAdapter.for(SourceFile:525)
         at com.businessobjects.reports.sdk.JRCCommunicationAdapter.int(SourceFile:424)
         at com.businessobjects.reports.sdk.JRCCommunicationAdapter.request(SourceFile:352)
         at com.businessobjects.sdk.erom.jrc.a.a(SourceFile:54)
         at com.businessobjects.sdk.erom.jrc.a.execute(SourceFile:67)
         at com.crystaldecisions.proxy.remoteagent.RemoteAgent$a.execute(SourceFile:716)
         at com.crystaldecisions.proxy.remoteagent.CommunicationChannel.a(SourceFile:125)
         at com.crystaldecisions.proxy.remoteagent.RemoteAgent.a(SourceFile:537)
         at com.crystaldecisions.sdk.occa.report.application.ds.a(SourceFile:186)
         at com.crystaldecisions.sdk.occa.report.application.ReportSource.a(SourceFile:1558)
         at com.crystaldecisions.sdk.occa.report.application.ReportSource.a(SourceFile:337)
         at com.crystaldecisions.sdk.occa.report.application.PrintOutputController.if(SourceFile:223)
         ... 6 more
    Any help will be greatly appreciated, this seems as if its a bug though.
    </p>
    Edited by: Kabir Bray on Nov 2, 2010 4:26 PM

    I know this has been marked as answered, but I would just like to mention when designing reports for Excel output, the key thing
    to remember is the design and layout of your report. You have to work on a strict grid layout concept, and make sure all items are
    lined up 100% else columns or rows are inserted in strange places, making the output look very ugly. But if you can line everything
    up nicely then I believe any report that can be displayed in Excel.
    Keeping in mind that if the report is to be output as Excel the whole design and logic must be geared for this, so page headers
    and footers are no longer relevant, in fact the whole "page" concept must be ignored when working with Excel as there are
    no pages in a spreadsheet application like Excel.
    That all being said, I dont know what your reports are about and am not saying they are not too complex for Excel,
    just wanted to make a note so that people dont think Excel output using CR4E is a bad option.

  • Using FDF with Workflow server

    Hello all,
    I've got a PDF created with Acrobat Pro.
    I've made some actions in it to get and post data from and to FDF files (genererated by a PHP program). Everything works perfectly. I can get, with acrobat reader or pro, all the data I want.
    But i've tried to put it in the workflow server and it does not work. When I click on my button to get data, it does not work. Do you have an idea where the problem is ?
    Regards,
    Matt
    (I've passed it through reader extentions)

    Hey Matt,
    Check the topic on PDF/HTML Forms on Workflow Server 6.2 posted by Marcelo Machado.
    My answare was as follows, and he got back to me... It worked fine...
    Regards.
    "Hi, Marcelo.
    That one is quite simple.... All you gotta do is to create the basic Action fields on your form and to script a submit button as follows:
    1 - Create a hidden form field called JFWF_PDFINFO;
    2 - Create the action list box called JFWF_ACTION;
    3 - Create a button, which will run a JavaScript on the MouseUP event.
    Here's the secret:
    When you create a PDF form outside the Designer (e.g. using MS Word and Acrobat 6.0, for an instance) you have to customize the script for the Submit button. This is an example of a script that should be run on the MouseUP event of your submit button:
    var boEnvia = true;
    var oPDFInfoField = this.getField("JFWF_PDFINFO");
    var aPDFInfo = oPDFInfoField.value.split(";");
    var sTargetURL = "";// first element is the URL to post to
    var sCleared = "";
    var sRadioButtons = "";
    if (boEnvia){
    // see if potential checked checkboxes have been cleared
    for (var i = 1; i < aPDFInfo.length; i++) { var aNameValue = aPDFInfo[i].split("="); var sName = aNameValue[0]; var sValue = aNameValue[1];
    if (sName == "XFIELDS") {
    var aFieldNames = sValue.split(",");
    for ( var x = 0; x < aFieldNames.length; x++) { var oField = this.getField(aFieldNames[x]);
    if (oField != null && oField.type == "checkbox" && !oField.isBoxChecked(0)) {
    if (sCleared == "")
    sCleared = ";UNCHECKED=" + aFieldNames[x];
    else
    sCleared += "," + aFieldNames[x];
    else if (sName == "TARGETURL")
    sTargetURL = sValue;
    // Save radio button names...
    for (var x = 0; x < this.numFields; x++) { if (this.getField(this.getNthFieldName(x)).type == "radiobutton") { if (sRadioButtons == "") sRadioButtons = ";RB=" + this.getNthFieldName(x); else sRadioButtons += "," + this.getNthFieldName(x); } }
    if (app.viewerVersion < 6) { oPDFInfoField.value += "ENCODING=PDFDocEncoding" + sCleared + sRadioButtons this.submitForm( sTargetURL, false, // HTML form true, // Post all fields (true), or do Not post all fields (false) null, false, // Use post method (false) false); // For forms, do not submit annotations } else{ oPDFInfoField.value += "ENCODING=UTF-8" + sCleared + sRadioButtons; this.submitForm({cURL: sTargetURL, bEmpty: true, // Post all fields (true), or do Not post all fields (false) cSubmitAs: "HTML", // Post URL-Encoded cCharset: "utf-8"}); }

  • Strange quirk (?) with my pdfs exported from Indesign opened in PS

    I have created an 8 page brochure in Indesign and there is plenty of white space (just blank paper) at the top of each page - that's how I've designed it.
    Exported from Indesign and it looks fine, just like any other PDF. Open with Reader and the white space is still there.
    Export pages as Jpegs and teh white space is there.
    Open PDF pages in Photoshop and Photoshop actually crops the white space at the top away! the top of the page becomes the first element on the page (in this case, a text box)
    As an experiment, on two different pages I placed a random vector squiggle near the top of the pages to put something into the white space. Strangely, each page then comes into Photoshop as a different sized (height) page: photoshop seems to be almost (but not quite) taking the frame of each squiggle as the starting point of the top of the page.
    White space at bottom of page comes in fine - it is not chopped off. Entire document is as I would expect except the strange chopping off of the top of the pages!

    Typical!! - I solved the problem right after posting this.
    Works fine in Photoshop when "crop to crop box" is selected in  the menu options.

  • Has anyone got problems with the PDF exporter in Ooo 2.3.1 under windows

    Hi All,
    Sorry for the vague nature of this post, I need to get some ideas if I have a localized problem or if others are suffering the same issue.
    I have a Windows XP machine with SP2 and 512 meg ram
    I run Ooo 2.3.1
    I open a html document and work on it - save it and print to paper, it all works.
    I then hit the PDF Icon and the whole app locks up. Can someone else verify that they are having this issue?
    Thanks
    Ben

    Thanks for this, I will have a complete uninstall re-install session later today then (again) and see whats the issue.
    B

  • Set document name when use PrintToPrinter with Crystal Reports 2008

    Hy,
    from my application, in .net environment,  I print report on printer at runtime with PrintToPrinter command,
    but all documents that I print have the same spool name: "document".
    Is there a possibility to set this name ?
    Thanks
    Filippo

    solution below:
    How to set  the CR print job name that displayed in Printer job queue?

  • Help with first PDF export

    Although i have paid my subscription, every time i click on the export button i get an error message

    I have got it sorted thank you

  • Using type, with Flash Album Exporter

    Hello. I just discovered this plugin, and it works great. Is there an easy way to incorporate type into the albums?
    thanks

    Not in the flash portion of the slide presentation but you can embed the SimpleViewer flash slideshow in an iWeb page which has the navbar at the top. The following demo pages have examples of several of the FAE themes embedded:
    SimpleViewer
    Postcard

  • JRE Crash with 1.5.0_13 related to printing & PDF export

    Hi,
    I'm having a problem : JRE 1.5.0 (updates 6, 10 and 13 tried) crashes under my software. The problem is encountered with printing / PDF exporting functionality through JFreeReport. Issue is encountered only with dualcore computers. Fortunately the issue isn't encountered with 1.6.0 anymore but I'd still be interested to find some workaround to make the software run with 1.5.0 also (It would be nice not to require users to have 1.6.0) Problem has been detected with both Win XP SP 2 and Vista.
    First I was suspicious because we are using one JNI library but removing that didn't help so that shouldn't be the case.
    After some searching I found a couple of JVM bugs that were marked as duplicates for http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6186524 . Those were related to 2D things and hence printing, fonts, exporting and with some cases dualcore computers were mentioned. However, that bug should be fixed in 1.5.0_10 but upgrading to 1.5.0_10 (or 1.5.0_13) didn't help so it can't be the actual bug.
    Error log, if somebody can make up something: (This error log was got when running through Eclipse with JRE set to 1.5.0_13 but error has been encountered also when running straight with just one JRE (1.5.0_XX) installed to computer.)
    # An unexpected error has been detected by HotSpot Virtual Machine:
    #  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x762369e6, pid=5312, tid=5188
    # Java VM: Java HotSpot(TM) Client VM (1.5.0_13-b05 mixed mode)
    # Problematic frame:
    # C  [MSCTF.dll+0x69e6]
    ---------------  T H R E A D  ---------------
    Current thread (0x0b3f61d8):  JavaThread "AWT-Windows" daemon [_thread_in_native, id=5188]
    siginfo: ExceptionCode=0xc0000005, reading address 0x580e0e0e
    Registers:
    EAX=0x580e0e0e, EBX=0x00129f40, ECX=0x0b53f288, EDX=0x01300311
    ESP=0x0b53f24c, EBP=0x0b53f250, ESI=0x0b53f288, EDI=0x00123970
    EIP=0x762369e6, EFLAGS=0x00010202
    Top of Stack: (sp=0x0b53f24c)
    0x0b53f24c:   80004005 0b53f28c 76239ae4 580e0e0e
    0x0b53f25c:   00152fe0 00123970 76236704 00140d70
    0x0b53f26c:   013003f1 00000000 00000000 762367c8
    0x0b53f27c:   001ba198 0b8400ec 00000000 580e0e0e
    0x0b53f28c:   0b53f2d0 762391cd 00153118 00000000
    0x0b53f29c:   00129f40 00123970 764d37c0 0b53f6b8
    0x0b53f2ac:   764c5ac9 764d8f11 fffffffe 764d37c0
    0x0b53f2bc:   762367f0 0b8400e4 0b53f2d8 7623689f
    Instructions: (pc=0x762369e6)
    0x762369d6:   ff 55 8b ec 8b 45 08 85 c0 56 8b f1 89 06 74 06
    0x762369e6:   8b 08 50 ff 51 04 8b c6 5e 5d c2 04 00 90 90 90
    Stack: [0x0b500000,0x0b540000),  sp=0x0b53f24c,  free space=252k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C  [MSCTF.dll+0x69e6]
    C  [MSCTF.dll+0x9ae4]
    C  [MSCTF.dll+0x91cd]
    C  [MSCTF.dll+0x9bec]
    C  [MSCTF.dll+0x8e6f]
    C  [IMM32.DLL+0x3472]
    C  [USER32.dll+0x199cd]
    C  [USER32.dll+0x18e4c]
    C  [USER32.dll+0x18de1]
    C  [USER32.dll+0x19132]
    C  [USER32.dll+0x21a10]
    C  [USER32.dll+0x21ae8]
    C  [USER32.dll+0x21c03]
    C  [USER32.dll+0x23656]
    C  [ntdll.dll+0x60e6e]
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j  sun.awt.windows.WToolkit.eventLoop()V+0
    j  sun.awt.windows.WToolkit.run()V+69
    j  java.lang.Thread.run()V+11
    v  ~StubRoutines::call_stub
    ---------------  P R O C E S S  ---------------
    Java Threads: ( => current thread )
      0x0c077b28 JavaThread "export-worker--0" daemon [_thread_in_native, id=6032]
      0x0c0779a0 JavaThread "Repagination-Worker" daemon [_thread_blocked, id=6016]
      0x0c077818 JavaThread "Thread-20" [_thread_blocked, id=4740]
      0x0bf45428 JavaThread "Timer-0" daemon [_thread_blocked, id=4456]
      0x0bfee410 JavaThread "GC Daemon" daemon [_thread_blocked, id=4368]
      0x0bfee288 JavaThread "RMI RenewClean-[192.168.1.155:49177]" daemon [_thread_blocked, id=5460]
      0x00f718a0 JavaThread "DestroyJavaVM" [_thread_blocked, id=5212]
      0x0bfcba50 JavaThread "TimerQueue" daemon [_thread_blocked, id=4704]
      0x0b49d470 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=2696]
      0x0b4a6288 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=632]
    =>0x0b3f61d8 JavaThread "AWT-Windows" daemon [_thread_in_native, id=5188]
      0x0b3f6050 JavaThread "AWT-Shutdown" [_thread_blocked, id=3368]
      0x0103ef78 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=416]
      0x0103e338 JavaThread "CompilerThread0" daemon [_thread_blocked, id=1216]
      0x0103d9b0 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=5592]
      0x010333e8 JavaThread "Finalizer" daemon [_thread_blocked, id=4820]
      0x01030e10 JavaThread "Reference Handler" daemon [_thread_blocked, id=4144]
    Other Threads:
      0x0102be10 VMThread [id=936]
      0x00fd8ba8 WatcherThread [id=1316]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    def new generation   total 2304K, used 1239K [0x03100000, 0x03370000, 0x035e0000)
      eden space 2112K,  49% used [0x03100000, 0x03205da8, 0x03310000)
      from space 192K, 100% used [0x03340000, 0x03370000, 0x03370000)
      to   space 192K,   0% used [0x03310000, 0x03310000, 0x03340000)
    tenured generation   total 29228K, used 24017K [0x035e0000, 0x0526b000, 0x07100000)
       the space 29228K,  82% used [0x035e0000, 0x04d544d0, 0x04d54600, 0x0526b000)
    compacting perm gen  total 15616K, used 15552K [0x07100000, 0x08040000, 0x0b100000)
       the space 15616K,  99% used [0x07100000, 0x08030000, 0x08030000, 0x08040000)
    No shared spaces configured.
    Dynamic libraries:
    0x00400000 - 0x0040d000      C:\Program Files\Java\jre1.5.0_13\bin\javaw.exe
    0x776b0000 - 0x777ce000      C:\Windows\system32\ntdll.dll
    0x764b0000 - 0x76588000      C:\Windows\system32\kernel32.dll
    0x76660000 - 0x7671f000      C:\Windows\system32\ADVAPI32.dll
    0x777f0000 - 0x778b3000      C:\Windows\system32\RPCRT4.dll
    0x76980000 - 0x76a1e000      C:\Windows\system32\USER32.dll
    0x76b90000 - 0x76bdb000      C:\Windows\system32\GDI32.dll
    0x76360000 - 0x7640a000      C:\Windows\system32\MSVCRT.dll
    0x76b70000 - 0x76b8e000      C:\Windows\system32\IMM32.DLL
    0x76230000 - 0x762f7000      C:\Windows\system32\MSCTF.dll
    0x764a0000 - 0x764a9000      C:\Windows\system32\LPK.DLL
    0x76720000 - 0x7679d000      C:\Windows\system32\USP10.dll
    0x10000000 - 0x10017000      C:\Windows\system32\APSHook.dll
    0x6d640000 - 0x6d7dd000      C:\Program Files\Java\jre1.5.0_13\bin\client\jvm.dll
    0x752d0000 - 0x75303000      C:\Windows\system32\WINMM.dll
    0x76a20000 - 0x76b64000      C:\Windows\system32\ole32.dll
    0x76170000 - 0x761fc000      C:\Windows\system32\OLEAUT32.dll
    0x75290000 - 0x752c8000      C:\Windows\system32\OLEACC.dll
    0x75da0000 - 0x75dcc000      C:\Windows\system32\apphelp.dll
    0x6d290000 - 0x6d298000      C:\Program Files\Java\jre1.5.0_13\bin\hpi.dll
    0x75f60000 - 0x75f67000      C:\Windows\system32\PSAPI.DLL
    0x6d610000 - 0x6d61c000      C:\Program Files\Java\jre1.5.0_13\bin\verify.dll
    0x6d310000 - 0x6d32d000      C:\Program Files\Java\jre1.5.0_13\bin\java.dll
    0x6d630000 - 0x6d63f000      C:\Program Files\Java\jre1.5.0_13\bin\zip.dll
    0x6d000000 - 0x6d16a000      C:\Program Files\Java\jre1.5.0_13\bin\awt.dll
    0x734b0000 - 0x734f1000      C:\Windows\system32\WINSPOOL.DRV
    0x74b80000 - 0x74bbf000      C:\Windows\system32\uxtheme.dll
    0x003e0000 - 0x003f8000      C:\Program Files\Hewlett-Packard\IAM\bin\ItClient.dll
    0x76300000 - 0x76355000      C:\Windows\system32\SHLWAPI.dll
    0x74f50000 - 0x750e4000      C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.6000.16386_none_5d07289e07e1d100\comctl32.dll
    0x74ec0000 - 0x74f46000      C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_5.82.6000.16386_none_87e0cb09378714f1\Comctl32.dll
    0x71cb0000 - 0x71cbc000      C:\Windows\system32\dwmapi.dll
    0x76be0000 - 0x776ae000      C:\Windows\system32\shell32.dll
    0x6d240000 - 0x6d290000      C:\Program Files\Java\jre1.5.0_13\bin\fontmanager.dll
    0x6d4d0000 - 0x6d4e3000      C:\Program Files\Java\jre1.5.0_13\bin\net.dll
    0x76200000 - 0x7622d000      C:\Windows\system32\WS2_32.dll
    0x777e0000 - 0x777e6000      C:\Windows\system32\NSI.dll
    0x755e0000 - 0x7561b000      C:\Windows\system32\mswsock.dll
    0x75640000 - 0x75646000      C:\Windows\System32\wship6.dll
    0x6d4f0000 - 0x6d4f9000      C:\Program Files\Java\jre1.5.0_13\bin\nio.dll
    0x6d3d0000 - 0x6d3ef000      C:\Program Files\Java\jre1.5.0_13\bin\jpeg.dll
    0x75360000 - 0x75398000      C:\Windows\system32\rsaenh.dll
    0x75e20000 - 0x75e3e000      C:\Windows\system32\USERENV.dll
    0x75e00000 - 0x75e14000      C:\Windows\system32\Secur32.dll
    0x74a70000 - 0x74a7f000      C:\Windows\system32\NLAapi.dll
    0x75800000 - 0x75819000      C:\Windows\system32\IPHLPAPI.DLL
    0x757c0000 - 0x757f5000      C:\Windows\system32\dhcpcsvc.DLL
    0x75ac0000 - 0x75aeb000      C:\Windows\system32\DNSAPI.dll
    0x757b0000 - 0x757b7000      C:\Windows\system32\WINNSI.DLL
    0x75790000 - 0x757b0000      C:\Windows\system32\dhcpcsvc6.DLL
    0x727e0000 - 0x727e8000      C:\Windows\System32\winrnr.dll
    0x76930000 - 0x76979000      C:\Windows\system32\WLDAP32.dll
    0x727d0000 - 0x727df000      C:\Windows\system32\napinsp.dll
    0x72070000 - 0x72082000      C:\Windows\system32\pnrpnsp.dll
    0x727c0000 - 0x727cc000      C:\Windows\system32\wshbth.dll
    0x767a0000 - 0x76928000      C:\Windows\system32\SETUPAPI.dll
    0x75220000 - 0x75226000      C:\Windows\System32\wshtcpip.dll
    0x728d0000 - 0x728d6000      C:\Windows\system32\rasadhlp.dll
    0x6d1c0000 - 0x6d1e3000      C:\Program Files\Java\jre1.5.0_13\bin\dcpr.dll
    0x6d5f0000 - 0x6d5f6000      C:\Program Files\Java\jre1.5.0_13\bin\rmi.dll
    0x0b990000 - 0x0b9a1000      C:\Eclipse workspace\fenix\lib\ICE_JNIRegistry.dll
    0x760f0000 - 0x76164000      C:\Windows\system32\COMDLG32.DLL
    0x71610000 - 0x71617000      C:\Windows\system32\spool\DRIVERS\W32X86\3\SDNT5UI.DLL
    0x0bac0000 - 0x0bad2000      C:\Windows\system32\spool\DRIVERS\W32X86\3\SDDM32.DLL
    0x71130000 - 0x71145000      C:\Windows\system32\spool\DRIVERS\W32X86\3\ZSPOOL.dll
    0x710e0000 - 0x710ea000      C:\Windows\system32\spool\DRIVERS\W32X86\3\ZGDI32.dll
    0x70810000 - 0x70821000      C:\Windows\system32\MSVCRT40.dll
    0x715d0000 - 0x715da000      C:\Windows\system32\spool\DRIVERS\W32X86\3\ZTAG32.dll
    0x75650000 - 0x75658000      C:\Windows\system32\VERSION.dll
    0x71060000 - 0x71080000      C:\Windows\system32\spool\DRIVERS\W32X86\3\SDDMUI.DLL
    0x0bae0000 - 0x0bae7000      C:\Windows\system32\spool\DRIVERS\W32X86\3\ZLANG.dll
    0x0bbc0000 - 0x0bbe4000      C:\Windows\system32\spool\DRIVERS\W32X86\3\SR32.dll
    0x0bb70000 - 0x0bb7d000      C:\Windows\system32\spool\DRIVERS\W32X86\3\IMFNT5.DLL
    0x71600000 - 0x71608000      C:\Windows\system32\spool\DRIVERS\W32X86\3\Imf32.dll
    0x76410000 - 0x76494000      C:\Windows\system32\CLBCatQ.DLL
    0x6de10000 - 0x6e033000      C:\Windows\system32\NetworkExplorer.dll
    0x742c0000 - 0x74377000      C:\Windows\system32\PROPSYS.dll
    0x76590000 - 0x7665f000      C:\Windows\system32\WININET.dll
    0x777d0000 - 0x777d3000      C:\Windows\system32\Normaliz.dll
    0x75f70000 - 0x75fb5000      C:\Windows\system32\iertutil.dll
    0x759a0000 - 0x759b4000      C:\Windows\system32\MPR.dll
    0x71940000 - 0x71952000      C:\Windows\System32\ntlanman.dll
    0x75a50000 - 0x75aba000      C:\Windows\System32\NETAPI32.dll
    0x71a00000 - 0x71a08000      C:\Windows\System32\drprov.dll
    0x719d0000 - 0x719df000      C:\Windows\System32\davclnt.dll
    0x734a0000 - 0x734aa000      C:\Windows\system32\cscapi.dll
    0x707e0000 - 0x707e9000      C:\Windows\system32\LINKINFO.dll
    0x6c460000 - 0x6c519000      C:\Windows\system32\spool\DRIVERS\W32X86\3\unidrvui.dll
    0x6bdd0000 - 0x6be8b000      C:\Windows\system32\spool\DRIVERS\W32X86\3\mxdwdrv.dll
    0x6c350000 - 0x6c365000      C:\Windows\system32\FontSub.dll
    VM Arguments:
    jvm_args: -Djava.library.path=c:/Eclipse workspace/fenix/lib -Xbootclasspath/a:C:\Eclipse workspace\fenix\rsrc\images\buttons;C:\Eclipse workspace\fenix\rsrc\images\buttons\general;C:\Eclipse workspace\fenix\rsrc\images\buttons\report
    java_command: XXX
    Launcher Type: SUN_STANDARD
    Environment Variables:
    PATH=C:\Program Files\Java\jre1.6.0_03\bin\client;C:\Program Files\Java\jre1.6.0_03\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;c:\Program Files\ATI Technologies\ATI.ACE\Core-Static;c:\Program Files\Microsoft SQL Server\90\Tools\binn\;c:\Program Files\Common Files\Roxio Shared\DLLShared\;c:\Program Files\Common Files\Roxio Shared\DLLShared\;c:\Program Files\Common Files\Roxio Shared\9.0\DLLShared\;C:\Program Files\Hewlett-Packard\IAM\bin
    USERNAME=XXX
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=x86 Family 15 Model 72 Stepping 2, AuthenticAMD
    ---------------  S Y S T E M  ---------------
    OS: Windows Vista Build 6000
    CPU:total 2 (cores per cpu 2, threads per core 1) family 15 model 72 stepping 2, cmov, cx8, fxsr, mmx, sse, sse2, sse3, mmxext, 3dnowext, 3dnow
    Memory: 4k page, physical 1964736k(863916k free), swap 4159556k(2569432k free)
    vm_info: Java HotSpot(TM) Client VM (1.5.0_13-b05) for windows-x86, built on Sep 25 2007 19:11:52 by "java_re" with MS VC++ 6.0

    This looks like [bug 6754141|http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6754141] in the just-in-time compiler. If you have a support contract you can escalate this to get a fix in a jdk1.5.0 update. Alternatively, there do not seem to be any reports of this in jdk6, so you could try a recent jdk6 update (e.g., jdk6 update 17).

  • Difference at PDF-export

    <p>Hello there!</p><p> </p><p>I have a problem with exporting a Crystal Report in PDF Format. </p><p>In comparison with the pdf-export-result from Crystal Reports itself to my pdf-export in Java there are some differences:</p><p>The Font of the Java exported report is bigger and the graphic has a different legend. So some of the field are not formatted as in the original report.</p><p>I thought it has something to do with the fontsize set in Java but I am not sure.</p><p>Could anybody explain, please?</p><p>Did this problem occures before?</p><p> </p>

    <p> </p><p>There&#39;s no way to change the base font size for PDF export in the JRC.  You can specify a registry setting to use the original font size for PDF export in CR Designer (KBase c2017865, for CR 10 but the same regkey under SOFTWARE/Business Objects/Suite 11.5 will do for XI Release 2), but this is not recommended since you may see text truncation/cutoff.</p><p>As for the graphics, there&#39;s no way to get exact correspondence between CR Designer and JRC, since the JRC uses a different graphics engine that uses Java 2D routines.</p><p>Differences in Windows and Linux exports are typically caused because the fonts available on Windows (say Arial) are not available on Linux.  KBase <span style="margin-left: 5px">c2019128 describes this - the solution is to add the ttf font files to the Java JVM on Linux.</span></p><p> </p><p>TUeda </p>

  • How to set the column width in the PDF exports of interactive reports ?

    Hello,
    I have a huge problem with the PDF export for the Interactive reports. I'm using APEX 3.2.
    I have to produce a PDF report in landscape format that show 21 columns. My problem is that the columns have a ridiculous short width and that the text inside the columns do not wrap in the columns. So I get things like that :
    Date Name
    2011 Leina
    I should see 2011-08-01 and the name Leinad Jan
    I tried several things to format the columns, but none of the them has any effect on the PDF itself.
    1) I used HTML code in the report query. It works well with the interactive report, but display the HTML tags in the PDF.
    2) I used css to set the width of my columns. It works in the interactive report, but not in the PDF, the column width do not change.
    It's like the report do not notice that my page format is Legal 14 x 8.5 (Landscape) and still believe it's 8.5 x 11 (which is "portrait")
    Do you have any idea so set the columkn widths in the reports ?
    Thank you !
    Edited by: leinadjan on Aug 1, 2011 11:15 AM

    To "remember" the column widths, add a mouse listener to the table header. Upon mouseReleased(), get the column widths and save them to your file. When the application starts next time, get the stored widths and set them using:
    table.getColumn("XXX").setPreferredWidth(...);
    By default, your columns are adjustable, but you can use:
    table.getTableHeader().setResizingAllowed(true);

  • Keynote PDF Export and Color Profile

    I have some color trouble with the pdf-exports of keynote: the color that is shown in the pdf does not correpond with the one in the keynote file. The pdf has more ”milky” colors. Maybe it is a color profile thing. But what profile doese keynote use for the screen? Or does it convert rgb-colors to cmyk? Anyway, how to sync exactly keynote and pdf colors for screen presentations?

    There are a few things you can try:
    In the PDF export box there is an Image Quality dropdown, where you can choose Good, Better or Best. Which are you using?
    Alternatively you can just output the file as a PDF using the Print function. Your profile says you are using Mac OS X 10.4 in which case, in the print window click on the PDF button and choose Compress PDF to output a smaller file.
    If you have since moved up to 10.5, this option is no longer available by default, but there is an Automator action that restores it here : http://www.apple.com/downloads/macosx/automator/compresspdfworkflow.html
    The other thing to check is whether your graphics are at the actual size you need them or if you have scaled down a big picture, for example. The PDF will still contain information for the full-size image.
    Re-sizing them in something like Photoshop to the size you need first before placing them in the presentation may help.
    Finally, if you have Acrobat (Pro, not just the reader) you can use the Reduce File Size option in the FIle menu to compress the PDF you get from Keynote.
    Post back with how you get on.

  • Bad quality footer in PDF export

    I have been using pages for a while and find it really handy for the day to day's work. But I found an apparent limitation:
    I often use footers that are really small (8pt) and in a light font (Helvetica Neue light). When I export my file to PDF (both, with the PDF export functionality and with via the printer and "safe as pdf ..."), the quality of the footer is always really bad - like with a bad resolution. The rest of the text is ok, just the footer ... what could that be?
    Tanks for any help.

    I'm having the same problem. Creating a PDF (print->preview, export, or print->save as pdf) for a document that contains any font sized 8 point or lower results in really poor quality output... blocky non anti-aliased fonts.
    This happens with multiple fonts (Helvetica, Helvetica Neue, Garamond, Futura, etc). Raising the size to 9 point or greater gives high quality output.

Maybe you are looking for

  • How to transfer contacts in an old version of iphone

    Hi community, I had a serious question. I have a very very old Iphone 4 with 4.0 os something I guess, right now I got a iphone 5s and wish to transfer my contact information. But Itunes cannot recognize the old iphone and need to restore. My questio

  • OIBT.* failes in 8.8 after deletion old OIBT.UDF

    Dear experts, In 8.8 it's still possible to get data from table OIBT even though it doesn't exist any more. Is there a way to refresh the list of columns SAP believes that table should have? We need to do this because we want to remove an UDF which w

  • Table of mrp exception messages

    Dear guru , which is the table where i can find the exception messages of mrp for every material ? Thanks in advance.

  • Is it possibiel to disable drag and drop of JTable columns?

    Hi, Using JDK6 I would like to disable user to drag and drop columns and change the default layout of my JTables. Thanks for any help,

  • Want to set up everything on a new iPad as a birthday surprise.

    I just bought my wife an iPad Air for her birthday this coming Thursday. It's a surprise so I wanted to set everything up on it so it's ready to go when she receives it. She has an iPhone and her own Apple ID and I want to associate the iPad with tha