Start a Conversation

Unsolved

This post is more than 5 years old

577

June 27th, 2013 06:00

tagfirst help

Hello!

Please help me to retrieve the BLOB i have to not only be one page.



java -jar JCASScript.jar

poolopen x.x.x.x

clipopen CENTERAID

tagfirs

blobread c:\aut.tiff

only one page this clip is 30

THX

208 Posts

June 27th, 2013 06:00

I think what you likely need is:

tns (TagNextSIbling) to advance to the next tag/blob

br (BlobRead)   'page2.tiff'

etc.

If this doesn't work, do a CRV command 'ClipRawView' and post the output here so we can analyze.

Good Luck,

Mike Horgan

409 Posts

June 27th, 2013 06:00

this would read all of the blob associated with that tag.

Is there more than one tag/blob?  Type cliprawview and see what the structure of the CDF is

409 Posts

July 3rd, 2013 07:00

can you cut n paste the outpur from the

cliprawview

command after you have opened the clip witj jcasscript

2 Posts

July 3rd, 2013 07:00

Hi!

Not work  tns (TagNextSIbling) to advance to the next tag/blob  (No next sibling tag available)

The tagfirst do not have to be replaced by something,

Thx

2 Posts

July 8th, 2013 06:00

CASScript>crv

409 Posts

July 8th, 2013 07:00

This clip has only one blob tag and a blob of 305608 bytes in length

So if you were expecting more I'm sorry but that's all there is.

No Events found!

Top