Exporting to pdf does not take the SummaryInfo properties

Hi,
  i am setting all t he properties of the ReportDocument.SummaryInfo  and then exporting to .pdf, but only the title gets exported.
second there are properties get set in the .pdf automatically by crystalReports without having the power to change them like:
Creator, Producer.
is there a possibility to change them.
third is there a possibility to encrypt and sign a pdf through crystal reports?
Regards.

At least one of the 3rd-party Crystal Reports Desktop Schedulers listed at http://kenhamady.com/bookmarks.html provides that functionality (automating the process of exporting to pdf, setting properties using static or dynamic information from the report, protecting the pdf, etc.).

Similar Messages

  • Why does converting word into PDF does not take the background color of the page?

    When I do a page background on a document, and save as pdf, it does not take the background color. It shows only white background.

    This may be a limitation with the built in PDF writer in OS X. Never tried it so I have no idea if it does the same on my Mac.
    As this is not a MS Word problem you are in the right set of forums.
    Have you tried another PDF writer other then the built in one?

  • I am not able to login to my applet as the login dialog does not take the focu

    In the login dialog of the applet it does allow the user to enter the password in to the field. Password field does not takes the focus. I tried with JTextfield and it is also having the same problem.
    == This happened ==
    Every time Firefox opened
    == When in installed 3.5.9 version. It is ok with 3.0 version

    Can you use the Tab key?
    See also [[Pressing Tab key does not select menus or buttons]]
    http://kb.mozillazine.org/accessibility.tabfocus

  • Native error code -214721788​7 0x80040e21 Microsoft OLE DB Provider for ODBC Drivers: ODBC driver does not support the requested properties​.

    I configured MySQL in TestStand and making a query in TestStand like this:
    Command :=> "SELECT *  FROM crc_table ; " or  "SELECT CRC_Value  FROM crc_table ; " returns the total number of records without any errors.
    But when I add the "where" clause
    "SELECT crc_table.CRC_Value  FROM crc_table where crc_table.File_ID= Locals.File_ID and crc_table.Version_ID = Locals.Version_ID and crc_table.Link_ID = Locals.Link_ID; "
    I get the error as:
    Error, The following SQL command failed: 'SELECT crc_table.CRC_Value FROM crc_table where crc_table.File_ID= Locals.File_ID and crc_table.Version_ID = Locals.Version_ID and crc_table.Link_ID = Locals.Link_ID; ...' Native error code -2147217887 0x80040e21 Microsoft OLE DB Provider for ODBC Drivers: ODBC driver does not support the requested properties. [Error Code: -10, User-defined error code.]
    I tried the same syntax in MySQL Query Browser and got the correct result:
    SELECT crc_table.CRC_Value  FROM crc_table where crc_table.File_ID= "FID1" and crc_table.Version_ID = "VID1" and crc_table.Link_ID = "L1";
    I would appreciate your help.
    Thank you,
    Vidula

    Vidula,
    I am not completely sure if this is the cause of the error but it is something that will cause problems if it is not fixed.  In your SQL statement you must properly concatenate your strings with your variables.  In the statement you posted you were simply putting the variable names in the string, not actually pulling their values.  To do so properly your query should look something like this:
    "SELECT crc_table.CRC_Value  FROM crc_table where crc_table.File_ID='"+Locals.File_ID+"' and crc_table.Version_ID = '"+ Locals.Version_ID+"' and crc_table.Link_ID = '"+Locals.Link_ID+"' ;"
    This way we are using the values of the variables in conjunction with the text strings.  In this case the usage of single quotes (') casts the variables as strings so you may need to change this character sequence, but from the second example you gave I think that your variables are of type string so this should work fine.
    Message Edited by herosphro on 04-01-2008 03:52 PM
    John B.
    Applications Engineer
    National Instruments

  • Scheduling does not take the factory calendar for counting the workdays

    I am scheduling my jobs in CPS 8 and I have imported my Factory calenders also. When using Factory calendars for scheduling the jobs for the 6th working day of every month, Its does not count the Saturday as a working day, where as the calendar I am using has Working day on Saturday.
    Why is it so? And is there a way to solve this ?
    Please suggest. Any help is appreciated.

    Hi All,
    I have used this same logic for scheduling jobs scheduling for the nth work days of every month.
    But I have a job, where it is required to be scheduled on the 5th workday of a month and it is submitted once in every 6 months.
    When I schedule it for every month, it works fine. But when I use a submit frame to submit it for once in every 6 months, it does not work.
    Can anyone suggest how to do it ? I used a embedded window to check it also, which didn't work.
    BR
    Madhu

  • Crystal Reports 2008 export to PDF does not render Japanese fonts

    Hello,
    I have searched the forums for this issue, and there does not seem to be a clear resolution to this problem.  We are using CR2008 to create RPT files that are bundled with our custom .NET 2005 application, which then generates reports in PDF format by running the RPT files against an access mdb database using the CR2008 runtime (our application is deployed on a different machine than the one that is used to create the RPT files).  The issue we are having occurs when data in the access mdb file contains Strings with Japanese characters.  The system that our application is running on does contain the eastern asian language fonts so if a user opens the mdb file using access, they can see the Unicode strings in the database rendered properly (rather than the usual boxes and garbage).  However, once our application generates the report filling in the rpt file with data from the mdb and exporting the report to pdf format, the entries that should contain Japanese font data, which leads me to believe the problem is in the export pdf function of the crystal reports 2008 runtime.  Is there anyway we can configure the runtime to properly embed the fonts in the PDF so that the users can view the Japanese content from the database.  Our users end up viewing reports on both OSX and Windows using Adobe Acrobat Reader.
    Thank you very much in advance

    Thanks for the quick reply!
    1) Exact version of Crystal Reports. (Open Crystal Developer. Go to Help> About Crystal Reports).
    12.0.0.683
    Type: Full
    2) What happens if you export the report to PDF format from the standalone Crystal Reports Designer?
    Same result.  The entry shows up as giberish in the report designer preview...however, by doing this I stumbled upon something.  See below
    3) Are you able to export the report to other formats without any issue?
    See Note below
    NOTE:
    In another part of the report, I just put the fields in question directly in the report (that is, not embedded in a text object).  That part of the report when run produces the correct non-gibberish, properly rendered Japanese result (in the CR designer preview).  The same field, however, when embedded in a text object, results in the gibberish being shown in the designer preview as well.
    Now when I export this to PDF, that ends up turning both areas into the incorrect, gibberish result.  Both the one that did properly render in the preview (field not embedded in text object) and the one in the text object.
    Exporting to any other format (tried xls, rtf and html) results in correct rendering for the field not embedded in the text object and incorrect rendering for the field embedded in a text object.
    Hope this helps with the problem, and I think it means this thread probably still belongs under this current forum.
    Cheers

  • Export to PDF - Does not embed font

    Hello,
    I have created my CV in Pages. However when exporting the file as a PDF, my chosen font refuses to embed/render when I open it on a Windows computer. The specific error is:
    Cannot extract the embedded font 'LSHFUS+MuseoSlab-100'. Some characters may not display or print correctly.
    The resulting PDF displays correctly on my Mac, iPad and iPhone, but not on any Windows computer.
    Can anyone suggest what I might do to get this to work in Windows, and whether there are other applications available that help with exporting Pages documents to PDF?
    Thanks,
    Saj

    snkhan wrote:
    Thanks for posting the links Koenig, hopefully we can figure out whether it is a font issue or a Windows issue. It's impractical to stop using non standard fonts, so I really don't want to go down the route of just using Arial/Verdana in my documents.
    I'm not the one urging you to do that. I think that we must be free to choose our fonts (even ugly ones if we want and I must say that I see most ugly ones than well formed ones).
    I did what I was able to do:
    I downloaded the fonts, used them in a document.
    Print a PDF , export a PDF.
    Then, I stored the two PDFs on a memory stick which I connected to an other machine which don't know what is MuseoSlab 500.
    The result is exactly the one which I got on the first machine.
    Also, how can I check if the font subset was embedded correctly in the PDF?
    Given the behaviour described some lines above, I assume that the embedded subset is correctly formed but, I can't guarantee that.
    This is why I asked peter to test because if I understand well, he has access to both operating systems.
    Yvan KOENIG (VALLAURIS, France) mardi 10 août 2010 16:58:50

  • When I type in a keyword for a batch it does not take the first time. I always have to repeat the word?

    When I type in a keyword for a batch of Photos it will not take. It only takes the second time i enter the keyword?

    Do you have that problem when running in the Firefox SafeMode?<br/> ''A troubleshooting mode.''<br />
    You can open the Firefox 4.0 SafeMode by holding the '''Shft''' key when you use the Firefox desktop or Start menu shortcut. Or use the Help menu item, click on '''Restart with Add-ons Disabled...''' while Firefox is running. <br />
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before using the Firefox shortcut to open it again.''
    If not, see this: <br />
    http://support.mozilla.com/en-US/kb/troubleshooting+extensions+and+themes

  • Saved Adobe Illustrator as PDF. When opened, PDF does not contain the images?

    I am using a brochure type template in Illustrator and I have placed a few images in the brochure.
    I have completed my brochure and want to save the AI file as a PDF.
    I have saved the PDF file but when I open it, all of the images are gone.
    What can I do to fix this?

    Sorry for all of the vagueness. Here are some details.
    I placed the image by doing: File->Place and then I just dropped the image in. I have tried to embed the image but that didn't seem to help. The images are on my local computer.
    I didn't do anything to the images other than placing a rectangle box/border around the image. I sent to border to the back and brought my images forward.
    I saved the file to a PDF by doing: File->Save a Copy... and then saved it as a PDF.
    I open the PDF file with Adobe Reader XI

  • Shutter issues with EOS Rebel T3 -doesn't stick-just does not take the picture!!

    Help! 
    I've watched videos on taking camera apart/dumping alcohol into battery compartment, etc...the clarity is not there if I switch from view finder to screen. WHY?!  The shutter button WILL NOT take a picture no matter what setting, etc...it focuses/presses, but, nothing!  I have used this camera for nearly a year now...I post to FB & personal photo site! I need advice!  

    Put the lens into MF mode and try taking  a photo.  Let us know if that works.
    That wont "fix" the issue, but it will give us a clue as to what might be happening because in "One Shot" mode, the camera will refuse to take a shot unless it believes it was able to lock focus.
    Tim Campbell
    5D II, 5D III, 60Da

  • LR does not take the focus

    LR doesn't take the focus when a pre-launch windows opens first--i.e. the 'backup catalog window' or the 'choose catalog' window.
    This is frustrating because LR sits in front of all other windows and therefore looks to have the focus, but to get the actual focus on LR I have to cycle to the LR window (alt+tab) or click on LR in the task bar.
    OS=Vista
    Taskbar set to autohide.

    There are still broken links with backslashes in that frame (right-click context menu: This Frame > Reload Frame).<br />
    Only the first two have a forward slash.<br />
    I have a bookmarklet to fix such links (86 originally, still 84 links left) and that makes the images show.
    It is amazing that the pages with the backslashes also were uploaded (you may want to remove those!):
    *http://www.autogamma.com/FastSP/pompe%5CPL103.html
    *http://www.autogamma.com/FastSP/pompe/PL103.html

  • Exported PDF does not reflect the most recent changes to my inDesign document

    When I export a new PDF from inDesign after I have made multiple changes to the document the PDF looks like a previous version of my inDesign doc before the edits

    Delete the old PDF normally, empty the trash and export again. It happened to me last week several times that InDesign could not overwrite an existing PDF but did not claim an error. After deleting the old file, the problem was solved.

  • Contextual help in Firefox does not take the focus when called again

    When I call the context help in Firefox once, then I return
    in the application without closing the help window, and I call the
    context help again, the Firefox window stays behind the application
    window and is not visible. What could I do?

    See: [http://kb.mozillazine.org/Menu_differences Tools > Options] > Advanced > General : Accessibility : [ ] "Warn me when web sites try to redirect or reload the page"
    * [[Options window - Advanced panel#General_tab]]
    See also: http://kb.mozillazine.org/accessibility.blockautorefresh

  • Hey Guys I have been experiencing a issue which I think is a bug because of which my control centre is plain white it does not take the color of the background I am am using and my notification centre is not transperant like I can't see through plz help

    Plz help guys

    Hi Suren7669,
    Welcome to the Support Communities!
    To resolve this issue, I would suggest updating your iOS to the latest, which is 7.0.3.
    iOS 7.0.3
    http://support.apple.com/kb/DL1691
    iOS: How to update your iPhone, iPad, or iPod touch
    http://support.apple.com/kb/HT4623
    Cheers,
    - Judy

  • TS1702 does not take the chabge passward

    chaged the pass but at APP Store ,show incorrect pass

    There are still broken links with backslashes in that frame (right-click context menu: This Frame > Reload Frame).<br />
    Only the first two have a forward slash.<br />
    I have a bookmarklet to fix such links (86 originally, still 84 links left) and that makes the images show.
    It is amazing that the pages with the backslashes also were uploaded (you may want to remove those!):
    *http://www.autogamma.com/FastSP/pompe%5CPL103.html
    *http://www.autogamma.com/FastSP/pompe/PL103.html

Maybe you are looking for