Alignment Problem when Exporting to PDF

I saw one other post on this forum with the similar problem and it was not answered.
I will preview a report through Crystal Reports and all of my fields are lined up fine. Everything looks great. However, when I export the report to a pdf some of the fields are misaligned. I have tried to do various things to get the fields to align such change fonts, add in guidelines, separate embedded fields out of text boxes but nothing seems to work.
I'm using Windows XP Service Pack 3.
CR Developer, Product Type: Full
Product Version: 11.5.11.1470
Thanks in advance.
~Andy

Andy,
I posted a similar problem and actually found a solution. 
With the help of one of our programmers, he suggested using a Trim function in case there were extra spaces in the field.  So this is what I ended up doing.
Created a formula with the following:
"Report Range " + Trim (totext({?datdeb})) + " to " + Trim (totext({?datfin}))
?datedeb = beginning date parameter
?datefin = ending date parameter
By using the trim function, the extra spaces that were inserted into the field were removed. 
Go figure!  Oh well... At least there is a solution.
Gilley

Similar Messages

  • Alignement issue when exporting to PDF

    Hello,
    I'm having some alignment issues when exporting an InDesign file to PDF.
    I have a couple of square pictures, touching eachother at the edges. These are aligned bang on in InDesign (the lines overlap), but when exporting to a PDF and viewing in there, it seems that some seem to jump up slightly.
    Is this just a display issue or a setting issue when exporting to PDF?
    Thanks
    Benny

    The detail is cropped too tight for me to tell how many photos are intersecting there. Is there a vertical intersection as well? If not, I think you're looking at a very slightly non-rectangular frame, if there is, then you might still be looking at a non-rectangular frame, or the frames are not perfectly aligned, which doesn't surprise me if you snapped to a guide -- I find that less than 100% reliable since CS6.
    Presuming that you've zoomed in to show us the problem, that's probably a single pixel misalignment and you'd be very hard pressed to see it in printed output without a loupe.
    You can check the bottom edge of the top photo, and the top edge of the bottom photo(s) for being out of horizontal by using the direct select tool to select the corner points and seeing if the y-coordinate is the same on both sides of the frame.
    My printer tell me to always overlap frames, rather than butting them, for trapping, for what that's worth, but I don't always do what he says, and I've never had a problem.

  • Hyperlink problem when exporting to PDF

    We are using Crystal Reports XI R2 and having a problem when exporting a report to PDF that contains a Hyperlink to "A File".  The hyperlink works correctly when previewed inside Crystal but when it is exported to a PDF the text does not appear to show any hyperlink at all.  Am I missing something or is this a bug?

    Hi Brian
    Please visit the following URLs that talk about the issue.
    http://technicalsupport.businessobjects.com/KanisaSupportSite/search.do?cmd=displayKC&docType=kc&externalId=c2014557&sliceId=&dialogID=25464253&stateId=1%200%2025430948
    http://technicalsupport.businessobjects.com/KanisaSupportSite/search.do?cmd=displayKC&docType=kc&externalId=c2014405&sliceId=&dialogID=25464259&stateId=1%200%2025430949
    You can also download the CR XI R2 Service Pack 4 by using the following URL and check for the results.
    -  https://websmp208.sap-ag.de/bosap-supportsw
    -  Then choose Crystal Reports from 'Software Products' dropdownlist,XI Release 2 from 'Product Version' dropdownlist and service packs from 'Software Types' dropdownlist.

  • Footer problem when exporting to pdf

    I'm losing my footers when i export to pdf? Any ideas?

    Post Author: vtec
    CA Forum: Exporting
    We are having a similar issue. Importing a perfectly justified word document as an OLE Object in Crystal.  The document seems perfect in the viewer but when exported to PDF, the text seems to overlap each other and there are huge spaces between words.  Using Crystal 11 release 2 (version 11.5.8.826).  Any help would be greatly appreciated.

  • Multi line hyperlinks problem when exporting to PDF

    I have a problem with hyperlinks i multiple lines when exporting a InCopy document to PDF. Its only the first line of the hyperlink that actually gets convertet to a link in the PDF file, the second line is just text.
    Is this a known problem and is there a fix or a workaround?
    We are using fully pached InCopy CS5 and Acrobat 9.

    Is there are a real hyperlink there or are you counting on Acrobat to convert it for you?
    Bob

  • WAD: Problems when exporting to PDF with embedded .swf

    I'm using Web Application Designer (WAD) 7 and have created a template with an "Export to PDF" button and an embedded .swf flash file which is an Xcelsius dashboard.
    What i'm trying to do is show the information I want on my dashboard and then export that to a PDF to email out to multiple users who would be interested in the data each month.  If exporting to PDF isn't the best route to get a snapshot of this dashboard out to other users and there's an easier way please let me know, but here are the issues i'm having:
    1) When I have the dashboard showing the information I want and click the "Export to PDF" button, the dashboard reloads as the PDF settings window pops up and gets reset back to it's initial state.
    2)  If I ignore problem #1 and click on 'OK' in the Export dialog anyway after selecting PDF settings, my Adobe Reader pops up but then shows a message saying "The file cannot be opened because it has no pages".  Basically it doesn't see the .swf as being a component to take a snapshot of and print on a PDF. I did try adding a text component just so there was something on the template and I then get a PDF with that text component showing and no .swf snapshot.
    Has anyone come up with a workaround for this?  I've tried using the BEx Broadcaster with the 'Send' option but get the same results in regards to the blank page.
    Thanks as always for the help!

    Thanks for the reply.
    The dashboard is connected to a query in NetWeaver BI to get its data.  So the request of the user is to be able to adjust the dashboard to show the information they need (well say of a certain region) and then take a snapshot of that and email it out to co-workers in Group A.  Then the user will adjust the dashboard to show other data (for a different region we'll say) and take a snapshot to email out to co-workers in Group B. etc and etc.
    I have looked into installing a PDFCreator print driver but that wouldn't be feasible to get it on all machines in the business.  I've also looked into getting it as a .jpeg which would suffice, but am unsure if there is a way to do it with script and connect that to the dashboard when a button is pushed (will look into this).  This seems like a topic for over in the Xcelsius forum now.
    I used the following code within the <body></body> tags of the WAD's xhtml to embed the .swf:
    <object id="dashboard" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" height="600" width="800" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" >
    <param name="Movie" value="bwmimerep:///sap/bw/mime/Customer/JavaScript/dashboard.swf" />
    <embed src="bwmimerep:///sap/bw/mime/Customer/JavaScript/dashboard.swf" name="dashboard" type="application/x-shockwave-flash" />
    </object>

  • Banding problem when exporting to PDF

    Hi.
    I'm having a problem with a banding I'm getting everytime I export to PDF. The banding, of course, is in a gradient. In ID the image looks fine, but once exported to PDF I get that banding. I can do the same files in Photoshop and illustrator and get no banding.  I saw some other posts and people were talking about the printer, but in this case the problem happens even before it hits the printer or RIP. The problem is with the export. Any suggestions on settings that I can use to solve this?
    Thank you for your help.

    On this forum, move your mouse over my photo by my posting and you will see my e-mail address. I can take e-mail attachments up to 25MB. Or you can post on an FTP server. Or you can use the service at http://sendnow.acrobat.com/ to upload files for me. (A basic account is free.) - or you can use any similar service for this purpose.
    I would preferably like to see the minimal amount of your files that exhibit the problem so that implies the InDesign file with the gradient background and at least one photo with the drop shadow effect you are using. Your files will be kept confidential and deleted once we can determine what is going on (assuming we can).
    The reason you cannot set any transparency flattener options for PDF 1.4 or greater is because those versions of PDF support live transparency. You absolutely want that! The moment you go for PDF versions less than 1.4, you are dealing with the problem of premature flattening which requires exact knowledge of the device resolution.
    The other thing that is important to understand is that just because a particular gradient is specifiable doesn't mean that any or all or even some devices will render it well. We are dealing with conceptual specification versus physical device characteristics. The idea behind PDF 1.3 / PostScript Language Level 3 smooth shading-based gradients is that the actual rendition of the gradient to a raster is delayed until rendering time at which point, the particular RIP/device is supposed to optimize the rendered gradient for the particular device. Some RIP/printer vendors do a great job of this, others don't, and as indicated above, not all specified gradients look good when ink hits the substrate (or pixels hit the screen). Our experience is that gradients are often more art than science and we just need to experiement until we find the parameters that work to create the desired effect.
    I am not trying to prejudge your situation. I believe you are seeing results that are not satisfactory. The question is what is causing them and how to finesse same. Looking forward to seeing your file (although I probably cannot get to them until at least Friday due to travel).
         - Dov

  • Font embedding problem when exporting to PDF

    I'm trying to export a 100-page catalog from InDesign CS4 to PDF. I've used Lucida Sans Regular throughout as body text. When I go to export, it says that this font can't be embedded due to licensing restrictions in the font. Thoughts? I've exported this catalog to PDF many times as changes get made and I update it regularly throughout the year, and I've never had a problem with this font (or any for that matter!)

    I just posted this message related to your question under another topic:
    http://forums.adobe.com/message/2397381#2397381
    It might have been more appropriate to post in response to you, Emily.  At the bottom of my post is a solution you can use, but it involves changing the font in the final product.  I also like Lucida Sans, and I've had this exact problem that I never experienced before the upgrade to CS4.  Unfortunately, the problem is not limited to Lucida Sans.
    I see you posted the original question back in August. I hope this is some help to you at this late date.
    Jeff

  • Having problems when exporting to pdf. PLEASE HELP!!!!

    Hi everyone!
    I used the business resume template to make my own. When I export it as a Pdf, however, it looks really really bad. Ive got a slight idea of why this happens: Acrobat converts the helvetica.dfont (only for mac) into TTF files so it can embed the fonts. This causes the font to skew and lose its real kerning and everything becomes a mess. I also tried to go to print, then hit preview, then save it as PNGs and then create a pdf based on images but i still get a way lower quality than the one on pages. I even tried to open the helvetica.dfont file on fontlab and then generate an opentype (Otf) font to see if I could get a better result but it seems to happen the same.
    I forgot to say I need to email it, that's why Im trying to get a way to get people Im sending it to to see it the exact same way even if they dont have the font installed on their computers - which is the most possible scenario.
    I hope you can help me!
    Thank you very much!
    Message was edited by: tikifan

    Henrik, so what you say is that with pdf 1.6 the problem might be solved???
    It's not simply the PDF version, its as well how the PDF is made. On prepress lists this has been discussed for a decade and a half.
    The intelligent font model of the Unicode Consortium and the intelligent profile model of the International Color Consortium are expressed as tagged file formats, but the PostScript interpreter ignores tagged file formats. Adobe Acrobat Distiller is an Adobe PostScript interpreter.
    In order to present the tagged file format of the intelligent font model to the PostScript interpreter, the tags that contain the semantics for the imageable shapes are stripped and the tag that contains the imageable shapes is subset. The intact tags of the intelligent font file are not embedded.
    In order to present the tagged file format of the intelligent profile model to the PostScript interpreter, the tags are also subset and tag that corresponds to the relative colourmetric transform with black point compensation, which is the transform in PostScript colour management, is embedded.
    If PostScript is not intermediate format, the tagged file format of the intelligent profile model may be embedded in PDF 1.3 and higher, but the tagged file format of the intelligent font model may only be embedded in PDF 1.6 and higher, and only with Microsoft line layout logic, not with Apple line layout logic.
    What Acrobat reports as embedded fonts is not easy to relate to what the original font was. If the original font data was TrueType housed in the tagged file format of the intelligent font model, and if PostScript was intermediate, the font data itself may have been transformed to PostScript Type 1 before embedding, or the font data may stay TrueType but packaged as a PostScript Type 1 font program dictionary per the Type 42 Specification.
    If you want to know what Type 42 refers to, then it is a reference to a passage in the Hitchhiker's Guide to the Galaxy. Which is probably the lay of the logic, too .
    /HH

  • Image problem when exporting to pdf

    I have several images on top of each other on the front page of my document. Two large images on top of each other with the the top one being transparent and several small ones on top of the two large. Everything looks fine i pages, however when i export the file to pdf the two large images are gone, but the smaller ones are still there? I have done this several times and never encountered this problem. The desk top icon looks fine though?
    Hope someone can help!

    Some frames are vector (drawn) and render OK in pdfs.
    Others are bit maps using transparency, they have the problems mentioned above.
    Experiment using a set of labeled frames on a single sheet and export that to a pdf and see what works and what doesn't.
    Some features will only be good for printing to your desktop printer directly out of Pages.
    Peter

  • Problems when Exporting large PDF files.

    Hi there,
    We're trying to run a scheduled report that's huge and the PDF would usually be about 2,000 pages. The smaller resultset of about 1000 pages would work eventually, but 2000 seems to be not working.
    We're using BOXI R2 in our servers right now.
    I've thought of a work around this but don't know if it's possible with the BOBJ way. That would be for BOBJ to set the start and end limit of the report result-set and instead of generating one PDF of 2,000 pages, we can use two 1000 page reports. This could be done by defining the starting offset for the resultset and saving into a variable that the next resultset would take from. I.e. end-offset = start-offset+1000 ( considering start offset is 0 ) . And once the cycle is complete ( the instances executed) . The offset ( count ) resets.
    Any ideas are welcome.

    So just a follow-up to the original question. To refine it :
    1) Is there a way to save a variable ( in this case, offset ) either from SQL or a report , in a temporary place (not the infocube though ) .
    2) Is there a way to FETCH that variable/value the next time the report is run and reset it once it's finish?

  • I have a problem. When exporting from PDF to PPTX error "unable to process the document in the module Save As file is not created." What to do?

    I have a problem. When exporting from PDF to PPTX error "unable to process the document in the module Save As file is not created." What to do?
    Windows 7 64
    PC

    everything works on a laptop (

  • Formatting and alignment issues in Crystal Reports when exported to PDF

    Hi Experts,
    When we export the crystal reports 2013 reports to PDF we are facing issues with formatting and alignment. The columns are overlapping and also for some column's data, we are able to see only some parts of text when exported to PDF.
    Data source for these reports is EHP 7 (SAP ECC 6.0), BO 4.1, Crystal reports 2013.
    As these reports are on priority, your help and suggestions are much appreciated.
    Looking forward to hear from you guys.
    Thanks & Regards,
    Vijay.

    Hi Vijay,
    Search for the following in the search bar at the top right of SCN's page:
    ForceLargerFonts
    UsePrecisePositioningForText
    TruncationAdjustment
    All these are registry keys that you might need to apply on the machine.
    -Abhilash

  • Transparency problems when I distort Pdf image size (ie: 100%x99%) then Export. Is there away to fix

    I sometimes have transparency problems when I distort PDF image size (i.e.: 100%x99%) then Export. Is there away to fix.   Or at least be able to preflight and know I have an issue.

    Mostly I have seen borders and drop shadows that will just go away or other wise not print right but only when I distort the image and only on very complicated large PDF images.  When I print it at same % both horz and vert. this problem goes away.

  • Problem with subscript and superscript in tables when exporting in .pdf

    When I put some words in superscript (or subscript) in a table, a bug occurs when exporting in pdf (whit export or print either). All the words in the cell after the subscript part disappear in the pdf version. The rest of the table or the document isn't affected. It's really strange and it has occured since I shifted for the 5 version of Pages...
    I've no idea what to do...

    Pyregnier wrote:
    I've no idea what to do...
    It is a long standing bug in Pages 5.
    Pages '09 should still be in your Applications/iWork folder.
    Peter

Maybe you are looking for

  • Can't even install

    Since the docs just say that it shoudl work and there seems to be no Adobe support that doesn't require a week of "You're sure you're running Contribute?" (24 hours pass) "And you're not using Windows?" (48 hours pass) etc... I am trying to install C

  • Fetching filenames from a directory and adding to vector

    Hi all, I am seeking your help to implement a certain logic. I have a root directory. This directory contains hundreds of folders, subfolders and files. I have a method(getChildren(pathname)) by which I get the children names corresponding to each di

  • Oracle Discoverer 10G and mapping Active Directory to use SSO/OID

    Could anybody point me please to the right direction? 1. I've setup Oracle 10gIAS but turned off SSO and my users running discoverer /portals with no SSO. 2. My goal is to turn on SSO and synchronize it with Active directory on the windows box. Thank

  • How to install printer Epson stylus SX200 drivers ?

    I have downloaded the drivers from the dedicated Epson website. I clicked on install and was told install was successful.  now I can not find a way to have the printer identifued bu the iMac and to use it to print etc. please help me how to make the

  • My iPod touch 4 has a broke connector how much is it to send to apple

    My iPod touch 4 has a broken connecter how much is it to send it to applle