Author Topic: DISPLAY SELECTIVE PAGES IN INDEXED DOCUMENT  (Read 3708 times)

Binesh

  • Guest
DISPLAY SELECTIVE PAGES IN INDEXED DOCUMENT
« on: October 20, 2010, 11:42:03 PM »
Hi

I have to index a Customer Statement in PDF format and the main field for indexing is customer number. The report contains statements for a number of customer and CMOD must decollate the reports based on the customer number.

However the customer number must not be displayed in the document whent the user retreives from CMOD server.

Is there any way to suppress that line alone from getting displayed in the PDF document.

I am using cmod 8.4.1.2 in windows 2003 sp2.

Thanks
Binesh

pankaj.puranik

  • Guest
Re: DISPLAY SELECTIVE PAGES IN INDEXED DOCUMENT
« Reply #1 on: October 21, 2010, 01:46:43 AM »
Hi Binesh

I guess you need to do something with the Logical Views but I am not sure.
Let me investigate and get back.

pankaj.puranik

  • Guest
Re: DISPLAY SELECTIVE PAGES IN INDEXED DOCUMENT
« Reply #2 on: October 21, 2010, 02:37:12 AM »
But note that this is applicable only for LINE data.

Binesh

  • Guest
Re: DISPLAY SELECTIVE PAGES IN INDEXED DOCUMENT
« Reply #3 on: October 25, 2010, 10:26:58 PM »
Hi

I am not sure if i had made my requirement clear hence the below illustration:-

----------------PAGE 1---------------------------------
CUST NO : 1
---------------- PAGE BREAK FOR PAGE 1-----------------
STATEMENT DETAILS FOR CUST 1
 |
 |
 |
 | 
 |
---------------- PAGE BREAK FOR PAGE 2-----------------
STATEMENT DETAILS FOR CUST 1 CONTD
 |
 |
 |
 | 
 |
----------------PAGE 3---------------------------------
CUST NO : 2
---------------- PAGE BREAK FOR PAGE 3-----------------
STATEMENT DETAILS FOR CUST 2
|
 |
 |
 |
 | 
 |
---------------- PAGE BREAK FOR PAGE 3-----------------

as shown above i have indexed the report on CUST NO.

The CUST statement details follows that (this may span to multiple pages). CMOD splits the report based on CUST NO and shows me all the pages for CUST 1 when I download or print them. This is working perfectly fine.

However our requirement is that we must not show the PAGE which contains the CUST NO when the report is printed or downloaded or even viewed in CMOD. Hence we must only show the pages which does not contain the CUST NO.

Can this be accomplished in PDF file in CMOD?

Thanks
Binesh