Print Image (EPS Format)

Hi, guys

Does fast report support printing image from eps format ?

Does fast report can print like the newspaper layout ?
example

'
' some text from database
'
' some text from database
'
' some text from database
'
' some text from database
'
image
' some text from database
'
' some text from database
'
' some text from database
'
' some text from database
'
' some text from database
some text from database some text from data
base some text from database some text from
database


and can I print like above format in two columns ?


Thanks

Comments

  • edited 5:57AM
    Hi!

    First: You can assign an eps format image to the TFRPictureView at runtime by loading an eps image with the aim of any graphics library that supports it. (for ex: GraphicEx) In this way any image format is supported.

    Second: if You want the image to be surrounded by the text from the database I say it is not possible, but can be solved

    Third: Columnar printing is supported.

    But keep in mind, FR is not a DTP software, its primary goal is to fetch data from many sources and render them based on a designed format.

    Regards:Alex
  • edited 5:57AM
    How to solve it ?
    I load the image from the database too, Can you tell me how to print like that layout ?

    What is DTP software ?

    Thanks
  • edited 5:57AM
    Hi!

    I usually store images outside the database because of the easier handling. But in this case I would place an image component on the FR design page where You want it to be rendered and leave it empty. In the FR component's OBP event handler (on application level) write a code that reads the stored image from the database as BLOB. You have to declare a local variable with an appropriate image type and call its LoadFromStream method with the previously saved BLOB. As i said the GraphicEx library can read this format (http://www.delphi-gems.com/Graphics.php#GraphicEx). This library doesn't need installation, You only have to include its path in the library path in the IDE. You have to include the GraphicEx.pas unit in the USES clause and You can use all the graphics class declared in it.

    The class appropriate for You is TEPSGraphic(TTIFFGraphic).

    (DTP is for DeskTop Publishing. )
  • edited 5:57AM
    Hi Basswar,

    Now I can read EPS Image format, but how can I print text that surrounded the image ? Do you have solutions ?

    Thanks
  • edited 5:57AM
    yoesak wrote: »
    How to solve it ?
    I load the image from the database too, Can you tell me how to print like that layout ?

    What is DTP software ?

    Thanks
    me too, i also load image from the database c#, i just can't figure out how to print into the image i want it to be. do you have any suggestion or solution on this.

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.