cancel
Showing results for 
Search instead for 
Did you mean: 

ECL Viewer Redlining does not work in cFolders for PDF

Former Member
0 Kudos

Hi,

I am using cFolders 4.5 with ECL viewer 6.0 patch level 4. Redlining functionality works for AutoCAD and graphics files such as JPG. However, when I try to use the redlining functionality on a PDF I get the message "This feature is currently not supported. Please contact your cFolders system administrator. The ECL viewer will shut down".

Any ideas on why this is happening. Is there anything specific I need to do to enable redlining for PDF files on cFolders.

Thanks,

Lashan

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

No need to go with all these coding, just implement the note 1034072. It will work......

I have had a similar issue and got resolved by implementing this note.

Thanks and Regards

Bhaskar

Former Member
0 Kudos

Hi Lashan,

This can be only realized in form of a modification.

To get the functionality, you have to change the code of BSP page

'doc_de_redline.htm'. You can find this information at transaction SE80

> BSP application 'CFX_RFC_UI' > Pages with Flow Logic

Switch to Layout:

<! object width="800px" height="500px" classid="clsid:E5B45843-BBE0-11D4-A7A4-0060087A7901" alt="Please wait....." >

<PARAM name="DIM" value="<%= P_FORMAT %>"></PARAM>

<PARAM name="DOWNBASEURL" value=""></PARAM>

<PARAM name="BASEID" value="<%= P_BASEID %>"></PARAM>

<PARAM name="BASENAME" value="<%= p_basename %>"></PARAM>

<PARAM name="BASEDESC" value=""></PARAM>

<PARAM name="BASETYPE" value="<%= p_fileext %>"></PARAM>

<PARAM name="BASEMIME" value="<%= p_bmimetype %>"></PARAM>

<PARAM name="LAYERCOUNT" value="<%=p_layercount%>"><(>

<<)>/PARAM>

> ENTER CODE HERE <

<! Liste der Layers >

<% l_index = 0.

Add at the comment the following line:

<PARAM name="PDFSUPPORT" value="1"></PARAM>

Regarding redlining of pdf files:

Please create a file" EAI Viewer.xml " and place the below xml code in the file. save it.

Code is as follows:

<?xml version="1.0" encoding="utf-8" ?>

- <settings created="20050719120931" name="EAI Viewer">

<Created>X</Created>

- <Format>

- <Description>

<PDF>Adobe Acrobat (*.pdf)</PDF>

<SAP_WFE>SAP cProject Suite start file (*.sap_wfe)</SAP_WFE>

<PGP>PGP encrypted file (*.pgp)</PGP>

<JT>EAI DirectModel (*.jt)</JT>

<VRL>VRML (*.vrl)</VRL>

<WRL>VRML (*.wrl)</WRL>

<STL>Stereolithography (*.stl)</STL>

<PS>PostScript I, II (*.ps)</PS>

<EPS>Encapsulated PostScript (*.eps)</EPS>

<DGN>Microstation (*.dgn)</DGN>

<PCX>PC Paint (*.pcx)</PCX>

<PICT>Macintosh Paint (*.pct)</PICT>

<PCT>Macintosh Paint (*.pct)</PCT>

<RAS>Sun Raster (*.ras)</RAS>

<GIF>Graphic Interchange Format CompuServe (*.gif)</GIF>

<C4>EDMICS C4 (*.c4)</C4>

<PNG>Portable Network Graphics (*.png)</PNG>

<JPG>JFIF Compliant (*.jpg)</JPG>

<JPEG>JFIF Compliant (*.jpg)</JPEG>

<BMP>Windows Bitmap (*.bmp)</BMP>

<TIF>Tagged Image File Format (*.tif)</TIF>

<TIFF>Tagged Image File Format (*.tif)</TIFF>

<MLR>CALS MIL-R I,II (*.mlr)</MLR>

<MIL>CALS MIL-R I,II (*.mi)</MIL>

<_907>Calcomp (*.907)</_907>

<_906>Calcomp (*.906)</_906>

<cals>Calcomp (*.cals)</cals>

<MI>HP ME 10/30 (*.mi)</MI>

<HPG>HPGL/HPGL-2 (*.hpg)</HPG>

<HPGL>HPGL/HPGL-2 (*.hpgl)</HPGL>

<IGS>IGES (*.igs)</IGS>

<CGM>Computer Graphic Metafile (*.cgm)</CGM>

<DWF>AutoCAD (*.dwf)</DWF>

<DXF>AutoCAD DXF R11-14 (*.dxf)</DXF>

<DWG>AutoCAD DWG 2.5-14 (*.dwg)</DWG>

<MDL>(*.mdl)</MDL>

<MPC>(*.mpc)</MPC>

</Description>

- <Mimetype>

<PDF>image/pdf</PDF>

<SAP_WFE>application/sap_wfe</SAP_WFE>

<PGP>application/x-pgp</PGP>

<JT>application/x-jt</JT>

<VRL>model/vrml</VRL>

<WRL>model/vrml</WRL>

<STL>application/stl</STL>

<PS>application/postscript</PS>

<EPS>application/postscript</EPS>

<DGN>model/vnd.dgn</DGN>

<PCX>image/pcx</PCX>

<PICT>image/pict</PICT>

<PCT>image/pct</PCT>

<RAS>image/ras</RAS>

<GIF>image/gif</GIF>

<C4>image/c4</C4>

<PNG>image/png</PNG>

<JPG>image/jpeg</JPG>

<JPEG>image/jpeg</JPEG>

<BMP>image/bmp</BMP>

<TIF>image/tiff</TIF>

<TIFF>image/tiff</TIFF>

<MLR>image/mlr</MLR>

<MIL>image/mi</MIL>

<_907>image/907</_907>

<_906>image/906</_906>

<cals>image/cals-1840</cals>

<MI>image/mi</MI>

<HPG>image/hpgl</HPG>

<HPGL>image/hpgl</HPGL>

<IGS>application/iges</IGS>

<CGM>image/cgm</CGM>

<DWF>model/vnd.dwf</DWF>

<DXF>image/vnd.dxf</DXF>

<DWG>image/vnd.dwg</DWG>

<MDL>image/mdl</MDL>

<MPC>image/mpc</MPC>

</Mimetype>

- <Redlineable>

<PDF>2</PDF>

<SAP_WFE>0</SAP_WFE>

<PGP>0</PGP>

<JT>3</JT>

<VRL>3</VRL>

<WRL>3</WRL>

<STL>3</STL>

<PS>2</PS>

<EPS>2</EPS>

<DGN>2</DGN>

<PCX>2</PCX>

<PICT>2</PICT>

<PCT>2</PCT>

<RAS>2</RAS>

<GIF>2</GIF>

<C4>2</C4>

<PNG>2</PNG>

<JPG>2</JPG>

<JPEG>2</JPEG>

<BMP>2</BMP>

<TIF>2</TIF>

<TIFF>2</TIFF>

<MLR>2</MLR>

<MIL>2</MIL>

<_907>2</_907>

<_906>2</_906>

<cals>2</cals>

<MI>2</MI>

<HPG>2</HPG>

<HPGL>2</HPGL>

<IGS>2</IGS>

<CGM>2</CGM>

<DWF>2</DWF>

<DXF>2</DXF>

<DWG>2</DWG>

<MDL>2</MDL>

<MPC>2</MPC>

</Redlineable>

</Format>

</settings>

please upload this to your WebDAV (replace the old one and save this under a different name as

backup). The way to access WebDAV is explained in the cFolders configuration guide, chapter 'Creating the Settings URL for WebDAV Access' (the guide is attached to note 973764).

I hope that this information help you to solve the issue.

Thanks and Regards

Bhaskar

Former Member
0 Kudos

I am sorry, The information which i have given you above is not readable. Please see the below information

this can be only realized in form of a modification.

To get the functionality, you have to change the code of BSP page

'doc_de_redline.htm'. You can find this information at transaction SE80

> BSP application 'CFX_RFC_UI' > Pages with Flow Logic

Switch to Layout:

<! object width="800px" height="500px" classid="clsid:E5B45843-BBE0-11D4-A7A4-0060087A7901" alt="Please wait....." >

<PARAM name="DIM" value="<%= P_FORMAT %>"></PARAM>
<PARAM name="DOWNBASEURL" value=""></PARAM>
<PARAM name="BASEID" value="<%= P_BASEID %>"></PARAM>
<PARAM name="BASENAME" value="<%= p_basename %>"></PARAM>
<PARAM name="BASEDESC" value=""></PARAM>
<PARAM name="BASETYPE" value="<%= p_fileext %>"></PARAM>
<PARAM name="BASEMIME" value="<%= p_bmimetype %>"></PARAM>
<PARAM name="LAYERCOUNT" value="<%=p_layercount%>"><(>
<<)>/PARAM>
--> ENTER CODE HERE <--
<! Liste der Layers >
<% l_index = 0.

Add at the comment the following line:
<PARAM name="PDFSUPPORT" value="1"></PARAM>

Former Member
0 Kudos

Thanks... will try this out and see.

Former Member
0 Kudos

Hi,

Hope you have the required Java applet and the reqiured JAR files.

You can refer to the OSS note for more details 1177883

thanks

Aravinda

Former Member
0 Kudos

Hi Aravinda,

Yes, I believe the java applet is upto date. ECL viewer works for all other file types such as AutoCAD and JPEG. It only with PDF I am having the issue in cFolders.

Thanks,

Lashan

Former Member
0 Kudos

Hi,

Please check note Note 1226037 - ECL Viewer 6.0 now supports usage within CFolders

Hope this help you

Regards

Ravindra

Former Member
0 Kudos

Additional info: I tried redlining a PDF in DMS and it worked. So the ECL viewer is capable of redlining PDF documents. It just does not do it in cFolders for some reason. Has anybody gotten this to work in cFolders?