Exporting to PDF from rpt file and charts within not exported properly

I am having issues when export .rpt file to pdf report using crystal report java. When exporting from Crystal Report, it displays the charts and boarders properly but when exporting using Java application the back ground colors and boarders disappears or fades. It makes the report look unprofessional. I am using version 2.0.
Looking at this release note  at  the this link (http://www.businessobjects.com/products/dev_zone/eclipse/cr4e-updates-readme.pdf )  I see a reference to "JRC SDK RTF exporting is not consistent with CR RTF exporting" has been fixed in Release Update 8. I tried the latest release but it seems it has release update 4 only. So, my question is where do I get Release update 8? I am hoping that will fix my issue or if anybody has any suggestions that will help me resolve it. If you can reply at your earliest, I would really appreciate it.
Thanks for your help in advance.
Edited by: selomabebe on Jul 6, 2010 8:18 PM

Here is snippet of code how I am exporting rpt file to pdf file. I didn't include every code here but I am hoping this will give you the idea. Please let me know if you need more info.
public byte[] runReport(RPTParameters para) throws SQLException {
byte[] reportData = null;
ReportClientDocument reportClientDocument = null;
try {               
     reportClientDocument = new ReportClientDocument();
     reportClientDocument.setReportAppServer(ReportClientDocument.inprocConnectionString);
     reportClientDocument.open(ReportDataConstants.CPS_RPT_FILE, OpenReportOptions._openAsReadOnly);
     ExportOptions exportOptions = new ExportOptions();               
     PDFExportFormatOptions pdfOptions = new PDFExportFormatOptions();
     exportOptions.setExportFormatType(ReportExportFormat.PDF);
     exportOptions.setFormatOptions(pdfOptions);
     ParameterFieldController paramFieldController = reportClientDocument.getDataDefController().getParameterFieldController();               
     paramFieldController.setCurrentValue("", "@ba", para.getBusinessAgreement());
     paramFieldController.setCurrentValue("", "ReportMonth", para.getMonth());
     paramFieldController.setCurrentValue("", "ReportYear", para.getYear());
     InputStream reportInputStream = reportClientDocument.getPrintOutputController().export(exportOptions);     
     reportData = new byte <reportInputStream.available()>;
     reportInputStream.read(reportData);
catch (ReportSDKException e) {
finally {
return reportData;

Similar Messages

  • Export to PDF from Book file is freezing

    I'm trying to export books to PDF from the ID CS6 book panel.
    Shorter books are exporting with no problem, but some of the longer ones are hanging up around page 380 or so. The Generating PDF dialog appears and shows that the export process is stalling; when I open the Force Quit Applications window, it shows "InDesign (not responding)".
    I have a brand new computer, and have no other applicaitons running when trying to export, so the processing power should not be an issue.
    Is there something I can do to solve this problem?
    I need to use the Export Book to PDF function to get the TOC links to function properly in the entire exported PDF.
    Thanks in advance, this is a huge problem, and has never happened in the past.

    Thakns Peter, I had seen this thread, but it doesn't really address my issue. I've exported individual chapters from the book file, all with success, so I know there isn't a file corruption issue.  The problem seems to do more with memory allocation/usage. 
    I have tried: quitting and then immediately exporting the file, and even rebooting and then relanuching and exporting.  Both of these allow me to get a few pages farther along, but still not through the entire book.
    I remember back in the day there used to be a setting for how much RAM/dis c space was allocated to a certain applicatino (I knowm it was a long time ago).  I didn't know if there might be something like this hidden somewhere

  • I just started a free trial of the Adobe XI product that allows me to create an editable PDF. I'm done creating the form and ready to export it. When I click Export PDF from the File menu, it says Adobe encountered an unexpected error. What am I doing wro

    I just started a free trial of the Adobe XI product that allows me to create an editable PDF. I'm done creating the form and ready to export it. When I click Export PDF from the File menu, it says Adobe encountered an unexpected error. What am I doing wrong?

    Good to know  — there is no such application as "Adobe XI".
    "Adobe" is the name of the company.
    "XI" is indicative of the use of either Acrobat XI or Reader XI.
    Neither Acrobat XI Pro (for which Adobe provides a free, fully functional 30-day trial) nor Adobe Reader XI (the free to download and use PDF viewer that Adobe provides) have  an "Export PDF" entry under "File".
    "Export PDF" only is present in Adobe Reader XI over on the right on the "Tools" panel.
    The "Tools" panel provides a way for a user of Adobe Reader XI to connect to various By Subscription online services (gotta pay eh).
    Export PDF is one of these. A subscription lets you send a PDF file to the online internet service (aka "cloud" service). The service then exports to a supported file format (Word / Excel / ...) and the user selects / directs where the output file is to be saved on the user's local machine.
    Of course to use any of the online subscription services one must have an active (paid up in full) subscription to the service.
    So ---- As described the puzzle pieces don't fit eh.
    What specific Adobe (the company) applications are you using?
    Acrobat XI Pro? Adobe Reader XI? Both? 
    Be well....

  • Does anyone know how to use pages so you can export pdfs from the internet and automatically drag words from the document into the file name of the pdf (i.e., author, title of a scientific paper)

    Does anyone know how to use pages so you can export pdfs from the internet and automatically drag words from the document into the file name of the pdf (i.e., author, title of a scientific paper). For example, if I am downloading a paper by smith called "Surgery" that was published in 2002, it will automatically set the file name in the download to smith- surgery 2002. I have heard pages is smart enough to do this.
    thank you

    Pages can export only its own documents. They may be exported as PDF, MS Word, RTF or Text files.
    Pages can import (ie. Open a file as, or Insert a file into, a Pages document) documents in several formats, but won't rename the document as you describe. Documents that can be Opened (eg. Text, AppleWorks 6 WP, MS Word files) are converted to Pages documents, and retain their original names, with .pages replacing the original file extension. Files that can be Inserted (generally .jpg, .pdf and other image files) become part of the existing Pages file and lose their names.
    It may be possible, using AppleScript, to extract the text you want and to Save a Pages file using that text as the filename, but that would depend in part on being able to identify which text is wanted and which is not.
    How will the script determine where the author's name begins and where it ends?
    How will the script recognize the beginning and of the title, an decide how much of the title to use in the filename?
    How will the script recognize the year of publication?
    For papers published in a specific journal, with a strict format for placing each of these pieces on information, or containing the needed information as searchable meta data in the file, this might be possible. But it would require knowledge of the structure of these files, and would probably handle only papers published in a specific journal or set of journals.
    Outside my field of knowledge, but there are some talented scripters around here who might want to take a closer look.
    Best of luck.
    Regards,
    Barry

  • Export to PDF from Autocad: Acrobat always opens PDF with 'layers panel and page' shown.

    Hello,
    Whenever I export to PDF from Autocad, Adobe Acrobat opens the PDF with the 'Layers Panel and Page' shown.
    Each time I have to manually go to 'Properties' and select 'Page only', close 'Properties' and close the PDF and select to save the changes, in order to show the just the page.
    Is there a way to make PDFs always export to 'Page only' automatically as default?
    Thanks!
    Ione

    Thakns Peter, I had seen this thread, but it doesn't really address my issue. I've exported individual chapters from the book file, all with success, so I know there isn't a file corruption issue.  The problem seems to do more with memory allocation/usage. 
    I have tried: quitting and then immediately exporting the file, and even rebooting and then relanuching and exporting.  Both of these allow me to get a few pages farther along, but still not through the entire book.
    I remember back in the day there used to be a setting for how much RAM/dis c space was allocated to a certain applicatino (I knowm it was a long time ago).  I didn't know if there might be something like this hidden somewhere

  • Export the pdf from indesign some error Pop Up window (Failed to Export the PDF file). How slove the

    Export the pdf from indesign some error Pop Up window (Failed to Export the PDF file). How slove the problem
    Please some one help on this

    You need to try exporting the first half of the book.
    If that exports ok then export the other half of the book.
    Whatever half it fails on - keep dividing the book in half to find the culprit page or pages.
    For example if your book is 128 pages long:
    1. Export pages 1 - 63
    2. If these Fail to Export then
    3. try exporting1-32
    4. If these Fail to Export
    5. then try exporting1-16
    If it doesn't fail (step 2)
    Then export pages 64-128
    and 64-90 etc.
    until you find the pages causing the issues.

  • Creating PDF from multiple files results in file name AND chapter name both appearing in TOC.

    And all the bookmarks in that chapter nest directly under the file name. I would rather have just the chapter title appear with no file name in the TOC and the chapter bookmarks nested under that.

    Hi tekwrite1955,
    This is an expected behavior. When you create a pdf from any file it will list the filename in the TOC.
    You have to manually edit the bookmarks.
    Regards,
    Rave

  • I just bought lightroom 5. I had lightroom 3. Now when I export my photos from lightroom 5 and upload them into my photoshop elements program to edit the photo files are at 100% zoom percentage. When I upload photos from my old lightroom 3 program they co

    I just bought lightroom 5. I had lightroom 3. Now when I export my photos from lightroom 5 and upload them into my photoshop elements program to edit the photo files are at 100% zoom percentage. When I upload photos from my old lightroom 3 program they come into photoshop at 14% zoom percentage which is what I want them to come in at so I can zoom them in to detail the skin. What might have changed settings wise between the 2 programs, I cannot figure it out.

    I just bought lightroom 5. I had lightroom 3. Now when I export my photos from lightroom 5 and upload them into my photoshop elements program to edit the photo files are at 100% zoom percentage. When I upload photos from my old lightroom 3 program they come into photoshop at 14% zoom percentage which is what I want them to come in at so I can zoom them in to detail the skin. What might have changed settings wise between the 2 programs, I cannot figure it out.

  • Hello i need a help about script to export translatable text strings from ai files and import them back

    Hello i need a help about script to export translatable text strings from ai files and import them back after editing, thanks in advance

    Lanny -
    Thank you for taking the time to help with this problem. Can I just say however that as someone who has posted a first comment here and quite clearly never used a forum like this before, your comment unfortunately comes across as very excluding. It makes me feel there are a set of unwritten rules that I should know, and that I don't know them shows that the forum is not for me. In short, it's exactly the kind of response that stops people like me using forums like this.
    I'm sure it's not intended to be received like this and I am sure that the way you have responded is quite normal in the rules of a forum like this. However, it is not normal for those of us who aren't familiar with forums and who only encounter them when they have a genuine problem. This is why I hope it is helpful to respond in full.
    The reason I posted here is as follows. I was directed here by the apple support website. The original comment seemed to be the only one I could find which referred to my issue. As there is no obvious guidance on how to post on a forum like this it seemed perfectly reasonable to try and join in a conversation which might solve more than one problem at once.
    Bee's reply however is both helpful and warm. This could in fact be a template for how new members should be welcomed and inducted into the rules of the forum in a friendly and inclusive way. Thank you very much indeed Bee!

  • Exporting to PDF from PageMaker 7.0 in Classic

    Since upgrading to 10.4 I have been unable to export to PDF from PageMaker 7.0.1. Adobe tech support says there is a problem with the Adobe Postscript driver. I have downloaded and installed a new Adobe PS driver but still get a message that says Adobe PS cannot be used because of an internal error. There is a code (-30581). Anybody having this problem?

    Did Adobe say your copy might be corrupt, or there was a general incompatibility between AdobePS and your Classic version, or what please?
    I don't happen to know a specific solutioni, but you might try this workaround, even though it sounds rather klunky until you're used to it:
    Use Apple's own Desktop Printer Utility to built a virtual Desktop Printer using Translator Postscript, which will automatically be set as the default Classic printer, even though it doesn't actually appear on the Desktop, and should be accessible through either AdobePS or Apple's own LaserWriter driver.
    Tell that to print to File, which should produce a .ps file that will double-click open in Preview, which can convert to PDF.

  • Buttons not exporting to PDF from CS5

    Howdy, all. I've a problem exporting documents containing buttons to PDF. Specifically, CS5 doesn't export interactive buttons placed in my InDesign document to interactive buttons in a PDF file; they show up, instead, as simple, non-interactive graphics. (No pointing fingers, no actions.)
    This is true for all documents I have created in or imported into CS5.
    As a test, I went back to CS4 and created a document with a single button chosen from the "Sample Buttons," to which I attached the "Next Page" action. Exporting to PDF from CS4 works fine; I get a functioning Next Page button in the resulting PDF file. Opening the same InDesign document in CS5 and exporting with the same settings to PDF yields a non-functioning button graphic appearing on the PDF page.
    Opening the PDF file in BBEdit, I see that there is no "Fields" entry in the PDF file's Catalog dictionary, so it seems as though the button is, indeed, being exported into the PDF file as a simple graphic.
    What obscure CS5 setting (presumably hiding in plain sight) am I missing?
    By the way, CS5 does export the buttons correctly to swf.
    Thanks much.
    - John

    In CS5 you have to change the export type to an 'Adobe PDF (Interactive)' to get the buttons to work.
    Bit of a pain because you can't save presets like you can with the standard PDF export, but you can specify some of the PDFs view settings at the same time.  In my view they should have just added all that functionality to the standard PDF export, but perhaps that wasn't possible.  However it was a dud decision to remove working button export from the other PDF export.

  • Why are some of my pages blank when I export to PDF from InDesign?

    I have a fairly large InDesign book that I've been trying to export to PDF unsuccessfully. There are lots of images and te
    xt in the book and half export fine and the other half don't. When I export the files individually, they export fine. Any advice why the book won't export correctly?

    I wouldn't expect either conversion or working froma server to affect the export (though working with your ID files directly on the sever is a bad practice -- big potential for disaster due to a network error causing unrecoverable file damage).
    First, do a "Save as" to remnove any unneeded old undo inofrmation from the file and reduce its size, then copy it to your local machine and try to export. If you still have a problem, try emptying your temp folders.

  • Color changes when exporting to PDF from Apple Pages or Word

    When I export to PDF from Apple Pages or Microsoft Word, there is a noticable color shift.
    The RGB color values that are 23, 76, 140 in Pages for a medium shade of blue like this but appear as 50, 61, 134 with a decidedly purple cast like this in the PDF.  
    Has anybody else run into this problem?  Any tips for troubleshooting?

    Thanks for the reply.  It was created using Apple Pages. I tried exporting to PDF in two different ways, both with the same result.
    1. Within Apple Pages, one can click File > Export > PDF
    2. The other option is to click Print > PDF > Save as PDF
    I also tried this second method with Microsoft Word, and again the color was altered.  Any suggestions that you can provide to resolve this issue will be very helpful.

  • Exporting a pdf from InDesign-need to access Overprint

    I am exporting an InDesign CS5.5 Document with mixed ink and Illustrator eps with pantone overprints.
    When I export it into PDF the native mixed ink in InDesign represent accurately.
    However the Illustrator eps preview as solid gray @ 70%. This is the overprint layer onto of Pantone 293.
    When I turn on Print preview in pdf it is accurate.
    My question is:
    In the export to pdf palette under the output header, there is a check box 'simulate overprint'.
    I've tried several different variations, but cannot get that check box to turn on.
    Unlease I make an X-1a file the overprint for the Illustrator eps does not preview without turning on the output preview palette in Acrobat.
    And lets face it, to the client, that is rocket science.
    How can I access the 'Simulate Overrpint' option when I am exporting the document.
    Thanks,
    J-

    Or, better than that, export the PDF from InDesign as PDF/X-4!
    By default, Acrobat and Reader use overprint preview when displaying PDF/X-4 files. Plus you have the benefit of full color management and not having transparency ruined by premature flattening.
    One other note. Other than for the fairly common practice of overprinting black text over colors to avoid halo effects due to registration, one should be exceptionally careful in using overprint. Trapping, the other good, justifiable use for overprint is really best performed by the RIP. Most modern RIPs provide for automatic trapping. Overprint should absolutely not be used as a “poor man's transparency,” especially in conjuction with spot colors. With the advent of real transparency in the Adobe imaging model and hence in Illustrator, InDesign, and PDF, there is no good reason to use overprint hacks anymore to simulate transparency.
              - Dov

  • Exporting a PDF from keynote without losing hyperlinks

    exporting a PDF from keynote without losing hyperlinks
    anyone have any ideas why it doesn't export the hyperlinks to the PDF?
    i only have PDF reader on my machine, not the full PDF creator

    Or, better than that, export the PDF from InDesign as PDF/X-4!
    By default, Acrobat and Reader use overprint preview when displaying PDF/X-4 files. Plus you have the benefit of full color management and not having transparency ruined by premature flattening.
    One other note. Other than for the fairly common practice of overprinting black text over colors to avoid halo effects due to registration, one should be exceptionally careful in using overprint. Trapping, the other good, justifiable use for overprint is really best performed by the RIP. Most modern RIPs provide for automatic trapping. Overprint should absolutely not be used as a “poor man's transparency,” especially in conjuction with spot colors. With the advent of real transparency in the Adobe imaging model and hence in Illustrator, InDesign, and PDF, there is no good reason to use overprint hacks anymore to simulate transparency.
              - Dov

Maybe you are looking for

  • External HDD: "The disk you inserted was not readable by this computer"

    Hi, I have an external drive with important data on it (there is a backup, but there is also some non-backuped data as well...). I cannot access the external drive because I receive a "The disk you inserted was not readable by this computer" message

  • Faulting application iexplore.exe, faulting module jvm.dll

    I see there are a few posts on this sort of problem, but please bear with me as this is somewhat different. I develop a browser Add-on and one of my customers is experiencing an IE7 crash using Oracle/Jinitiator, with an event log message: Faulting a

  • How to seperate numbers and characters in a column

    Hi, In my database i have a table named birth.DBA prior to me created a column with data type var char,for which data type number must be allocated.Both characters and numbers are entered into that column.now i have to change my data type into number

  • Deactivating Photoshop with a script?

    Is there a way to deactivate photoshop using a script? Basically to automate the process? Thanks, Dan

  • Image in Discoverer Report

    Hi All, I have a customer who wants to include images in a Discoverer report. He has a BLOB database column which has images. He wants these images to appear in his report. Is it possible to do this? If not, will a future version have this feature? t