CR4E Question on PDF exports

Hello,
I am using Crystal Reports for Eclipse and I can't seem to find the answer to this quesiton in the documentation.  I am wondering if there is a way, using the CR4E JRC library, to run a report (my reports use POJOs in case that matters) and export it to a PDF file on the server where the code is executing?  I know how programmatically open a POJO report in the user's web-browswer and provide the user the option to export the report to a PDF using the build-in CR4E JavaScript libraries, but I have some users complaining of issues with their security settings.  I would rather generate the PDF on the server from the JRC report engine and then open that PDF in a URL for the end-user.
Any info you can provide me would be greatly appreciated.
Thanks,
Matt

Moved to Java forum

Similar Messages

  • Font Embedding Question in PDF exported from PageMaker v7

    I am having difficulty embedding the majority of my fonts in PDFs exported from PageMaker v7. When exporting to PDFs, a "cannot embed font" error is generated.
    Technical Details:
    The fonts I have are ALL LEGAL, and were purchased with complete licenses when required.
    The fonts properties show them to be completely embedable, with no restrictions in terms of installation, etc.
    The fonts can be placed and embedded in PDFs from all other programs I've attempted this with (Illustrator, Acrobat, MSWord, WordPerfect, etc.).
    Disclaimer:
    Yes, I know PageMaker is old, and yes, I am in the process of upgrading to Creative Sutie (although, as an aside, it is extremely disappointing that even a token discount is not offered to those who have purchased every Adobe and MacroMedia software package in the past, but I digress...). However, several of my clients require PageMaker files (for a variety of reasons I won't go into here).
    Thank you in advance for any advice on what might be the underlying problem.

    When generating PDF output from Pagemaker, I've used 2 methods:
    1. File>Export>PDF
    This method works fine for a limited number of fonts (AGaramond for example), which is why I started this post. Bob Levine had suggested using Distiller instead.
    2. File>Printer Styles>Acrobat
    I usually used this method when an offset printer requires crop marks, since the other method does not provide an option for crop marks.
    This opens a window with numerous options, the pertinent ones to my question are:
    Printer: New 2002 PPD for Adobe PS Driver on file
    PPD: Adobe PDF 3015.102
    Postscript: Download Fonts (3 options):
         None
         True Type and Type 1
         True Type Only
    When I choose download "True Type and Type 1", I get the same "cannot embed font" error if I use most of my fonts (with the exception of a few that work).
    When I choose NONE for the option, the PS file is generated without errors.
    Once the .ps file is generated, I then use Distiller 4 to open the file and output PDF file.
    If I used "True Type and Type 1" for download font option, and the font does not generate an error, the PDF file is fine.
    If I used "NONE" for download font option, when I open the PDF, it indicates that the fonts are embedded. However, since I do not download the font, I am nervous that this might cause problems when I go to an offset printer.
    I do not print to a file using a printer driver (for example Linotype, Acrobat, etc.). The 2 processes I've used seem to be independent of what the default printer is on the operating system (XP).
    Thanks!

  • Questions about PDF exporting with InDe CS5.5

    Hey all,
    A couple questions about exporting to PDF from the latest version of InDe.
    First, I have noticed that it seems to take a lot longer to get to a PDF. Any suggestions for how to speed up the process? It took 8 minutes or so to generate a low-res PDF (for print) of a 24pp document with a few placed images and vector graphics. Wow, that's a long time to wait, especially for a proof.
    Second, the background task... if I get it going on making that 8-minute PDF and then work some more on the document, what exactly is in the PDF? Usually I save before making a PDF or printing. So, is the last version saved what will be in the PDF?
    (As an aside, this ability to work on the doc while generating a PDF seems kind of weird. Generally one makes a PDF for proofing, or even for printing, when all the changes have been made and everything is "final". So, I see no benefit to being able to work on my document while it's making a PDF, as I'm probably finished making revisions for the time being. I have to say that I kind of like the progress bar you get when you make an interactive PDF, as you know you can't work on the document when that's on the screen... )
    Thanks as always.

    First, I have noticed that it seems to take a lot longer to get to a PDF. Any suggestions for how to speed up the process? It took 8 minutes or so to generate a low-res PDF (for print) of a 24pp document with a few placed images and vector graphics. Wow, that's a long time to wait, especially for a proof.
    Yes, this is abnormally long (and too long), something is wrong. What's the full version of InDesign you are running, as reported by holding down Cmd or Control and selecting About InDesign?
    Second, the background task... if I get it going on making that 8-minute PDF and then work some more on the document, what exactly is in the PDF? Usually I save before making a PDF or printing. So, is the last version saved what will be in the PDF?
    Saving is not related. InDesign makes a database snapshot of your document the moment you begin the PDF export, and makes the export relative to that snapshot, regardless of edits you continue to make during the export process, and regardless of saving. Of course saving first is a good idea, for several reasons, not the least of which it sounds like something's fairly seriously wrong with your document or your InDesign installation.
    We recommend you trash your preferences and export your document to IDML and see if either of those things changes this 8-minute behavior...err, assuming you're running 7.5.2.318.
    (As an aside, this ability to work on the doc while generating a PDF seems kind of weird. Generally one makes a PDF for proofing, or even for printing, when all the changes have been made and everything is "final". So, I see no benefit to being able to work on my document while it's making a PDF, as I'm probably finished making revisions for the time being. I have to say that I kind of like the progress bar you get when you make an interactive PDF, as you know you can't work on the document when that's on the screen... )
    Yeah, I think the primary benefit is if you are likely to work on 2 or more files in parallel, so you can finish A and export A and then switch to B. If you'd like a dialog box to pop up when export is done, check out my exportPop script from this post: ANN: automatic dialog after background export (exportPop.jsx.

  • Script that worked in CS does not work in CS4 - multiple open page, print , pdf export and close

    I had a script that worked great for me in Indesign CS. But now does not work in CS4. Anyone knows what needs to be done to make it work again ?
    When I drop folder with indesign files on top of this script:
    1. opens first page
    2. turns specific layer on
    3. prints using preset
    4. exports using preset
    5. close without saving
    6. next page
    Anyone who can give me solution or idea how this should work is greatly appreciated.
    on open sourceFolders
    repeat with sourceFolder in sourceFolders
    tell application "Finder"
    try
    -- If you would like to include subfolders, you say - every file of entire contents of folder…
    set idFiles to (every file of folder sourceFolder whose file type is "IDd5") as alias list
    on error -- work around bug if there is only one file
    set idFiles to (every file of folder sourceFolder whose file type is "IDd5") as alias as list
    end try
    end tell
    if idFiles is not {} then
    tell application "Adobe InDesign CS4"
    set user interaction level to never interact
    repeat with i from 1 to count of idFiles
    open item i of idFiles
    tell document 1
    try
    set visible of layer "ImagesTag_Layer" to true
    end try
    set myPreset to "letter size" -- name of print style to use
    with timeout of 700 seconds
    print using myPreset without print dialog
    end timeout
    set myPreset1 to "pdf preset name" -- name of pdf export style to use
    set myName to the name -- name includes .indd should remove at some point          
    with timeout of 700 seconds
    export format PDF type to "users:temp:Desktop:pdf:" & myName & ".pdf" using myPreset1 without showing options -- set path here format ComputerName:Folder1:Folder2:......:FileName.pdf
    end timeout
    close without saving
    end tell
    end repeat
    set user interaction level to interact with all
    end tell
    end if
    return 10 -- try again in 10 seconds
    end repeat
    end open

    (Disclaimer: me not an AS guy!)
    First thing I noticed is the interaction level is set off. If you comment out this line
    set user interaction level to never interact
    you might be able to pinpoint the exact error -- ID will display a standard "failed" dialog, hopefully showing the line that it fails on.
    A quick question: the script assumes two presets in your InDesign: one for print ("letter size") and one for PDFs ("pdf preset name"):
    set myPreset to "letter size" -- name of print style to use
    set myPreset1 to "pdf preset name" -- name of pdf export style to use 
    Do these actually exist in your CS4, with the same (non)capitalization and spaces?

  • Problem with PDF export and embedded font (characters disappear)

    Designer: Crystal Reports 2008 SP 2
    Engine: CR4E 2.0 SP2 (runtime_12.2.203)
    Hi there!
    we found a problem in the pdf export. It seems like there would be a problem with the embedded fonts, the problem is as follows:
    Rpt file with, for example only a text box which contains the german string " Änderungs Schlüssel ".
    Export the Rpt file with CR4E to a pdf file.
    When we open the pdf file in Adope Reader 8, the text appears to be correct,
    but if we print the PDF file from the Adope Reader, the text changes to " nderungs Schl sselu201C,
    here we are missing ther german umlaute.
    When we open the file for example with an alternative PDF reader like Foxit Reader, there they are also missing.
    After i found some posts here in the forum, there are people facing the same problem, since i couldn't find a solution in the forum, we build a little workaround for it that works for us.
    For all of you that have the same problem here the workaround:
    We used the IText JAVA library, this jar can can help as to fix the PDF file so the text is displayed correctly.
    Here the code:
    ReportClientDocument doc = new ReportClientDocument();
    doc.setReportAppServer(ReportClientDocument.inprocConnectionString);
    doc.open("C:\XY.rpt", OpenReportOptions._openAsReadOnly);
    //... database logon,.....
    InputStream inputStream = doc.getPrintOutputController().export(ReportExportFormat.PDF);
    inputStream = PDFHealer.heal(inputStream);
    //... write the stream some where

    The helper class using IText:
    import java.io.ByteArrayInputStream;
    import java.io.ByteArrayOutputStream;
    import java.io.IOException;
    import java.io.InputStream;
    import com.lowagie.text.Document;
    import com.lowagie.text.DocumentException;
    import com.lowagie.text.pdf.PdfContentByte;
    import com.lowagie.text.pdf.PdfImportedPage;
    import com.lowagie.text.pdf.PdfReader;
    import com.lowagie.text.pdf.PdfWriter;
    public class PDFHealer
       public static InputStream heal(InputStream in) throws DocumentException, IOException
          try
             ByteArrayOutputStream out = new ByteArrayOutputStream();
             PdfReader reader = new PdfReader(in);
             // we retrieve the total number of pages
             int n = reader.getNumberOfPages();
             // step 1: creation of a document-object
             Document document = new Document();
             // step 2: we create a writer that listens to the document
             PdfWriter writer = PdfWriter.getInstance(document, out);
             // step 3: we open the document
             document.open();
             // step 4: we add content
             PdfContentByte cb = writer.getDirectContent();
             int i = 0;
             while( i < n )
                document.newPage();
                i++;
                PdfImportedPage page1 = writer.getImportedPage(reader, i);
                cb.addTemplate(page1, 0, 0);
             // step 5: we close the document
             document.close();
             ByteArrayInputStream ret = new ByteArrayInputStream(out.toByteArray());
             out.close();
             return ret;
          finally
             in.close();

  • Bar Code Font 3 of 9 cause NULL pointer exception in PDF export

    I am using CR4E 2.0 update 3 and tried to export a report that includes a text formatted with a barcode font (Code39).
    When I export the report to PDF with the Crystal Reports Desinger it works fine.
    When I export it in our application it generates a NullPointerException at the following line in my application:
    exportStream = (ByteArrayInputStream) doc.getPrintOutputController().export(ReportExportFormat.PDF);
    Export failed: java.lang.NullPointerException
    com.crystaldecisions.sdk.occa.report.lib.ReportSDKException: java.lang.NullPointerException---- 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.gehcit.ccc.report.ExportReport.writeExportFile(ExportReport.java:222)
         at com.gehcit.ccc.report.ExportReport.export(ExportReport.java:192)
         at com.gehcit.ccc.report.ExportReport.runExport(ExportReport.java:127)
         at com.gehcit.ccc.report.ExportReport.main(ExportReport.java:582)
    Caused by: java.lang.NullPointerException
         at java.io.ByteArrayInputStream.<init>(Unknown Source)
         at com.crystaldecisions.reports.exporters.format.page.pdf.fontembedding.opentype.tables.ControlValueTable.if(SourceFile:58)
         at com.crystaldecisions.reports.exporters.format.page.pdf.fontembedding.opentype.tables.ControlValueTable.<init>(SourceFile:53)
         at com.crystaldecisions.reports.exporters.format.page.pdf.fontembedding.OpenTypeSubsetter.<init>(SourceFile:56)
         at com.crystaldecisions.reports.exporters.format.page.pdf.fontembedding.FontEmbeddingSession.a(SourceFile:352)
         at com.crystaldecisions.reports.exporters.format.page.pdf.fontembedding.FontEmbeddingSession.a(SourceFile:313)
         at com.crystaldecisions.reports.exporters.format.page.pdf.pdflib.r.a(SourceFile:1538)
         at com.crystaldecisions.reports.exporters.format.page.pdf.pdflib.PdfDocumentManager.if(SourceFile:350)
         at com.crystaldecisions.reports.exporters.format.page.pdf.dom.PdfAdvancedDocumentModeller.do(SourceFile:348)
         at com.crystaldecisions.reports.exporters.page.pdf.AdobePDFExporter.finalizeExportJob(SourceFile:235)
         at com.crystaldecisions.reports.formatter.export2.ExportSupervisorEx.if(SourceFile:652)
         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:1942)
         at com.businessobjects.reports.sdk.JRCCommunicationAdapter.if(SourceFile:659)
         at com.businessobjects.reports.sdk.JRCCommunicationAdapter.a(SourceFile:165)
         at com.businessobjects.reports.sdk.JRCCommunicationAdapter$2.a(SourceFile:527)
         at com.businessobjects.reports.sdk.JRCCommunicationAdapter$2.call(SourceFile:525)
         at com.crystaldecisions.reports.common.ThreadGuard.syncExecute(SourceFile:102)
         at com.businessobjects.reports.sdk.JRCCommunicationAdapter.for(SourceFile:523)
         at com.businessobjects.reports.sdk.JRCCommunicationAdapter.int(SourceFile:422)
         at com.businessobjects.reports.sdk.JRCCommunicationAdapter.request(SourceFile:350)
         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)
         ... 7 more
    Is there anything that I did wrong or is it generally not working with CR4E to use a simple barcode font?
    When I use ReportExportFormat.MSWord or ReportExportFormat.crystalReports it works fine but unfortunately
    out customers insist on PDF. Any help would be appreciated very much.
    The bar code  font I am using is from http://www.barcodesinc.com/free-barcode-font/
    Edited by: Lothar Bernecker on Dec 3, 2009 3:12 PM

    I think there's issues with that Barcode TrueType font and Java.
    You can try a Java app (such as the sample demo app that comes with Java) and try viewing that font.
    You'd need to use a different barcode font.
    Sincerely,
    Ted Ueda

  • PDF exported from InDesign missing background when opened in Illustrator

    Hello, I am having a bit of a frustrating problem.
    I'm working on graphics for a large project, and I have to get some of my files from InDesign into Illustrator (they are both CS5) for our printer.
    I would have normally designed them in Illustrator but ALL my graphics are in InDesign and we just found out once we started on production that he needs AI and needs our trim path set up for our irregular shapes. 
    For MOST of the documents, its been pretty easy (exporting to PDF > opening in illustrator and making a cut path > saving as AI) however I have this one file that is making me lose my mind.
    When I export it as PDF, it opens perfectly and looks normal in acrobat, and I also check it out in preview as well. The background shows up and everything. However when I open the PDF in illustrator it completely loses the background. I noticed it doing this before for a couple graphics, but I assumed that was because they had gradients drop shadows and transparencies and all that. This file has nothing weird except for a gradient grey background.
    Help? I'm including some screenshots of whats happening in the hopes that you guys can help solve it.
    So here we have me saving it, then opening it in Acrobat to check stuff out.
    Now here is what happens when I open it in Illustrator:

    Hi, Brie. I have been running into this issue for quite some time now. I also received the same response as you did. "Stop opening exported PDFs in Illustrator." This is an unsatisfactory answer for someone that works in the large format print industry that needs to preflight directly in the Illustrator program. I've done a ton of research and have been racking my brain for the last 2 years and have finally found sufficient workarounds for this issue. The downfall with these workarounds: all spot colors located in the gradients will convert to CMYK mixes. I'm still researching to see if there is a way to keep spot colors intact in these areas.
    A little back story: InDesign is converting the gradients into something called NChannel. It enables more accurate handling of color blending by including additional dot gain and color mixing info. Both InDesign and Acrobat have the ability to display these elements whereas Illustrator, from what I’m finding, does not. Which is why we’re seeing gradient elements drop out when opened in Illustrator.
    Workaround for CMYK Gradients
    Open PDF exported from INDD in Acrobat
    Go to Tools > Print Production > Convert Colors
    Object Type: Smooth Shade (this tells Acrobat to hone in on Gradients only)
    Color Type: DeviceCMYK
    Check Embed next to Conversion Profile (should be SWOP)
    Expand Document Colors on the right and Select DeviceCMYK in Color Spaces then click ok
    Save the PDF
    Workaround for 1 Spot Color in Gradients (Converts Spot Color located in Gradient to CMYK – all other Spots stay intact)
    Open PDF exported from INDD in Acrobat
    Go to Tools > Print Production > Convert Colors
    Object Type: Smooth Shade (this tells Acrobat to hone in on Gradients only)
    Color Type: Spot Color
    Check Embed next to Conversion Profile (should be SWOP)
    Expand Document Colors on the right and Select the Spot that is located in the Gradient in Color Spaces then click ok
    Save the PDF
    Workaround for 2 Spot Colors in Gradients (Converts Spot Colors located in Gradient to CMYK – all other Spots stay intact)
    Open PDF exported from INDD in Acrobat
    Go to Tools > Print Production > Convert Colors
    Object Type: Smooth Shade (this tells Acrobat to hone in on Gradients only)
    Color Type: Spot Color
    Check Embed next to Conversion Profile (should be SWOP)
    Expand Document Colors on the right and Select the DeviceN spot color that is located in the Gradient in Color Spaces then click ok
    Save the PDF
    Please try this and let me know if you have any questions! I'm always looking for new problems to solve! Good luck!
    - Jenny

  • The gallery widget and PDF export etc

    Hi all,
    I'm new to iBA so I have a lot of questions but I start with only two of them.
    I made a Photo portfolio type of iBook, using mainly the gallery widget after the intro chapters.
    Q1. Well, took some time to put it all together but now I'm close to finnish it, so I thought I had to preview how it looked as a PDF, and exported it.
    Quite surpricing that only the the first image on all pages with the gallery widget was present? Is that how it should be?
    I who thought the gallery widget navigations "buttons" would be converted to a link to the next image and that should get links for previous and next image and so fort, nutbut it didnt :-/
    Ok I can make pages for all images, but 700-800 pages for just them doesn't seem smooth IMHO :-)
    Q2. The gallery widget doesnt seem very flexable to handle both landscape and portright images att the same time, so I ended up making 2 pages for each gallery, one for landscape and one for portright mode images. What am I missing here?
    Wishlist for iBA:
    1. Make the gallery widget work for PDF export.
    2. Make the gallery widget flexible to auto-handle landscape and portraight images. (In runtime, in landskape mode of the iPad, the landscape images are shown as much as possible, and the portright ones fit in hight with perhaps a lightgray (customable?) background on the sides, and vise versa when held in portright mode.)
    /Cekari

    1.) Widgets by design require a way to interact - PDFs are just 'readable', so naturally the interaction can't be used and the first image is akin to a placeholder showing where the widget is laid out. In iBA's case, I think the PDF is most useful for proofing, demo, etc. - if a valid preview is desired, either publish as preview (still limited for some examples) or share as an .ibooks file via iTunes.
    2.) Layout your widgets in landscape, edit content in portrait and of course test in both. In those cases where you need a bit more control, bifurcate.
    Thanks for your wishlist: As always, feel free to use the 'Provide iBooks Author Feedback' menu item for features you'd like added in the future, etc.
    http://www.apple.com/feedback/ibooks-author.html
    New iBA users should see: Publishing With iBooks Author
    http://shop.oreilly.com/product/0636920025597.do
    Ken

  • I had a "pdf export" plan and upgraded it to "pdf pack" plan and it was charged the full price of the new plan in my credit card. How to get the refund of the non used part of the old plan?

    I had a "pdf export" plan and upgraded it to "pdf pack" plan and it was charged the full price of the new plan in my credit card. How to get the refund of the non used part of the old plan?

    Hi edilsoncf,
    I've seen your question on several forums, and responded there. Did you get your subscription sorted out?
    See: How do I get a refund if I have multiple Acrobat service subscriptions?
    Best,
    Sara

  • PDF export causes text to be pixelated (continued)

    Alright, what is going on with Adobe's accounts?
    Apparently Adobe doesn't recognize my username and password for this second account, and when I ask to send a password to my email, I never get the email, so I had to create a third account just to post a thread and update it.   
    And what the hell is going on with my original thread?
    http://forums.adobe.com/thread/988287
    I can't find a Reply button anywhere to update my question. I just saw it there a few days ago. What happened to that? I can't find for the life of me another way to update my thread! Why is the thread marked (READ ONLY) when my question hasn't been answered yet?
    You people have to be kidding me! This is seriously the most confusing, bewildering process I have ever had to go through just to ask a question and update it.
    So that's why I'm creating this new thread. Here is a link to the old one:
    http://forums.adobe.com/thread/988287
    Anyways!
    Here is the update that I was trying to post for the past week, in that thread, but couldn't:
    UPDATE:
    I still have not received an answer to my question:
    How do I export a vector drawing with text in Photoshop to a PDF, such that the text isn't pixelated when I view the PDF?

    Unfortunately I have to use PDF, because I need the file to be infinitely resolved when I zoom in as much as I want (no pixelation).
    But then again, why do it in Photoshop in the first place? You are using the most unsuitable tool I can think of to produce guaranteed vector-based output. The standard answer we use in the Illustrator forum a lot is: If it gets rasterized, then there is some appearance that makes the programm think it can only retain the look by converting to pixels. Contrary to what you think, just drawing it out as vectors doesn't guarantee vector output. There is any number of things that could be going on, so unless you tell us more about your setup and what PDF export options you actually use, this is an pretty unproductive discussion, but some of the common caveats are:
    - you may not be allowed to embed the fonts
    - you may have formatted the text with custom options
    - your vector shapes may overlap in a way, that there is no way to calculate holes and self-intersections on paths within the PDF spec
    - any number of issues with things involving transparencies and blending modes, including layer styles, partial opacities, adjustment layers
    - nesting of layers/ paths in general
    Again, without seeing what exactly you are doing, it's impossible to advise, but as a start check those things.
    Mylenium

  • Subreport causing an extra blank space in PDF export of SSRS 2008 report

    Hi All,
    I have a requirement of showing individual report and a Supervisor report.
    In the individual report, I will run the SSRS report for a particular worker. In the supervisor report, I am supposed to show the report for each worker working under the supervisor.
    I have created the individual report and it works fine(even when exported to PDF).
    Now in order to create the supervisor report, I will get the supervisor ID which I broke into various individual ID's of workers working under the supervisor in DataSet and created a subreport which points to the Individual report. I embedded this subreport
    in a Tablix and gave a group by on the ID so that for each ID, the report runs one time.
    The issue that I am facing is that when I export the Supervisor report in PDF, after each page, I get an extra blank page.
    The Supervisor report only contains the Tablix which has only one column containing the sbureport which points to the Individual report and a Header and footer and nothing else.
    Still I am getting this extra page on PDF export. Please help on the same.

    Hi HiddenIdentity,
    According to your description, you have a report to display subreport for each ID and you have set page break between each group instance. Now when you export the report into PDF, it generate an extra blank page between each group instance. Right?
    In Reporting Services, Reports exported using PDF and Image are optimized for a book-like or printed experience where pages are a consistent size. Page breaks are inserted vertically and horizontally at specific locations within the report body. These specific
    locations are determined by the page width and page height settings. Please see the following link:
    Rendering Behaviors (Report Builder and SSRS)
    In this scenario, when you put a sub report in a cell, the whole subreport body will be displayed in this cell. If the total width exceed the page width of a PDF page, the content will goes to the next page. That's it need two pages to render each subreport.
    So please modify the subreport report size to make it as big as the tablix so that it can be rendered within one PDF page.
    If you have any question, please feel free to ask.
    Best Regards,
    Simon Hou

  • Colour Profile Question - Press PDF

    Hi
    I've got a quick question regarding colour profiles.
    I've designed an A5 flyer for a client and I have my CS3 suite colour settings set to Adobe 1998 for RGB and Euro Coated for CMYK. The client has decided that this flyer is now to be printed on uncoated paper. So, should I be converting or assigning the working/document CMYK profile to Euro uncoated?
    Also on output for press I have a PDF export setting which I use for creating press pdf's which is set to 'No Colour Conversion' and 'Don't include profiles', so in fact does the above matter at all?
    I'm totally confused, any help appreciated!
    Thanks

    I think you are guessing correctly, they may have some control which will work ok for them at a certain level.
    You could convert in ID, which will alter the appearance and that will change the output file. Or you could manually adjust the colour/saturation to taste and let the printers go through their usual process and end up with better job.
    They probably 'run to density' on press, so you are taking some of their control. Most printers at least calibrate their equipment to a standard, such as Euroscale and then suggest that clients use that when preparing files. That is what I guess when a printer does not have a custom profile.
    What they are saying to you is that they are calibrated and their approximate appearance is based on Euro Coated on coated stock at a particular ink density measured at the press.
    Uncoated stock looks desaturated, so if you increase your saturation and reduce your Total Ink, you can control the look at their desired press density.
    This is not correct colour management, but reflects real world conditions in many commercial 'jobbing' printers in my experience.

  • Pdf export artwork missing

    Hello illustrators.
    im exporting a pdf from illustrator,and half of my artwork is missing!what can i have done wrong?
    thank you.

    Well, I don't have an answer to the question, but I have been able to come up with a workaround that others might be interested in...
    What I did was split the presentation into two pieces and generate PDFs from each piece. The (shorter) pieces both exported correctly. Then I used PDFLab (http://www.iconus.ch/fabien/index.html), a free PDF Utility, to put the two pieces back together. The result was a single PDF that contained the entire presentation.
    In my mind, the fact that this workaround was successful suggests to me that there is a bug in the PDF Export code of Keynote (at least v4.0.4 — I haven't bought into iWork 09 yet).

  • PDF export in Linux

    Hello,
    I'm using the Crystal Reports Java SDK from Crystal Reports for Eclipse 2.0 (normal Java code, no JSP) and want to export a report to a PDF file. When the report is exported under Windows XP, everything works fine. But if the report is exported under openSUSE 11.1, the following exception is thrown:
    Exception in thread "Thread-4"" java.lang.NullPointerException at com.crystaldecisions.reports.exporters.format.page.pdf.fontembedding.opentype.OpenTypeFontManager.run (Unknown Source)
    I'm guessing that the font which is used in the report is not present in openSUSE. But the only font being used in the report is the default one ("Arial"). I tried to install additional fonts via YAST, but I do not know which fonts are needed.
    The problem only occurs when exporting to PDF. Excel export works fine on both operating systems.
    I would be thankful for any hints!
    Robin
    P.S.:
    The code looks approximately like this
    reportClientDocument.open("Test.rpt", OpenReportOptions._openAsReadOnly);
    reportClientDocument.getDatabaseController().logon("LOGON", "PASSWORD");
    PDFExportFormatOptions pdfOptions = new PDFExportFormatOptions();
    exportOptions.setExportFormatType(ReportExportFormat.PDF);
    exportOptions.setFormatOptions(pdfOptions);
    reportClientDocument.getPrintOutputController().export(exportOptions);
    Edited by: Robin Lebert on Apr 16, 2009 2:43 PM

    Hello again. I've copied the files into the specified directory and now the PDF export works fine. Thanks again for your support!
    But I've got another question. Currently, I'm trying to print out a report instead of generating a file. Here's my code snippet:
    PrintReportOptions printReportOptions = new PrintReportOptions();
    printReportOptions.setPrinterName("//SERVER_NAME/PRINTER_NAME");
    reportClientDocument.getPrintOutputController().printReport(printReportOptions);
    Printing in Windows works fine ;-). But if I'm trying to print the report in Linux, the printer cannot be found because it's a windows share. So here's my question. How Do I configure the report engine so that the report can be printed to a windows network printer?
    Edited by: Robin Lebert on Apr 23, 2009 9:49 AM

  • Lightroom 5 book module trims pixels on JPEG and PDF export

    I'm making a 12x12" book and want to export at 250dpi.  I'm expecting my pages to be square and exactly 3000x3000 pixles.  When I export to JPEG or PDF the pages are not square and JPEGs are 2968 x 3000.
    I've seen the same question asked regarding LR4.  It appears to not have been fixed or addressed in LR5.
    I'm not using Blurb to create books which I understand is the publisher that requires these odd sized pages and why LR exports pages this way.  Oddly, there is a special export for Blurb books; I wouldn't think that the generic JPEG and PDF exports should follow the Blurb standard.  Idealy, I want my JPEG exports to be two-page spreads at 6000 x 3000 pixels.  I can stitch together two pages in Photoshop easily enough, but not if the pages are not the correct size to begin with.
    For now, I'll use LR5 to mock up a book and then re-create the whole thing manually in PS, which is really sad and such a waste of time given that LR is so close to being able to export exactly what I want.
    Would love to see this fixed in an update soon.

    These are both bugs that have been fixed since the LR4 beta. Thanks for bringing them up, though.

Maybe you are looking for

  • DHCP broken after software update 10.6.8

    After doing software update for 10.6.8, my Mac Mini Server is no longer accepting an IP address from external DHCP server. Our configuration is supposed to use DHCP to receive its (static) IP address, and has happily done so for quite some time. But

  • How do I Transfer iPhone video to iPad photos?

    How do I Transfer iPhone video to iPad photos?

  • Video ichat dsl-to-cable user

    I have DSL - my sister in Los Angeles has Cable. Our video chat works perfect with tester in UK. when we try with each other the quality is so poor we can't use it. Is the a DSL to Cable problem? My DSL speeds are 1-3K Kbps(download) and 3-400 Kbps(u

  • Web Services and method overloading

    I have a number of web services which was implemented with AXIS. These services uses method overloading which seems to be a problem in JDeveloper (9 as well as 10 preview) JDeveloper simply won't accept the wsdl, and wont regenerate the web service b

  • Error: 1051518

    While refreshing the securities from Shared services in EAS Console, I am getting this error: Error: 1051518: Essbase global application does not exist at Shared Services Any solutions?