Exporting to word from crystal without frames

good afternoon, I have problems with the export from a word crystal, because everything is generated on me frameworks. pc sell any component or provide some advice for me to export a word without frames?.
thank you very much for your attention and hopefully prompt responses.
Fredy Castellanos
Development Engineer
LEGIS SA

Ludek good morning, thanks for addressing my request.
It turns out that I worked with Visual Studio. NET 2003 and use a component called CrystalReportViewer.
When exporting to Microsoft Office Word, all I was generated in frames or text boxes, I want to pass the text into Microsoft Word without putting the content in text boxes or frames.
This is the code I'm using
MemoryStream oStream=new MemoryStream ();
oStream = (MemoryStream)oRpt.ExportToStream(CrystalDecisions.Shared.ExportFormatType.WordForWindows);
Response.Clear();
Response.Buffer= true;
Response.ContentType = "application/msword";
Response.AddHeader("Content-Disposition", "attachment;filename=" + NombreActa + ".doc");
Response.BinaryWrite(oStream.ToArray());
Response.End();

Similar Messages

  • Exporting to Word from crystal 2013

    Hi-I am using BO 4.1 sp2 and crystal 2013.When the crystal report gets exported to MS word (97-2003),it creates a .rtf file.Is there a way .doc file can be generated from crystal export.
    In the user manual,it says ms word(97-2003) is a .doc format but while exporting it creates .rtf,isn't it weird?
    Thanks.

    Interesting. I did a quick test with one of the sample reports I have and renaming the rtf file to .doc worked. Renaming the rtf file to docx I got the error re the file being corrupted. However opening the .doc file and then doing "save as" docx, the file is ok.
    E.g.; you can not rename an rtf file to docx, only doc.
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center Canada
    Follow us on Twitter

  • 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

  • Export to Word from SAP B1 2007A

    Hi all.
    When trying to export marketing document (sales order) to word from SAP B1 2007 A - I get error message. The error message appears in the word document and it states "unacceptable field". The template document also fails to return values in some of the data fields. We are using Office 2007.
    I have tried solution from notes (868723), saying to check "typing replaces selection". I've also set macro settings to low and given acces to VBA Projects.
    Has anyone some suggestions?
    Thanks and regards, Runar Wigestrand.

    Hi Runar,
    The following link is to the documentation about how to export to word. Check if it helps you with some useful information  :
    https://websmp108.sap-ag.de/~form/sapnet?_FRAME=CONTAINER&_HIER_KEY=701100035871000371280&_OBJECT=011000358700001146622005E&_SCENARIO=01100035870000000183&
    Regards,
    Jitin

  • Background Colour Incorrect when exporting to PDF from Crystal Reports 2008

    Hello All
    When exporting to PDF from CR2008 the background colour of the crosstab is incorrectly displayed. The problem is as follows to create a crosstab with a grey header row and column details in white we have used the following trick.
    Format Cross Tab Border Background is set to Silver.
    Crosstab Expert Grand Total Background colour is set to white.
    The result is a crosstab with header in grey and details in white.
    This report displays correctly in CR2008, and exports as seen on screen to everything but PDF. When exporting to PDF the Crosstab is completely grey taking on only the Background colour of silver, and ignoring the Grand Total Background colour being set to white.
    What is strange that when I print to PDF the format is also displayed exactly as required,
    Any help on this matter would be greatly appreciated.
    Some additional details.
    CR2008 version 12.3.1.683
    Adobe Reader version 9.3.3
    Windows XP Professional
    Thanks
    Phillip
    Edited by: Phillip L on Nov 23, 2010 1:51 PM

    If this is a big issue for you then please purchase a case and a Rep can duplicate and escalate to R&D.
    As a work around export to Editable RTF and in Word 2007 you can get a PDF export plug-in and then export to PDF.
    Thank you
    Don

  • Exporting TTX file from Crystal Reports XI

    I need to export a report in Crystal Reports XI using the TTX format.  When it "exports" there is no data.  I can export just fine to a PDF file.  Any suggestions?

    Hi Tricia,
    That's odd.... Try upgrading to CR XI R2 for free and see if that works.
    https://smpdl.sap-ag.de/~sapidp/012002523100011802732008E/crxir2_sp4_full_build.exe
    and then SP 5 and 6
    SAP Crystal Solutions Downloads
    Use your XI Keycode.
    Do a custom install and select all export types.
    Thank you
    Don
    Edited by: Don Williams on Jan 28, 2012 8:53 AM

  • Error exporting to PDF from Crystal Reports 2008

    Hi,
    We are getting following error while exporting Crystal report to the PDF and preview in IE:
    Description: Failed to export to a pdf file -- Selected exporter does not support one of the features used in this report. MyReport {DCA37817-1414-45A7-8DF9-75503B8CD0FE}.rpt
    This report having chart object as subreport, however export to Excel works fine and we could see chart fine in Excel. Any other reports without charts are exporting fine to the PDF format only this one having issue.
    Report developed with Crystal Reports 2008/SP2, server we are running this report having CRRuntime_12_0.msm merge file installed successfully. We can't install 12_2 or 12_3 downloaded from your site because of errors we are getting while setup with these merge files somehow.
    Server configuration: Windows 2008 RC2 64bit, .NET framework 3.5, project executing report compiled as x86 ASP.NET project.
    Thanks for help!
    Leonid Shprekher
    Bessemer Trust

    Actually, the question boils down to; does the framework support the fonts?
    I believe that my question re. this working in the designer was valid. The designer does not use the framework, so if it works there, it is either a framework issue or a runtime print engine issue.
    I believe if you use the code below, it will list fonts available to the framework:
    foreach(FontFamily ff in FontFamily.Families)
    System.Diagnostics.Debug.WriteLine(ff.Name);
    For more information see kbase [1198306 - Crystal Report displaying incorrect font in Microsoft Visual Studio .NET|http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_dev/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes%7B6163636573733d36393736354636443646363436353344333933393338323636393736354637333631373036453646373436353733354636453735364436323635373233443330333033303331333133393338333333303336%7D.do]
    Ludek

  • How do I export 72ppi jpegs from InDesign without losing quality?

    I need to export indesign files that I design to 72ppi for web without losing any quality (or as minimal as possible). Countless times I have tried different methods, but alwasy manage to create a workaround, whether it be good quality, or just readable text. ITs really the small text I have the problem with. I explain in the below video my problem in further detail. But basically, I have tried many things such as pasted from indesign to photoshop, exporting to 300ppi jpeg and resizing in photoshop, exporting to 72ppi jpeg and viewing (not good at all), exporting as PDF, opening in photoshop ticking anti alias and inputting my dimensions... how can I get this to work?? Someone please help.. I have battled this problem for to long and my boss is getting annoyed with it. We need to fix this.
    Many people say to export to PDF and then open in photoshop and save as a jpeg from there.. but how can i export a PDF to 72ppi?? Please Adobe fix this issue in future editions of InDesign. Thanks in advance to anyone who can help
    Here is a link to the video if yu can't view it below: http://www.youtube.com/watch?v=0uqsGnhT3gY&feature=youtu.be

    bec-white wrote:
    Many people say to export to PDF and then open in photoshop and save as a jpeg from there.. but how can i export a PDF to 72ppi??
    You have it backwards. You export a PDF, and when you open it in Photoshop, that's when you pick the resolution. Any text in the PDF will likely be vector data, and it will be changed into bitmap data at the resolution you choose. I'll give you an example:
    I placed a 300ppi image (5.7MB Photoshop tiff) into an InDesign page with three captions (12pt, 9pt and 6pt). I exported the page as two different PDFs. One was set to High Quality Print (a1) and the other to Smallest File Size (a2). A1 came in at 446KB and a2 came in at 37KB. When opened in Photoshop, I picked 72ppi as the resolution, flattened and saved as an RGB Jpeg without color profile and quality setting of 12.
    The a1 jpeg was 180kb in size and a2 was 156kb, so not too far apart, considering the difference in file size between the PDF versions. If you open the jpegs in Photoshop, you will see that the size of the letter F at the beginning of the 12pt caption is nine pixels high in each, so if the problem you are having is that small text isn't readable, maybe the text is just too small to be readable at 72ppi.

  • Exporting Into Excel from Crystal Reports 8.0.1.0

    Post Author: Manoj
    CA Forum: Exporting
    Hi, I am using Seagate Crystal Reports 8.0.1.0 along with my VB application. System was exporting into Excel on Older Versionsof Windows like 98 and all. But in XP, after exporting if i open the exported file, either i get a message like Cannot Read From Fileor A Blank Sheet in the Excel. I have already tried copying the U2*.dll from the crystal folder to System/System32 folder but it is notexporting. Somebody please help... RgdsManoj

    Sage is an OEM partner. For any database issues please ask Sage for assistance.

  • Why does the export to word from adobe conversion tel me everytime their is a problem when I attempt

    Why does the new export from PDF to Word programme tell me evrytime that thier is a problem with the export?

    Hi Tony,
    Have you tried submitting your documents via the ExportPDF web interface: http://exportpdf.acrobat.com/signin.html ?
    Could you also open one of these files in Adobe Reader and choose File > Properties.  What does it say next to 'Application' and 'PDF Producer'?
    -David

  • CR2008 Not enough memory while exporting reports from Crystal Reports 2008

    I have recently upgraded our Crystal Reports version from Crystal Reports Basic for Visual Studio 2008 to Crystal Reports 2008. After upgradation I am facing the problem "Memory full.OtherErrorFailed to export the report. Not enough memory for operation" when I am trying to export the report from Crystal Reports 2008 Report viewer, or directly from the code behind. The application is hosted application. The problem occurs in our production environment.
    Server details:
    OS: Windows 2003 Enterprise Edition R2 with SP2
    IIS: IIS 6
    .Net Framework: 3.5
    Application details:
    Hosted application using Crystal Reports 2008 SP 3
    Crystal Reports Viewer version: 12.0.2000.0
    The data binding of the report object is done through an ADODB dataset.
    Web.Config:
    <configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0">
      <configSections>
        <sectionGroup name="businessObjects">
          <sectionGroup name="crystalReports">
            <section name="printControl" type="System.Configuration.NameValueSectionHandler" />
            <section name="crystalReportViewer" type="System.Configuration.NameValueSectionHandler" />
          </sectionGroup>
        </sectionGroup>
      </configSections>
      <businessObjects>
        <crystalReports>
          <printControl>
            <add key="url" value="http://myserver/mysite/PrintControl.cab" />
          </printControl>
          <crystalReportViewer>
            <add key="documentView" value="weblayout" />
          </crystalReportViewer>
        </crystalReports>
      </businessObjects>
      <appSettings>
        <add key="CrystalImageCleaner-AutoStart" value="true" />
        <add key="CrystalImageCleaner-Sleep" value="60000" />
        <add key="CrystalImageCleaner-Age" value="120000" />
      </appSettings>
      <system.web>
        <httpHandlers>
          <add path="CrystalImageHandler.aspx" verb="GET" type="CrystalDecisions.Web.CrystalImageHandler, CrystalDecisions.Web, Version=12.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304" />
        </httpHandlers>
        <compilation debug="false">
          <assemblies>
            <add assembly="CrystalDecisions.Data.AdoDotNetInterop, Version=12.0.2000.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304" />
            <add assembly="CrystalDecisions.Shared, Version=12.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304" />
            <add assembly="CrystalDecisions.ReportAppServer.ClientDoc, Version=12.0.1100.0, Culture=neutral, PublicKeyToken=692fbea5521e1304" />
            <add assembly="CrystalDecisions.Web, Version=12.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304" />
            <add assembly="CrystalDecisions.Enterprise.InfoStore, Version=12.0.1100.0, Culture=neutral, PublicKeyToken=692fbea5521e1304" />
            <add assembly="CrystalDecisions.Enterprise.Framework, Version=12.0.1100.0, Culture=neutral, PublicKeyToken=692fbea5521e1304" />
            <add assembly="CrystalDecisions.ReportSource, Version=12.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304" />
            <add assembly="CrystalDecisions.CrystalReports.Engine, Version=12.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304" />
          </assemblies>
      </system.web>
      <system.webServer>
         <handlers>
             <add name="CrystalImageHandler.aspx_GET" verb="GET" path="CrystalImageHandler.aspx" type="CrystalDecisions.Web.CrystalImageHandler, CrystalDecisions.Web, Version=12.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304" preCondition="integratedMode" />
         </handlers>
      </system.webServer>
    </configuration>
    Sample Code:
    Report = new CrystalDecisions.CrystalReports.Engine.ReportDocument();
    Report.Load(Server.MapPath(strReportPath));
    Report.SetDataSource(dsReport);
    Creportviewer.ReportSource = Report;
    For exporting the report to PDF
    string Filename = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.InternetCache).ToString(), Guid.NewGuid().ToString() + ".pdf");
    Report.ExportToDisk(ExportFormatType.PortableDocFormat, Filename);
    Clean Up Code: (Page_UnLoad event)
    if (Report != null)
         Report.Close();
         Report.Dispose();
    Creportviewer.ReportSource = null;
    Creportviewer.Dispose();
    dsReport = null;
    GC.Collect();
    GC.WaitForPendingFinalizers();
    Can someone help me resolve the issue.

    The .rpt file size is 14MB with the Data Save option enabled, 12MB without Data Save.  Presumably the 12MB file size is because of the 24bit PNG we have as our background.
    The Designer executes the report in less than a second and we can scroll through all pages and see the image fields perfectly.
    When we Export to PDF, the Designer takes a long time, eventually gets to the 77%, the 7th record and returns "Export report failed" followed by "Memory full".  If we export only page 1 of the 3 pages, it also returns a Memory full error.  However, when the same report is run with only 1 page, that page exports to PDF but with a ridiculously large size and export time.
    The machine has 2GB of physical memory with an 8GB pagefile with Windows 2003 (latest everything).  The process runs up to about 1GB before reporting the memory full error.
    We've also tried a variety of other suggestions posted in the other thread with no success.
    We're happy to provide the RPT file to the Report Team to diagnose the problem.  Ultimately, we need to be able to produce a 15 page report with approximately 45 images.
    Our preferred scenario is fixing problem 2.  The CR Designer seems quite capable of rendering our report and printing it to our third party PDF printer in a timely manner with small size.  However, the API reports memory full.
    The API resides in a dedicated reporting web service with NO other code except for loading the report, setting parameters and printing.  When executing, it uses up to about 1.1GB before reporting the error.
    Are there any other suggestions for fixing what we have?  Are there known problems with large images in reports?  Do we need to lodge a formal support request?
    Regards,  Grant.
    PS.  Grr and my message formatting is lost when I edited this message!!!
    There is a 1500 character limit and then all formatting is removed to save space. Break you posts into separate entries.
    Edited by: grantph on Sep 30, 2009 2:49 AM

  • No Hyperlink in PDF after export from Crystal Reports 2008 SP2

    When I export a report from Crystal Reports 2008 Developer (as well as from the runtime) SP2 to PDF the Hyperlink to a file on hard disk is missing.

    Hi,
    Go through this LInk
    Re: No hyperlinks after exporting to pdf
    Regards,
    Salah

  • Exporting Changes from Crystal 8.5 and Crystal 10

    Post Author: spentmotiff
    CA Forum: Exporting
    Please forgive me if this was in the Tech. Database; I searched but did not see any information pertaining to this.
    I have recently upgraded from Crystal Reports 8.5 to Crystal 10 and have noticed that when exporting a report as a CSV file, the formatting has changed in Crystal 10 versus Crystal 8.5. The problem with this is that I am first exporting the file from Crystal Reports as a CSV file and then importing this file into another report that I must then send to my State Government; since upgrading to Crystal 10, the formatting changes are causing my export file to lose columns and data. I have tried manually changing the CSV file to no avail.
    Any insight or information into having my Crystal Reports 10 Export file match the Crystal Reports 8.5 format will be greatly appreciated.

    Hi Sharon,
    Your question is answered in this thread:
    [Can you run CRXIR1 and CRXIR2 on the same machine?;
    Hope that helps!!
    Regards,
    Shweta

  • Problems exporting to Word

    Hi,
    We are using the crystals reports bundled with VS2005 targetting .Net Framework 2.0, for a web based application. On some development PCs(Windows XP Sp3) and some ISS servers(IIS 6.0 and Windows Server 2003 R2(SP2) where the application is hosted we have a problem exporting the report is exported to word (programmatically using eportDocument.ExportToHttpResponse). Export to PDF and Excel on the PCs/server worls fine. This problem happens to all the reports in the system.
    The problem is that the window opens and closes and we don't get to see the word document. But the same report when exported to word from the export option in the Crystal Report viewer, it works fine. Also on two of our Windows 2003 server with SP2 the export to word is working fine.
    Please can anyone help us resolve this issue.

    Hi,
    We are using the CR bundled with VS 2005 which is CR version 10.2.3600.0. On the development machine where the export is not working, we have CR 8.5, the CR bundled with VS2005 and CR 2008(CR 12.0) with SP1 installed. We use the Visual Studio Integration manager to switch the versions from CR for VS 2005 and CR 12.0 and vice versa.
    On the Windows 2003 R2 server, we have used the CR redistributable package to install Crystal report runtimes. No other version of CR or any service packs is installed on this machine.
    We initially had a problem with the CR on this server, where the reports would not work evertime the server was restarted and we had to re-install the distributable each time. To solve this, we had to manually register this dll C:\Program Files\Common Files\Business Objects\2.7\Bin\sacommlayer.dll. (I believe this is a known issue with Windows Server 2003 R2 and .Net 2.0).
    Please let me know if you need more information.

  • Export to Word with LayoutDirection of RTL on Tablix

    When exporting to Word from SSRS 2008 R2 - setting the LayoutDirection of a Tablix to RTL causes the rendered table in word to appear in inverted order:
    Selecting the table and setting Table direction (in the Table Properties dialog) to Right-to-left once already in Word corrects the issue.
    Leaving LayoutDirection as LTR renders in the correct direction, but then tabbing through the table in Word is in the wrong direction.
    Any chance that SSRS can be made to render LayoutDirection=RTL to Table direction=Right-to-left?

    Hi Sq,
    I have tested it on my local environment, we cannot reproduce this issue. My test environment is SQL Server Reporting Service 2008 R2 and Microsoft Word 2010 on Window 7. So this issue may be caused by your design structure of your report, if possible redesign
    the report to check if this issue is persists or not.
    If the issue persists, please elaborate the structure of your report, if possible could you please post both the report and the dataset with sample data to us by the following E-mail address? Then, I can try to reproduce the issue again and for further analysis.
    E-mail:[email protected]
    Regards,
    Charlie Liao
    If you have any feedback on our support, please click
    here.
    Charlie Liao
    TechNet Community Support

Maybe you are looking for

  • Error Code 1612 received when trying to install the latest Adobe reader 9.3.3

    I am using Windows XP service pack 3 along with Office 2007.  Presently have Adobe Reader 9.3.2 and 9.3.2 - CPSID_53951 (the update installed on 4/16/10).  Reader ver. 9.3.3 automatically downloaded as it should, but when I try to install I get the m

  • JDriver for microsoft sql server 2000

    "Hi, Currently, I am using your JDriver for microsoft SQL server 2000 for evaluation purposes and confront the following problem: (1) using utils.dbping C:\student\work>java utils.dbping mssqlserver4 sa "" ywu**** Success!!! ****You can connect to th

  • Excise JV-TR6 Challan

    Hi,    When user is creating Excise JV ssystem is showing following error mesaage in status bar. Balancing field 'profit center' in line item 001 not filled. plz suggest. Edited by: sayee on Dec 21, 2007 9:46 AM

  • Smartforms SAP-delivered form template for SD Sales Order Confirmation

    All, I am trying to find the SAP-delivered form template for SD Sales Order Confirmation. I looked in OSS Note 430621 and I can not see it there. This is the sales order likeness of what LB_BIL_INVOICE is for invoice. Thanks in advance, Saint Paul Pe

  • Setup Wizard E-Mail: Only have work email option

    Ok, so I am new to Blackberry and so far have been loving my Blackberry. However, I cannot seem to create an email account on my phone...when I go to the setup wizard it only gives me this option: "I want to use a work email account with a Blackberry