Creating Tables (Rows & Columns)

Hi, I am having trouble designing tables for an article of my
university magazine publication.. I know freehand doesnt support
tables so I converted my MSWORD file into PDF and then used the
snapshot tool to get an image of those tables in freehand--but it
isnt coming right. The image gets massively distorted.. I have used
different website (vectormagic.com) to create vector images of the
tables, but still no success. I surely cannot draw 140 rows and 6
columns (thats easy) and then put numerical data in those spaces.
it will take me ages.. is there anyone to ease my pain? plz answer
[email protected]

> Hi, I am having trouble designing tables for an article
of my universi=
ty
> magazine publication.. I know freehand doesnt support
tables so I =
> converted my
> MSWORD file into PDF and then used the snapshot tool to
get an image o=
f =
> those
> tables in freehand--but it isnt coming right. The image
gets massively=
> distorted.. I have used different website
(vectormagic.com) to create =
=
> vector
> images of the tables, but still no success. I surely
cannot draw 140 =
> rows and 6
> columns (thats easy) and then put numerical data in
those spaces. it =
> will take
> me ages.. is there anyone to ease my pain? plz answer =
> [email protected]
Is the magazine made with FreeHand too? Layout programs like
InDesign ca=
n =
import pdf files as images of course InDesign also imports
Word tables.
Best way I can think of is to make the table layout in Word
and then =
export pdf files. Insead of making images pdf files can be
saved as eps =
=
and imported to FreeHand as any other eps image. This
requires Acrobat =
Pro, though. FreeHand can import some pdf formats but most
often not.
If the tabels have black text ensure that eps file do not
include rgb =
colors (Pdf export settings, Press Quality for example).
Wrong color spa=
ce =
will mess up the printing for sure because rgb black is
usually converte=
d =
into cmyk color like C=3D94 M=3D82 Y=3D81 K=3D89.
Jukka

Similar Messages

  • Acrobat - Insert Table (Rows/Columns)

    I need to insert a table over a plan (architectural plan) so that we can indicate start and finish dates for work activities.  Is any one aware of a plug-in facility that will allow you to create a table (Rows/Columns) of varying quantity/size? Similar to draw table in MS Word.
    Thanks

    The only way I know to do this is to create the table in a word processor or such. You could do this for all of the tables you need. Create a new PDF of the tables. Then use the object touchup tool (or object select?) to copy the table from the table PDF to the drawing. You may have to look for where it is copied and move it to where needed. The paste seems to work differently in different versions of Acrobat.

  • Unable to create table with column default value with date interval

    Please help to create table with calculated date defaullt value:
    CREATE TABLE emp (
      birth_date  DATE  DEFAULT sysdate + interval '3' day NOT NULL
    or
    CREATE TABLE emp (
      some_date DATE,
      birth_date  DATE  DEFAULT some_date NOT NULL
    or
    CREATE TABLE emp (
      some_date DATE,
      birth_date  DATE  DEFAULT some_date + interval '3' day NOT NULL
    below syntax error:
    TT1001: Syntax error in SQL statement before or at: "+"

    I'm afraid this is not possible; as per the SQL Reference, TimesTen only supports 'constant expressions' for the DEFAULT clause and none of these are constant expressions.
    Chris

  • ADF - How to create table which column header come from query result

    I would like to create table that show the summary of task for each month, the query result such as
    Status MonthofYear Total Task
    03 2007/06 9
    03 2007/05 12
    03 2007/04 10
    03 2007/03 7
    05 2007/06 6
    05 2007/05 3
    06 2007/06 1
    09 2007/06 1
    And the table that I would like to show in jdeveloper is
    Status 2007/06 | 2007/05 | 2007/04 | 2007/03 | ......... | 2006/05
    03 9 | 12 | 10 | 0 | .......
    05 6 | 3 | 0 | 0 | .......
    06 1 | 0 | 0 | 0 | .......
    09 1 | 0 | 0 | 0 | .......

    Lucas worked out a solution for this:
    http://technology.amis.nl/blog/?p=2070

  • How to Create Table Using Column Drag and Drop Feature

    Hi:
    I am new to Oracle SQL dev Data Modeler tool and would like to know if there is a way to create a new table by re-using the existing columns or column groups. The idea is to maintain consistency and save table design time. If columns created previously can be re-used and require drag and drop of column in the right pane, then only new columns need to be manually created.
    Any thoughts on this will be appreciated.
    Thanks!

    Hi Kent
    I checked out the video and tried it in Oracle designer, it works and works great!
    My other question is that I may have several set of columns that I may want to group depending on the table requirements. Can I have multiple templates and choose which one to apply to?
    Also, how do I choose the table where the table template needs to be applied. As I may be interested in applying the table template to selected tables only.
    Thanks
    Edited by: user648132 on Feb 20, 2012 10:47 AM

  • Creating Table "Row" headings

    Hello,
    I've found that we can customize column headers for a Jtable using:
           table.getColumnModel().getColumn(0).setHeaderValue("New Column Name");I would like to know is there a way to do the same for rows?
    i.e. to have the first cell in each row have a header format with custom text.
    I found no examples nor documentation about how to do this.
    thanks,
    HSC

    Sorry this is a dupe.
    For some reason every post I submit does this.

  • Creating table rows

    Is it possible, using an ADF table which is editable, to create rows, say for example by pushing a create button, which then in turn inserts a blank row in the table where the user can insert new data?

    Thanks Luc.
    To make things (maybe) more complicated, we start with a read-only case and when the createInsert button is pushed an editable row is shown. To accomplish this we do the following:
    In the property inspector we set varStatus="StatusInEdit". Subsequently a setActionListener is added with the following properties:
    - From="#{true}"
    -To="#{requestScope.editmode}
    The property varStatus and the above defined actionListener are used in order to create an inputText field which toggles between read-only and editable by setting the readOnly property of the inputText field in question to:
    - readOnly="#{!(StatusInEdit.first and editmode)}
    This method works fine until the commit button is pushed, when we push the commit button nothing is stored in the database. Is this due to readOnly. In other words, is the application aware that the inputText field is not readOnly but editable or does it still think it is read-only?

  • SetActionListener to access table row column

    I am using JDev 11.1.1.6.
    I am using a Panel Header Form. Within the form I have a menu and a read only table.
    The able has several columns and several rows of data. The menu has a command link in which I need to pass some parameters via the request scope to the bounded task flow that I am calling. Within the command link I am currently setting the requestScope parameters with a setActionListener. The from parameters are currently hardcoded and posted to the cooresponding requestScope parameters. Based on the hard coded parameters that I am passing the called task flow and page are rendering correctly.
    I would like to dynamically pass properties from one of the columns for a given selected row in the table. Because the menu with the command link is not embedded within the table, I can't access the "row" variable from the table.
    The question I have is how can I access a column value for a given row in the table when using the setActionListener within my menu. I have also read that I might want to utilize setPropertyListener instead, however I seem to have the same issue accessing the row data.

    This helped quite a bit, but I still have 1 more question.
    Currently my action on my commandMenuItem is the action associated with my Control Flow Case call. The example you provided has the action calling the method within my backing bean. How would I be able to execute both the call to the backing bean which will set my requestScope variable. The current method I have within the backing bean is as follows:
    public void m2_attributeChangeListener(AttributeChangeEvent attributeChangeEvent) {
    // Add event code here...
    // For learning purposes - show Select One button clicked
    System.out.println("Navigate to page link clicked");
    // Get bindings associated with the current scope, then access the one that we have assigned to our table - e.g. OpenSupportItemsIterator
    DCBindingContainer bindings =
    (DCBindingContainer)BindingContext.getCurrent().getCurrentBindingsEntry();
    DCIteratorBinding dcItteratorBindings =
    bindings.findIteratorBinding("OpenSupportItemsIterator");
    // Get an object representing the table and what may be selected within it
    ViewObject voTableData = dcItteratorBindings.getViewObject();
    // Get selected row
    Row rowSelected = voTableData.getCurrentRow();
    //print
    System.out.println("DC Number" + rowSelected.getAttribute("DcNum"));
    ADFUtil.setEL("#{requestScope.DcNumber}", rowSelected.getAttribute("DcNum"));
    }

  • Images in table rows/columns

    Hi I am new to this and seem to struggle on what I think
    should be easy!
    I have one client with many pictures I want to display 4
    pictures in a row, repeating the rows until all the images for that
    client are displayed.
    Can anyone point me in the right direction with the correct
    CF tags to use
    Many thanks

    You want to use the MOD attribute.
    <!-- set how many rows across you want-->
    <cfset ColumnCount=4>
    <!-- set the physical path to your images-->
    <cfset imagefolderpath = "D:\website\folder\images">
    <!- query the folder for a list of images that are jpg -
    edit for other file types if needed-->
    <cfdirectory action="list" name="readfolder"
    directory="#imagefolderpath#">
    <cfquery dbtype="query" name="listimage">
    SELECT Type, Name
    FROM readfolder
    WHERE Type = <cfqueryparam cfsqltype="cf_sql_varchar"
    value="File">
    AND
    ( Name LIKE <cfqueryparam cfsqltype="cf_sql_varchar"
    value="%.jpg">
    OR Name LIKE <cfqueryparam cfsqltype="cf_sql_varchar"
    value="%.JPG">)
    ORDER BY Name ASC
    </cfquery>
    <!-- output images -->
    <body>
    <table>
    <tr>
    <cfoutput query="listimage">
    <cfif (listimage.CurrentRow mod ColumnCount) is 1>
    </tr><tr>
    </cfif>
    <td>
    <IMG src="../images/foldername/#name#">
    </td>
    </cfoutput>
    </tr>
    </table>
    </body>
    This is a basic proof of concept. You can style your images,
    whatever
    HTH

  • Special Characters in Create Table......

    How can I use & sign in the column name in Create Table Statement:
    Create Table
    (aa&bb varchar2(10));

    You can create table with column name having "&" in the following way... but I won't recommend that because you'll have problems when you would need to Query the table or perform any DML operation!!
    SQL> Create Table not_good_practise
    2 ("aa&bb" varchar2(10));
    Enter value for bb: &bb
    old 2: ("aa&bb" varchar2(10))
    new 2: ("aa&bb" varchar2(10))
    Table created.
    SQL> desc not_good_practise
    Name Null? Type
    aa&bb VARCHAR2(10)
    SQL> drop table not_good_practise;
    Table dropped.
    Be sure ... why you want to do something like this before you put it in your design.

  • Create table dinamically using java sql types?

    Hi! I've an application that reads an XML file. This file contains de definitions of some tables, using java sql types. For example:
    <dbtable>
      <dbtablename>Name of table</dbtablename>
      <dbtablefield>
        <name>Name of table field</name>
        <type>java.sql.Types.VARCHAR</type>
        <length>10</lenght>
        <canNull>0</canNull>
        <isPK>1</isPK>
      </dbtablefield>
    </dbtable>That's a little example of one table, with one field. Is a java.sql.Types.VARCHAR (or is equivalent in int), which has a size of 10, it cannot be null and is a primary key for the table.
    Now, the lenght, null, and primary keys are not problem at all. What I want to know, is how do I create de table using the java.sql.Types. I mean, I don't want to hard code:
    String s = "CREATE TABLE name (COLUMN VARCHAR(10)...";Instead, I want to use some "wild cards", as are used in PreparedStatement. The idea of this is that no matter what DB I'm using, I must always be capable of creating the tables not worrying for the DB. I mean, I must be able to create the table in Oracle, SQL Server, DB2, etc., using the same XML and the same java class.
    Something like:
    String s = "CREATE TABLE name (COLUMN ? (10)...";
    someobject.setObject(1,java.sql.Types.VARCHAR);
    someobject.execute(); //create tableIs this possible? Or do I have to make a map for each DB?
    Thanks a lot for your help! Dukes available!

    you can provide some fields at runtime..
    for example
    "CREATE TABLE name (COLUMN" + arg[1] +"(10)..."
    here arg is the string array passed into the main.

  • Problem CREATE TABLE with PRIMARY KEY Still in Trouble ! Please Help!

    Hi there !
    I use the orcle 8i, and i don't know why i can't create table with any primary key EXample:
    SQL> CREATE TABLE O_caisses
    2 (No_caisse NUMBER(3) constraint caisses_pk PRIMARY KEY,
    3 NB_BILLETS NUMBER(5)
    4 )
    5 /
    CREATE TABLE O_caisses
    ERROR at line 1:
    ORA-18008: cannot find OUTLN schema
    ***********some Debuger show me this way: *********************
    Well there r certain point u got to notice when creating a table with constraints.
    1) U can create table with COLUMN level constraint.
    2) U can create table with TABLE level constraint.
    3) In COLUMN level constraint u can't give a constraint a name
    but only mention the type of constraint.
    4) In TABLE level constraint u can give a name to constraint.
    Following are the examples of both
    --COLUMN LEVEL
    CREATE TABLE O_caisses
    (No_caisse NUMBER(3) PRIMARY KEY,
    NB_BILLETS NUMBER(5));
    --TABLE LEVEL
    CREATE TABLE O_caisses
    (No_caisse NUMBER(3),
    NB_BILLETS NUMBER(5),
    constraint pk_caisse primary key (No_caisse));
    ********************And this is another one:*****************
    SQL>grant create any outline to username;
    BUT the problem is still present, i don't know what to do now !
    Please could some body help me !
    Thanks alot!
    Luong.

    The clue is in the error message: the OUTLN schema is missing.
    This is something Oracle 8i introduced to help manage the CBO (or soemthing equally geeky and internal). For some reason your database no longer has this user. It ought to be created automatically during installation (or upgrade) but catproct may not have completed probably or some over zealous admin type has dropped it.
    Solution is to re-install (or re-upgrade) as you cannot create this user on their own. Alas.
    HTH, APC

  • How to enter a data into the specified column and row in a created table

    Hi,
    I want to enter some data to specified column and row in a already created table. Please let me know how to do this.
    Regards
    Shivakumar Singh

    A table is just a 2D array of strings. Keep it in a shift register and use "replace array element" to modify the desired entry programmatically.
    If you want to modify it manually and directly from the front panel, make it into a control and type directly into the desired element. (In this case your program would need to write to it using a local variable).
    Atttached is a simple example in LabVIEW 7.0 that shows both possibilities.
    LabVIEW Champion . Do more with less code and in less time .
    Attachments:
    ChangeTableEntries.vi ‏41 KB

  • How to create table with rows and columns in HTMLB

    Hello All,
    Can any one tell me how to create table in HTMLB?
    Regards,
    Lisa.

    Look at the sample BSP application SBSPEXT_HTMLB
    also you can look at the below Blog..
    /people/brian.mckellar/blog/2003/10/31/bsp-programming-htmlb-tableview-iterator
    <i>*Reward each useful answer</i>
    Raja T

  • How to create editable tablecells for a single table row dynamically?

    Hi
    How to make the cell of a tablerow editable based on flag in backing list object bound to row? I can't decide the editable property while creating table columns. So i can't use setCellFactory() during creation. However setCellFactory() makes all cells in table column editable.How to make non-editable table row cell editable and vice-versa based on flag?

    hi
    good
    if you want to create two different view for a same table than you cant give the same name for the same view,otherwise it would allow you to create the view.Try out with different view name as well as the function group name,i hope this ll work.
    thanks
    mrutyun^

Maybe you are looking for

  • How to use Windows formatted iPod nano to move music to a new Mac?

    Hi all, I need to transfer my iPhone's musics, songs, apps and photo, etc to the Mac and I came across this http://support.apple.com/kb/HT1329" guide at Apple Support site since I owned a iPod nano. My questions is since my iPod nano is configured fo

  • ICal events show as all day on iPhone but are not all day how do you fix?

    When I have subscribed to my kids sport calendars some of the events show up in my calendar on my phone at a specific time but some show up as all day yet when you click into it, it shows a specific time. How do I fix this?

  • Inserting a Single Page

    Can I insert a single page into the middle of a pdf document.  That is to say I have a 56 page document and I need to insert a new page at page 34 - is this possible?  If so would you be kind enough to let me know how? Thanks

  • How to play videos with mkv format on imac

    i have purchased a new imac(intel) just four days back. i want to know what is the method for playing videow with mkv format.

  • Credit card keeps getting charged!

    I am sick of this too. 3 charges in the last few days. I have not used this account for 3 months and all of a sudden I am being charged.  No live chat...no way to contact them for refund.  This is not good and not professional. Very very unhappy.