Via code (thanks Cliff Primmer)
Dim
docInfo
As
DocumentInfo = Document.GetDocumentInfo(92732, mySession)
docInfo.DeletePage(1)
but, to remove page 1, delete image file and txt file of page 1. Its possible Only remove image file for page 1, but not txt file.
for example :
previous
Pagina Path Image Size Path Text Size
1 00\00\0D\00000D6C.TIFF 418390 00\00\0D\00000D6C.TXT 3444
2 00\00\0D\00000D6D.TIFF 408175 00\00\0D\00000D6D.TXT 3652
3 00\00\0D\00000D6E.TIFF 420294 00\00\0D\00000D6E.TXT 4864
next (delete page 1,2,3 only image file , but not txt files)
Pagina Path Text Size
1 00\00\0D\00000D6C.TXT 3444
2 00\00\0D\00000D6D.TXT 3652
3 00\00\0D\00000D6E.TXT 4864
Its posible via library laserfiche (Sdk, Repository Access, etc)
thanks for the help